Tweak next tile treshold
This commit is contained in:
@@ -130,7 +130,7 @@ public class CraterConveyor extends BaseConveyor{
|
||||
}
|
||||
|
||||
// when basically exactly on the center:
|
||||
if(entity.crater.dst(tile) < 0.1f){
|
||||
if(entity.crater.dst(tile) < 0.25f){
|
||||
if(destination.block() instanceof CraterConveyor){
|
||||
CraterConveyorEntity e = destination.ent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user