jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

CT not removing recipes. #600

Closed BigAl607 closed 6 years ago

BigAl607 commented 6 years ago

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

jaredlll08 commented 6 years ago

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

BigAl607 commented 6 years ago

MC 1.12.2

CT version 4.1.3

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

jaredlll08 commented 6 years ago

It's fixed, wait for next release

BigAl607 commented 6 years ago

Awesome. Thank you very much!