From 59537ccf39ce1d0632204d373c953c92abcea2b2 Mon Sep 17 00:00:00 2001 From: kwazedilla Date: Mon, 20 May 2024 17:57:20 -0700 Subject: [PATCH] fix netherite casing --- assets/horizonsend/models/item/industry/netherite_casing.json | 3 +++ assets/minecraft/blockstates/brown_mushroom_block.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 assets/horizonsend/models/item/industry/netherite_casing.json diff --git a/assets/horizonsend/models/item/industry/netherite_casing.json b/assets/horizonsend/models/item/industry/netherite_casing.json new file mode 100644 index 00000000..b5fa81b7 --- /dev/null +++ b/assets/horizonsend/models/item/industry/netherite_casing.json @@ -0,0 +1,3 @@ +{ + "parent": "horizonsend:block/industry/netherite_casing" +} diff --git a/assets/minecraft/blockstates/brown_mushroom_block.json b/assets/minecraft/blockstates/brown_mushroom_block.json index 68a4f282..cb200cb0 100644 --- a/assets/minecraft/blockstates/brown_mushroom_block.json +++ b/assets/minecraft/blockstates/brown_mushroom_block.json @@ -200,8 +200,8 @@ "model": "horizonsend:block/industry/netherite_casing" }, "when": { - "north": false, - "south": true, + "north": true, + "south": false, "east": false, "west": true, "up": true,