Almost Unified

Almost Unified

29M Downloads

Cyclic Recipes

Ghastly13 opened this issue ยท 0 comments

commented

Describe the feature/addition!

Cyclic adds recipes that use the output "bonus" which isn't covered by Almost Unified.
Example recipe:
"type": "cyclic:crusher",
"input": {
"tag": "forge:ores/copper"
},
"energy": {
"ticks": 600,
"rfpertick": 60
},
"result": {
"item": "minecraft:raw_copper",
"count": 3
},
"percent": 70,
"bonus": {
"item": "cyclic:copper_nugget",
"count": 9
},
"conditions": [
{
"values": [
{
"modid": "cyclic",
"type": "forge:mod_loaded"
},
{
"item": "cyclic:crusher",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
]

Why would like to see this feature/addition?

Cyclic is a popular mod.