josephcsible / Oreberries

A Minecraft mod that brings back a configurable version of 1.7.10 Tinkers' Construct oreberries
https://minecraft.curseforge.com/projects/oreberries
Other
3 stars 4 forks source link

Not able to remove ingot recipes even with crafttweaker #20

Closed OceanSnipe17 closed 4 years ago

OceanSnipe17 commented 4 years ago

I have setup crafttweaker scripts to remove the way to make ingots with Oreberry nuggets and the recipes still create. They are probably created after the scripts are ran for crafttweaker. Can you create an option to turn off the crafting of ingots in the config or json? I have a hardcore modpack and everything is done via the TinkCon Smeltery or Ender IO Alloy Smelter.

josephcsible commented 4 years ago

For technical reasons, I need to create recipes late if the output item is specified as an oredict name rather than an individual item, which my mod needs to do by default so that its stock config is compatible with all packs. Since you're making a pack, though, you can switch it to use specific items instead, which will then cause them to be made earlier so that CraftTweaker will be able to remove them. To do this, for each oreberry you want to apply this to, look at smeltingResult:

Let me know if this works for you. If not, then post your oreberries.json file here and I'll post one with the fixes applied.

OceanSnipe17 commented 4 years ago

That has corrected it. Thank you for the help with this issue.

josephcsible commented 4 years ago

Good to hear. You're welcome!