Add weave layer to phase 〃 icon (#1091)
Makes the block more recognizable in the build menu.
This commit is contained in:
committed by
Anuken
parent
fd6c6b2aab
commit
7955b82b1e
@@ -507,7 +507,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
int bottomRegion = reg("-bottom"), weaveRegion = reg("-weave");
|
||||
|
||||
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name + "-bottom"), Core.atlas.find(name)};
|
||||
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name + "-bottom"), Core.atlas.find(name), Core.atlas.find(name + "-weave")};
|
||||
|
||||
drawer = tile -> {
|
||||
GenericCrafterEntity entity = tile.entity();
|
||||
|
||||
Reference in New Issue
Block a user