Allow 3x3 blocks on payload conveyors
This commit is contained in:
@@ -20,7 +20,7 @@ public class PayloadConveyor extends Block{
|
||||
public @Load("@-top") TextureRegion topRegion;
|
||||
public @Load("@-edge") TextureRegion edgeRegion;
|
||||
public Interp interp = Interp.pow5;
|
||||
public float payloadLimit = 2.9f;
|
||||
public float payloadLimit = 3f;
|
||||
|
||||
public PayloadConveyor(String name){
|
||||
super(name);
|
||||
|
||||
Reference in New Issue
Block a user