Skip to content

Commit

Permalink
fix netherite casing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwazedilla authored and Gutin1 committed May 21, 2024
1 parent 77cd853 commit 59537cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/horizonsend/models/item/industry/netherite_casing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "horizonsend:block/industry/netherite_casing"
}
4 changes: 2 additions & 2 deletions assets/minecraft/blockstates/brown_mushroom_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59537cc

Please sign in to comment.