AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
GNU Lesser General Public License v3.0
50 stars 9 forks source link

Cyclic Recipes #54

Closed Ghastly13 closed 11 months ago

Ghastly13 commented 1 year ago

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.