mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
23 lines
382 B
JSON
23 lines
382 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"GGC",
|
||
|
"RCR",
|
||
|
"CGG"
|
||
|
],
|
||
|
"key": {
|
||
|
"R": {
|
||
|
"item": "minecraft:compass"
|
||
|
},
|
||
|
"G": {
|
||
|
"item": "actuallyadditions:restonia_crystal"
|
||
|
},
|
||
|
"C": {
|
||
|
"item": "actuallyadditions:coil_advanced"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:laser_upgrade_range",
|
||
|
"count": 2
|
||
|
}
|
||
|
}
|