Add oreDict support for craft tweaker recipes (CT Documentation support)
aking4125 opened this issue ยท 1 comments
This fork of Ice and Fire supports craft tweaker recipes which aren't documented here: https://docs.blamejared.com/
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?