Add weave layer to phase 〃 icon (#1091)

Makes the block more recognizable in the build menu.
This commit is contained in:
Patrick 'Quezler' Mounier
2019-11-19 14:13:43 +01:00
committed by Anuken
parent fd6c6b2aab
commit 7955b82b1e
5 changed files with 1 additions and 1 deletions

View File

@@ -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();