mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
19 lines
290 B
JSON
19 lines
290 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"EEE",
|
||
|
" S ",
|
||
|
" S "
|
||
|
],
|
||
|
"key": {
|
||
|
"E": {
|
||
|
"item": "actuallyadditions:black_quartz"
|
||
|
},
|
||
|
"S": {
|
||
|
"tag": "forge:rods/wooden"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:pickaxe_quartz"
|
||
|
}
|
||
|
}
|