13ae8e41ee
Add recipe generator to replace vanilla recipes with Forge tags.
19 lines
No EOL
261 B
JSON
19 lines
No EOL
261 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"X",
|
|
"#",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"tag": "forge:rods/wooden"
|
|
},
|
|
"X": {
|
|
"tag": "forge:ingots/gold"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:golden_shovel"
|
|
}
|
|
} |