35 lines
513 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|