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/cyclic/recipes/crusher/boats.json
2023-11-02 12:32:44 -05:00

35 lines
513 B
JSON

{
"type": "cyclic:crusher",
"input": {
"tag": "modernrecipes:boats"
},
"energy": {
"ticks": 40,
"rfpertick": 30
},
"result": {
"item": "minecraft:stick",
"count": 5
},
"percent": 100,
"bonus": {
"item": "minecraft:stick",
"count": 5
},
"conditions": [
{
"values": [
{
"modid": "cyclic",
"type": "forge:mod_loaded"
},
{
"item": "cyclic:crusher",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
]
}