This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/data/supplementaries/recipes/boat_jar.json
2023-11-02 12:32:44 -05:00

21 lines
351 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "supplementaries:jar"
},
{
"tag": "modernrecipes:boats"
}
],
"result": {
"item": "supplementaries:jar_boat",
"count": 1
},
"conditions": [
{
"type": "supplementaries:flag",
"flag": "jar"
}
]
}