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

Add oreDict support for craft tweaker recipes (CT Documentation support) #44

Open
aking4125 opened this issue Nov 24, 2023 · 1 comment

Comments

@aking4125
Copy link

aking4125 commented Nov 24, 2023

This fork of Ice and Fire supports craft tweaker recipes which aren't documented here: https://docs.blamejared.com/

Support shown here: https://github.com/Rebirth-of-the-Night/Ice_and_Fire/blob/2c80e45a147896ae8632482eb23a565d42103abd/src/main/java/com/github/alexthe666/iceandfire/compat/craftweaker/CraftTweakerCompat.java

Regardless, the CT recipe edits for the Dragon Forge works but it doesn't accept oreDict values.

For example, we created a script to change the recipe to require actual steel instead of Iron. But <ore:ingotSteel> doesn't work instead I have to specify a specific Steel ingot. In a modpack with many different Steel ingots, it can cause some minor annoyances.

Is it possible to add support for oreDicts?

@democat3457
Copy link
Member

democat3457 commented Nov 25, 2023

Sure. In the meantime, you can loop over the items in the oredict (using <ore:name>.items) and add them that way.

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

No branches or pull requests

2 participants