Nukepowered / GregTech4

A port of GregTech 4 to Minecraft 1.7.10 with optimization on most processes, fixed networking and rendering.
GNU General Public License v3.0
29 stars 17 forks source link

Recipes not getting removed #150

Closed CrossVas closed 2 years ago

CrossVas commented 2 years ago

This code isn't working as intended.

https://github.com/Nukepowered/GregTech4/blob/93db8a88033d5a51915e290d66f8456b7edaa612/src/main/java/gregtechmod/loaders/postload/GT_CraftingRecipeLoader.java#L467-L472

It should be using this one: https://github.com/Nukepowered/GregTech4/blob/93db8a88033d5a51915e290d66f8456b7edaa612/src/main/java/gregtechmod/api/util/GT_ModHandler.java#L1019