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

19 lines
288 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EEE",
" S ",
" S "
],
"key": {
"E": {
"item": "actuallyadditions:void_crystal"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:void_pickaxe"
2021-11-21 22:38:48 +01:00
}
}