20 lines
304 B
JSON
20 lines
304 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"#S#",
|
|
"S S",
|
|
"#S#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:leather"
|
|
},
|
|
"S": {
|
|
"item": "quantumbags:quantum_bag_small"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "quantumbags:quantum_bag_medium",
|
|
"count": 1
|
|
}
|
|
} |