ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/wings_of_the_bats.json
2024-03-04 22:52:17 +01:00

23 lines
400 B
JSON

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