Fixed #5455
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user