ForgePatch/src/generated/resources/data/minecraft/recipes/acacia_fence.json
LexManos 13ae8e41ee Fix duplicate WorldEvent.Unload call in client key handler.
Add recipe generator to replace vanilla recipes with Forge tags.
2019-06-27 17:23:23 -07:00

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
}
}