SteveKunG / MorePlanets

An add-on adds new exotic planets into Galacticraft!
https://www.curseforge.com/minecraft/mc-mods/galacticraft-add-on-more-planets
MIT License
25 stars 23 forks source link

Unable to edit furnace recipes #85

Closed AechtRob closed 2 years ago

AechtRob commented 4 years ago

For some reason, using CraftTweaker/ModTweaker/etc/etc I am unable to remove furnace recipes from MorePlanets, eg. this does nothing:

furnace.remove();

Nor does this:

val oreCoal = ; oreCoal.remove();

Any reason why the moreplanets recipes seem to override CraftTweaker? I can ADD recipes no problems, just not remove ones the mod introduces. They are stored in vanilla-style registries afaik, so shouldn't need specific support.

SteveKunG commented 2 years ago

Legacy version of More Planets 1.12.2 (Below 2.0.x) is no longer supported due to bad codebase and maintenance cost. So it's not worth it to support anymore. I'd suggest to use newer version (2.1.x+) instead. Thank you.