ModTweaker

ModTweaker

88M Downloads

CT not removing recipes.

BigAl607 opened this issue ยท 4 comments

commented

I'm trying to remove the solderer recipes for the crafting grid, pattern grid & fluid grid from refined storage. Using this code:

mods.refinedstorage.Solderer.removeRecipe(<refinedstorage:grid:1>); mods.refinedstorage.Solderer.removeRecipe(<refinedstorage:grid:2>); mods.refinedstorage.Solderer.removeRecipe(<refinedstorage:grid:3>);

Recipes aren't being removed, and in the crafttweaker.log file I get the following lines:

[INITIALIZATION][CLIENT][INFO] Removing 0 Solderer Recipe(s) for Unknown item [INITIALIZATION][CLIENT][INFO] Removing 0 Solderer Recipe(s) for Unknown item [INITIALIZATION][CLIENT][INFO] Removing 0 Solderer Recipe(s) for Unknown item

I also get this and the one solderer recipe I added:

[POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Solderer with name ct_shaped2005293010

commented

Use the template. I need your versions and log files uploaded somewhere.

commented

Awesome. Thank you very much!

commented

MC 1.12.2

CT version 4.1.3

crafttweaker.log: https://pastebin.com/0PyzZU9A

commented

It's fixed, wait for next release