Skip to content

Commit cdc8198

Browse files
committed
Fix incorrect structured crafter recipe
1 parent c33a4ac commit cdc8198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/data/structuredcrafting/recipes/structured_crafter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"item": "minecraft:stick"
1111
},
1212
"C": {
13-
"tag": "cobblestone"
13+
"tag": "forge:cobblestone"
1414
},
1515
"I": {
16-
"tag": "ingots/iron"
16+
"tag": "forge:ingots/iron"
1717
},
1818
"R": {
1919
"item": "minecraft:crafting_table"

0 commit comments

Comments
 (0)