JEI not showing added Recipes.
bookerthegeek opened this issue ยท 3 comments
Issue Description:
Hello Jared! So when I add a chopping recipe from the Survivalist mod, while it still works it does not show up in JEI. This is an issue where he talks about it a little, and here is the integration with craft tweaker code.
What happens:
The recipe is added, and it works but does not show up in JEI
What you expected to happen:
For it to show up
Script used (Small script, so inline code ok?)
import gigaherz.survivalist.Choppable;
Choppable.addRecipe(<natura:redwood_logs>, <natura:overworld_planks:8>);
Suprisingly enough, he goes (inputStack, outputStack)
instead of (outputStack, inputStack)
. Took a hot minute to figure out how that actually worked.
Minetweaker.log file
Here you go, although it is rather large. It is not showing any errors for this though.
Affected Versions (Do not use "latest"):
- Minecraft: 1.10.2
- Forge: 12.18.3.2254
- Crafttweaker: 1.10.2-3.0.24
Your most recent log file where the issue was present:
No log. :)