13ae8e41ee
Add recipe generator to replace vanilla recipes with Forge tags.
23 lines
No EOL
335 B
JSON
23 lines
No EOL
335 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"X X",
|
|
"X#X",
|
|
"XRX"
|
|
],
|
|
"key": {
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"#": {
|
|
"tag": "forge:rods/wooden"
|
|
},
|
|
"X": {
|
|
"tag": "forge:ingots/gold"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:powered_rail",
|
|
"count": 6
|
|
}
|
|
} |