fix some textures
This commit is contained in:
parent
028156c6a6
commit
189d6883b9
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 8.7 KiB |
|
@ -108,7 +108,7 @@ public class BlockStandingSign extends BlockSign implements Rotatable
|
||||||
public Model getModel(ModelProvider provider, String name, State state) {
|
public Model getModel(ModelProvider provider, String name, State state) {
|
||||||
return provider.getModel("oak_planks")
|
return provider.getModel("oak_planks")
|
||||||
.add(0, 8, 7, 16, 16, 9).all().noCull()
|
.add(0, 8, 7, 16, 16, 9).all().noCull()
|
||||||
.add(7, 0, 7, 9, 8, 9).all().noCull()
|
.add(7, 0, 7, 9, 8, 9).all("oak_log_bark").noCull()
|
||||||
.rotate(ModelRotation.getNorthRot(state.getValue(FACING)));
|
.rotate(ModelRotation.getNorthRot(state.getValue(FACING)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue