ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/long_range_breaker.json
2024-03-12 18:00:23 +01:00

19 lines
314 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "actuallyadditions:breaker"
},
"V": {
"item": "actuallyadditions:void_crystal"
}
},
"pattern": [
"AAA",
" V "
],
"result": {
"item": "actuallyadditions:long_range_breaker"
}
}