TheLimePixel / GregicAdditions

An addon for GregTech Community Edition with the goal of making it much more complicated and realistic through the use of GregTech 5 Unofficial and GregTech 6 features.
17 stars 49 forks source link

[Bug] disabling block crafting, uncrafting, and compression recipes re-registers the recipe again for each block #66

Closed MasterBuilder747 closed 5 years ago

MasterBuilder747 commented 5 years ago

When setting these vales in the config: # Set these to false to disable the generated Compressor recipes for blocks B:"Compression - Generate Compressor recipes for blocks"=false B:"Compression - Remove 3x3 crafting recipes for blocks"=false B:"Compression - Remove crafting recipes for uncompressing blocks"=false

Every block that was supposed to have its recipe removed reads the recipe for each block again instead of just doing nothing. I don't see why it would need to do this.

Screenshot for emerald block: 2019-05-13_18 53 50

MasterBuilder747 commented 5 years ago

my bad, I just checked my configuration file, turns out I have two entries of this code and the one i missed was still set to true, here it is: here