From fb97e535a39c7161cc60e018146025a3c9fdc65f Mon Sep 17 00:00:00 2001 From: wolfieboy09 <105564186+wolfieboy09@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:38:37 -0500 Subject: [PATCH] Fix rendering bug with electrolysis machine --- .../northstar/models/block/electrolysis_machine/block.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/northstar/src/main/resources/assets/northstar/models/block/electrolysis_machine/block.json b/northstar/src/main/resources/assets/northstar/models/block/electrolysis_machine/block.json index dc6885d88..9191f4a1b 100644 --- a/northstar/src/main/resources/assets/northstar/models/block/electrolysis_machine/block.json +++ b/northstar/src/main/resources/assets/northstar/models/block/electrolysis_machine/block.json @@ -1,5 +1,5 @@ { - "credit": "Made with Blockbench", + "render_type": "minecraft:cutout" "texture_size": [32, 32], "textures": { "0": "northstar:block/electrolysis_machine", @@ -120,4 +120,4 @@ "children": [0, 1, 2, 3, 4, 5, 6, 7] } ] -} \ No newline at end of file +}