This commit is contained in:
Anuken
2021-06-23 16:22:00 -04:00
parent c70be45a25
commit 38a9ad9ec1
+1 -1
View File
@@ -38,6 +38,6 @@ public class DrawWeave extends DrawBlock{
@Override
public TextureRegion[] icons(Block block){
return new TextureRegion[]{bottom, block.region, weave};
return new TextureRegion[]{bottom, weave, block.region};
}
}