mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
Fuse with conveyor optimization
# Conflicts: # core/src/mindustry/world/blocks/distribution/ItemConveyor.java
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user