Fuse with conveyor optimization

# Conflicts:
#	core/src/mindustry/world/blocks/distribution/ItemConveyor.java
This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-27 18:06:48 +01:00
49 changed files with 863 additions and 774 deletions

View File

@ -678,7 +678,6 @@ public class Blocks implements ContentList{
int topRegion = reg("-top");
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-top")};
drawer = tile -> {
GenericCrafterEntity entity = tile.ent();