BetterEnd/src/main/generated/data/betterend/recipes/jellyshroom_fence.json
2023-04-29 15:46:05 +02:00

22 lines
No EOL
358 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "fence",
"key": {
"#": {
"item": "betterend:jellyshroom_planks"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"#I#",
"#I#"
],
"result": {
"count": 3,
"item": "betterend:jellyshroom_fence"
},
"show_notification": true
}