29 lines
410 B
JSON
29 lines
410 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" S ",
|
|
"HXH",
|
|
" H "
|
|
],
|
|
"key": {
|
|
"S": {
|
|
"tag": "forge:string"
|
|
},
|
|
"X": {
|
|
"tag": "quark:seed_pouch_holdable"
|
|
},
|
|
"H": {
|
|
"item": "minecraft:rabbit_hide"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "quark:seed_pouch"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"type": "quark:flag",
|
|
"flag": "seed_pouch"
|
|
}
|
|
]
|
|
}
|