mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
19 lines
No EOL
286 B
JSON
19 lines
No EOL
286 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"GGG",
|
|
"GCG",
|
|
"GGG"
|
|
],
|
|
"key": {
|
|
"C": {
|
|
"item": "actuallyadditions:coil"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:gold_nugget"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "actuallyadditions:coil_advanced"
|
|
}
|
|
} |