Add weave layer to phase 〃 icon (#1091)
Makes the block more recognizable in the build menu.
Before Width: | Height: | Size: 746 B After Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 956 KiB After Width: | Height: | Size: 957 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
@ -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();
|
||||
|