ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/wings_of_the_bats.json
2021-11-24 10:57:31 -06:00

22 lines
378 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"WNW",
"WDW",
"WNW"
],
"key": {
"W": {
"item": "actuallyadditions:bats_wing"
},
"N": {
"item": "actuallyadditions:diamatine_crystal_block"
},
"D": {
"item": "actuallyadditions:ender_star"
}
},
"result": {
"item": "actuallyadditions:wings_of_the_bats"
}
}