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

23 lines
400 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
2024-03-03 01:20:53 +01:00
"category": "misc",
2021-11-21 22:38:48 +01:00
"key": {
2024-03-03 01:20:53 +01:00
"D": {
"item": "actuallyadditions:ender_star"
2021-11-21 22:38:48 +01:00
},
"N": {
"item": "actuallyadditions:diamatine_crystal_block"
},
2024-03-03 01:20:53 +01:00
"W": {
"item": "actuallyadditions:bats_wing"
2021-11-21 22:38:48 +01:00
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"WNW",
"WDW",
"WNW"
],
2021-11-21 22:38:48 +01:00
"result": {
"item": "actuallyadditions:wings_of_the_bats"
2024-03-04 22:52:17 +01:00
}
2021-11-21 22:38:48 +01:00
}