21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"A": {
|
|
"item": "create:cardboard_block"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:iron_block"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone_block"
|
|
}
|
|
},
|
|
"pattern": [" C ", "CAC", "RCR"],
|
|
"result": {
|
|
"item": "create:packager"
|
|
},
|
|
"show_notification": true
|
|
}
|