Skip to content

Commit

Permalink
[1.20.1-noxwood-fence-patch] Patch noxwood shaped crafting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkibbels authored and DaFuqs committed Jan 13, 2025
1 parent 8d86991 commit 1a7ea16
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence_gate",
"group": "wooden_fence",
"pattern": [
"#W#",
"#W#"
"W#W",
"W#W"
],
"key": {
"#": {
Expand All @@ -14,6 +14,6 @@
}
},
"result": {
"item": "spectrum:slate_noxwood_fence_gate"
"item": "spectrum:slate_noxwood_fence"
}
}

0 comments on commit 1a7ea16

Please sign in to comment.