mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
22 lines
368 B
JSON
22 lines
368 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" R ",
|
||
|
"ICI",
|
||
|
"III"
|
||
|
],
|
||
|
"key": {
|
||
|
"R": {
|
||
|
"item": "actuallyadditions:restonia_crystal"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "actuallyadditions:enori_crystal"
|
||
|
},
|
||
|
"C": {
|
||
|
"item": "actuallyadditions:coil_advanced"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:battery"
|
||
|
}
|
||
|
}
|