Merge branch 'master' into crater
This commit is contained in:
@@ -222,7 +222,7 @@ public class ItemConveyor extends BaseConveyor implements Autotiler{
|
|||||||
ItemConveyorEntity e = tile.ent();
|
ItemConveyorEntity e = tile.ent();
|
||||||
if(e.len >= capacity) return false;
|
if(e.len >= capacity) return false;
|
||||||
int direction = source == null ? 0 : Math.abs(source.relativeTo(tile.x, tile.y) - tile.rotation());
|
int direction = source == null ? 0 : Math.abs(source.relativeTo(tile.x, tile.y) - tile.rotation());
|
||||||
return (((direction == 0) && e.minitem >= itemSpace) || ((direction % 2 == 1) && e.minitem > 0.5f + itemSpace)) && (source == null || !(source.block().rotate && (source.rotation() + 2) % 4 == tile.rotation()));
|
return (((direction == 0) && e.minitem >= itemSpace) || ((direction % 2 == 1) && e.minitem > 0.5f)) && (source == null || !(source.block().rotate && (source.rotation() + 2) % 4 == tile.rotation()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"address": "mindustry.us.to"
|
"address": "mindustry.us.to"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "mindustry.ecansol.com:6597"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "mindustry.ecansol.com:6499"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user