Make quark seed pouch cheaper
Replace leather with leather strips (rabbit hide)
This commit is contained in:
parent
82cc14c321
commit
f223e11cd5
28
data/quark/recipes/tools/crafting/seed_pouch.json
Normal file
28
data/quark/recipes/tools/crafting/seed_pouch.json
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue