BASE hiding custom crafttweaker recipes in JEI?
SeriousCreeper opened this issue · 20 comments
Heyo,
i noticed recently that the custom recipes i added to the embers melter (and other machines) don't show up in JEI properly when i add BASE to the pack. The recipes i set up still work, but JEI doesn't display them properly. As soon as i disable BASE, it shows up properly again.
Example of what i'm trying:
mods.embers.Melter.remove(<liquid:iron>);
mods.embers.Melter.addOreRecipe(<ore:nuggetIron>, <liquid:iron> * 99, false, false);
Melter is suppose to remove everything iron related and only melt a nugget into 99mB of molten iron.
The recipe works, but JEI now shows that a nugget still melts into 16, it also shows the recipe for the ingots and ore blocks (that should be removed).
If i remove BASE, the only recipe i see is the one specified above.
I tried to move my custom recipes into the BASE/scripts folder too, to see if that makes a difference, but doesn't seem to.
If i disable "Materials enabled" in the config, it works properly, but then i don't have any materials of course heh.
Any idea how to fix this?
Possible an issue with embers (@elucent) itself? (Gonna see if i can replicate this with other mod recipes)
EDIT: yeah same happens with tinkers recipes such as this:
mods.tconstruct.Smeltery.addMelting(<liquid:copper> * 99, <embers:nuggetCopper>, 200, <embers:nuggetCopper>);
Thanks,
SC
I'm gonna assume its not Materials, its the Minetweaker module, and how we have to run our scripts early. Try turning that off.
Thanks for getting back so quickly!
Tried to disable the Minetweaker module, but didn't make any difference. Also tried the JEI one to check, also no difference.
Interesting. The Minetweaker one is the only one that actual loads minetweaker. Guess it comes down to mod load order. Interesting. Will remove that in a bit and see if that majes it work for you.
This may seem like a weird request, but can you remove Base and add initial inventory please, you don't need to add any scripts, I'm just testing a theory
Do me a favour and try this version
http://ci.blamejared.com/job/CraftTweaker-Dev/12/
And I will need the game log and the minetweaker.log file please
Unfortunately no difference.
Minetweaker.log: http://pastebin.com/kB5rFRZk
client log: http://pastebin.com/r1favpVx
kk cool, so these shouldn't actually fix anything, it is just giving me more debug info to try and figure this issue out
http://ci.blamejared.com/job/CraftTweaker-Dev/13/
I would need the same info please
Gotcha!
Minetweaker: http://pastebin.com/tbxFB9S4
Client: http://pastebin.com/mgnbzgCQ
Ok so, nearly there, this one should give me a lot more info about this issue!
http://ci.blamejared.com/job/CraftTweaker-Dev/14/
Sorry for asking you to do all of these >_< I just can't reproduce it on my side :/
No problem! Glad to help out, let me know if you need more testing.
Minetweaker: http://pastebin.com/9vWKYzcm
Client: http://pastebin.com/NjjaWft0
Just tried it out, same thing indeed! Recipe is working but not showing up in JEI.
Sure,
minetweaker.log: http://pastebin.com/Nk6uMQWa
fml-client-latest.log: http://pastebin.com/qSe7s0Ze
Let me know if you need a different kind of log or anything.
Thanks,
SC
Sorry for the late reply, just gave it a try, unfortunately still doesn't show the correct recipe.
Minetweaker; http://pastebin.com/YN9Sfmee
Client: http://pastebin.com/6tFJDY40
Let me know if you need more testing!
Cheers,
SC
@jaredlll08 ???