Skip to content

Commit cbea2f1

Browse files
committed
Fix incorrect recipe on Fabric, Closes #43
1 parent 06eeb5b commit cbea2f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

loader-fabric/src/main/resources/data/structuredcrafting/recipe/structured_crafter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"item": "minecraft:stick"
1212
},
1313
"C": {
14-
"tag": "forge:cobblestone"
14+
"tag": "c:cobblestones"
1515
},
1616
"I": {
17-
"tag": "forge:ingots/iron"
17+
"tag": "c:ingots/iron"
1818
},
1919
"R": {
2020
"item": "minecraft:crafting_table"

0 commit comments

Comments
 (0)