You can't delete bed recipes by doing this in the GTM addon (using IGTAddon)
Exzept1on opened this issue ยท 4 comments
Checked for existing issues
- I have checked for existing issues, and have found none.
Tested latest version
- I have checked that this occurs on the latest version.
GregTech CEu Version
1.2.3.a
Recipe Viewer Installed
JEI
Environment
Singleplayer, Multiplayer
Cross-Mod Interaction
Unsure
Other Installed Mods
TFC, KubeJS.
Expected Behavior
Bed recipes are being deleted.
Actual Behavior
Bed recipes are not deleted.
Steps to Reproduce
- Create own addon for GTM (with class which extends IGTAddon).
- In class which IGTAddon try to use removeRecipes method.
- Enable hardWoodRecipes. (I'm not sure if it affects)
- Just type in
removeRecipes
section something like thatconsumer.accept(new ResourceLocation("gtceu", "shaped/white_bed"));
orconsumer.accept(new ResourceLocation("gtceu:shaped/white_bed"));
- Nothing happens.
Additional Information
I'm not sure if this can happen with other recipes. but so far I'm having problems with the bed recipes that GTM adds.
Tested now with GT 1.3.0, issue still exists, reopen this pls
The same thing can be done directly in GTCEu by simply adding the lines that I described above in the recipeRemoval
method, as well as bed recipes will not be deleted.
Tested now with GT 1.3.0, issue still exists, reopen this pls
The same thing can be done directly in GTCEu by simply adding the lines that I described above in the
recipeRemoval
method, as well as bed recipes will not be deleted.
try the build in #1418?