gisellevonbingen-Minecraft / BossTools-Addon

'Space-BossTools', 'Beyond Earth' random adds addon
https://www.curseforge.com/minecraft/mc-mods/space-bosstools-giselle-addon
MIT License
5 stars 3 forks source link

Implement Steel Management Config #143

Closed Lgmrszd closed 1 year ago

Lgmrszd commented 1 year ago

The details

I saw that you've implemented this for Beyond Earth already in this PR: https://github.com/MrScautHD/Beyond-Earth/pull/176 Unfortunately the 1.18.2 version on CurseForge is still old and doesn't include that. Since this addon updates often I think it would be good if you added that option here (until Beyond Earth devs update their 1.18.2 version on CurseForge)

gisellevonbingen commented 1 year ago

That pull request is inappropriate as implementation at Addon. Can you request update to Beyond Earth devs first?

Else.. If you can install CraftTweaker mod. Can disable recipes via this script.

DisableSteel.zs

craftingTable.removeByName("beyond_earth:steel_ingot");
craftingTable.removeByName("beyond_earth:steel_ingot_from_nugget");
craftingTable.removeByName("beyond_earth:steel_block");
craftingTable.removeByName("beyond_earth:steel_nugget_from_ingot");

blastFurnace.removeByName("beyond_earth:steel_ingot_blasting");
Lgmrszd commented 1 year ago

Thanks, that would work