-
Notifications
You must be signed in to change notification settings - Fork 7
Item ID mismatch for SimplyJetpacks2 #531
Comments
Thank you so much for this! BUT: There is a bug still remaining, you forgot to replace the Item ID of the Glowstone Elevation Unit (was: 15, should be: 18) This is your current script:
But it should be:
(notice the 18) |
You're totally right. I have updated the file in this issue, thanks for pointing that out! |
Signing up for this site to say thank you! Thank you very much! |
this might me a stupid question but how do you remove the .txt extension for the files ? |
Just signed up to say thank you for your fix! |
@gewoonnico Thanks for fix!
Yes, you should remove |
Thanks so much, very helpful and clean. |
This has been fixed in a pack update coming in a few days |
Modpack Version: 1.6.0
Link to Log or Crash File Paste: /
Is it Repeatable?: Yes
Mod/s Affected: SimplyJetpacks2, EFab
Issue
Item IDs in oreDictionary for SimplyJetpacks2 items are incorrectly implemented into the scripts which change recipes.
In the /config/AppliedEnergistics2/ folder there are two items.csv files containing all the oreDictionary IDs loaded into Minecraft: one in the directory itself and one in the subdirectory aerecipes.
Within these files you have either entries simplyjetpacks:metaitemmods 18-30 or 15-27.
IDs 18-30 seems to be the correct range. The scripts utilising these IDs are configured using the wrong range, hence the uncraftable recipes.
Known Fix
All oreDictionary IDs used in the scripts with the name simplyjetpacks:metaitemmods are off by 3. Simply fix these values and you're done.
I have updated the scripts with the correct values so other people can progress:
simplyJetpacks.zs.txt
efab.zs.txt
Simply download the files, remove the .txt extension, overwrite the files in your (/minecraft)/scripts/ folder and enjoy!
This fixes recipes for Digital Upgrade, all tier Thrusters and all tier Armor Plating.
NOTE: When doing this on a server you have to make sure people's clients also get this fix. It will work, but JEI won't show the fixed recipes otherwise.
Related issues
#515, #517, #518, #529
The text was updated successfully, but these errors were encountered: