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

35 lines
518 B
JSON

{
"type": "cyclic:crusher",
"input": {
"tag": "minecraft:wool_carpets"
},
"energy": {
"ticks": 100,
"rfpertick": 10
},
"result": {
"item": "minecraft:string",
"count": 1
},
"percent": 75,
"bonus": {
"item": "minecraft:string",
"count": 1
},
"conditions": [
{
"values": [
{
"modid": "cyclic",
"type": "forge:mod_loaded"
},
{
"item": "cyclic:crusher",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
]
}