CraftTweaker

CraftTweaker

151M Downloads

Modified recipies arent showing in JEI

attacker1983 opened this issue ยท 3 comments

commented

try to modify projectE recipies and they dont show up in JEI

Issue Description/what happens:

I tried to modify recipies for all of projectE and they dont seem to be working however the defaults have been removed and no longer function

What you expected to happen:

i expected to change the crafting recipies for projectE to make the items harder for people to use

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):https://pastebin.com/UGQtaAnK

crafttweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):

https://pastebin.com/Dch0Mfnj


Affected Versions (Do not use "latest"):

  • Minecraft:1.12.2
  • Forge:14.23.5.2796
  • Crafttweaker: 1.12-4.1.11
  • Using a server: yes
  • If yes, does the client have the exact same scripts?yes

Your most recent log file where the issue was present:

https://pastebin.com/Dch0Mfnj

commented

Your scripts have issues and the line numbers don't match...

The 02_jei script is messing up for some reason, but I don't have it to help...

commented

In the JEI script jared pointed out you are mist likely calling removeAndHide on <monk : monk_level> which cannot be found.

This causes first a NPE in the JEI script and later a NPE when CrT tries to remove the recipe as the item it should remove the recipe for does not exist.

commented

Closing due to inactivity and unable to reproduce.