mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge branch 'master' into crater
This commit is contained in:
commit
038fc72d7b
2 changed files with 7 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ public class ItemConveyor extends BaseConveyor implements Autotiler{
|
|||
ItemConveyorEntity e = tile.ent();
|
||||
if(e.len >= capacity) return false;
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
[
|
||||
{
|
||||
"address": "mindustry.us.to"
|
||||
},
|
||||
{
|
||||
"address": "mindustry.ecansol.com:6597"
|
||||
},
|
||||
{
|
||||
"address": "mindustry.ecansol.com:6499"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue