ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/wings_of_the_bats.json

22 lines
378 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WNW",
"WDW",
"WNW"
],
"key": {
"W": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:bats_wing"
2021-11-21 22:38:48 +01:00
},
"N": {
"item": "actuallyadditions:diamatine_crystal_block"
},
"D": {
"item": "actuallyadditions:ender_star"
}
},
"result": {
"item": "actuallyadditions:wings_of_the_bats"
}
}