Add quick n dirty stove textures

This commit is contained in:
nelle 2023-10-24 18:49:45 -06:00
parent 9199a3a760
commit 04a7413f0f
3 changed files with 1 additions and 1 deletions

View file

@ -92,7 +92,7 @@ public class StoveBlock extends BlockWithEntity {
public void registerTextures(TextureRegistry registry) {
this.side = registry.registerTexture("stove_side");
this.texture2 = registry.registerTexture(this.isLit ? "stove_front_on" : "stove_front_off");
this.texture1 = registry.registerTexture("stove_top");
this.texture1 = registry.registerTexture(this.isLit ? "stove_top_on" : "stove_top_off");
}
@Environment(EnvType.CLIENT)

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

View file

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 584 B