Skip to content
New issue

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 Recipes #54

Closed
Ghastly13 opened this issue Jul 5, 2023 · 0 comments
Closed

Cyclic Recipes #54

Ghastly13 opened this issue Jul 5, 2023 · 0 comments

Comments

@Ghastly13
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants