13ae8e41ee
Add recipe generator to replace vanilla recipes with Forge tags.
20 lines
No EOL
305 B
JSON
20 lines
No EOL
305 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"group": "wooden_fence",
|
|
"pattern": [
|
|
"W#W",
|
|
"W#W"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"tag": "forge:rods/wooden"
|
|
},
|
|
"W": {
|
|
"item": "minecraft:acacia_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:acacia_fence",
|
|
"count": 3
|
|
}
|
|
} |