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

29 lines
484 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": {
"A": {
"item": "actuallyadditions:iron_casing"
},
2024-03-03 01:20:53 +01:00
"C": {
"item": "actuallyadditions:enori_crystal"
},
2021-11-21 22:38:48 +01:00
"F": {
"item": "minecraft:firework_rocket"
},
2024-03-03 01:20:53 +01:00
"G": {
"tag": "forge:gunpowder"
},
"S": {
"tag": "forge:rods/wooden"
2021-11-21 22:38:48 +01:00
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"GFG",
"SAS",
"CCC"
],
2021-11-21 22:38:48 +01:00
"result": {
"item": "actuallyadditions:firework_box"
2024-03-04 22:52:17 +01:00
}
2021-11-21 22:38:48 +01:00
}