[Bug] [Causes Crash] Removal of hammer recipes does not work
SnowShock35 opened this issue ยท 10 comments
Hi Jared,
So it seems the hammer support for ex-nihilo refuses to work when removing hammer recipes.
Here is some more detail on the bug...
MC: 1.7.10
Forge: 1291 (rec at time)
MineTweaker: 3.0.9 (Also tried 3.0.9c)
ModTweaker2: 0.7.5
Crash report: http://paste.ee/p/8dQpb
Description:
Basically what is happening is I add the to the script the bellow text to remove any item (in this case it was Ex-Nihilo Crushed Netherrack) I then do /mt reload it says script reloaded. However, if I try and look up the recipe it will crash and give the above crash report (Repeatable).
Example:
mods.exnihilo.Hammer.removeRecipe(exnihilo:exnihilo.gravel_nether);
With a small knowledge of Gradle you can fork the project and rebuild it by your self.
(using cmd command "gradlew build" without the "" ) in the folder where your github Fork is.
It might be fixed but there is no release so it's technically not fixed my end :/
@jaredlll08 I saw that after first posting this, thx Jared ;)
Hmm Seems to be giving this error. https://imgur.com/a/Zsa34 that's what I used mods.exnihilo.Hammer.removeRecipe(exnihilo:exnihilo.gravel_nether);