fix some textures

This commit is contained in:
Sen 2025-07-21 01:37:52 +02:00
parent 028156c6a6
commit 189d6883b9
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
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

Before After
Before After

View file

@ -108,7 +108,7 @@ public class BlockStandingSign extends BlockSign implements Rotatable
public Model getModel(ModelProvider provider, String name, State state) {
return provider.getModel("oak_planks")
.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)));
}
}