mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
23 lines
390 B
JSON
23 lines
390 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"category": "misc",
|
||
|
"key": {
|
||
|
"A": {
|
||
|
"item": "actuallyadditions:advanced_coil"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "actuallyadditions:iron_casing"
|
||
|
},
|
||
|
"R": {
|
||
|
"item": "actuallyadditions:restonia_crystal"
|
||
|
}
|
||
|
},
|
||
|
"pattern": [
|
||
|
"R R",
|
||
|
"AIA",
|
||
|
"R R"
|
||
|
],
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:energizer"
|
||
|
}
|
||
|
}
|