mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 05:13:11 +01:00
25 lines
445 B
JSON
25 lines
445 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" FE",
|
||
|
" S ",
|
||
|
"SB "
|
||
|
],
|
||
|
"key": {
|
||
|
"F": {
|
||
|
"item": "actuallyadditions:diamatine_empowered_crystal"
|
||
|
},
|
||
|
"E": {
|
||
|
"item": "actuallyadditions:ender_pearl_block"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "actuallyadditions:ender_casing"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "actuallyadditions:battery"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:tele_staff"
|
||
|
}
|
||
|
}
|