mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 08:00:04 +07:00
parent
81de3d2c7d
commit
0ae627c56b
@ -129,7 +129,7 @@ public class CraterConveyor extends BaseConveyor{
|
||||
}
|
||||
|
||||
// when basically exactly on the center:
|
||||
if(entity.crater.dst(tile) < 0.25f){
|
||||
if(entity.crater.dst(tile) < 0.1f){
|
||||
if(destination.block() instanceof CraterConveyor){
|
||||
CraterConveyorEntity e = destination.ent();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user