mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 05:13:11 +01:00
22 lines
383 B
JSON
22 lines
383 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" R ",
|
||
|
"EEE",
|
||
|
"GGG"
|
||
|
],
|
||
|
"key": {
|
||
|
"R": {
|
||
|
"item": "actuallyadditions:coil_advanced"
|
||
|
},
|
||
|
"E": {
|
||
|
"item": "actuallyadditions:ethetic_green_block"
|
||
|
},
|
||
|
"G": {
|
||
|
"item": "actuallyadditions:ethetic_white_block"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:display_stand"
|
||
|
}
|
||
|
}
|