We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" } ]
Cyclic is a popular mod.
The text was updated successfully, but these errors were encountered:
add Cyclic compat
3decc92
fixes #54
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: