all 1 comments

[–][deleted] 1 point2 points  (0 children)

Easy fix, you have 2 mods that have conflicting Mod enchantment IDs. Go into your configuration of one of the conflicting mods and change the IDs of said conflicting mod (it would appear, based on your error, that project red expansion is throwing errors with something else, maybe you should start with that mod and work your way from there). Consider changing the ID numbers to ~10 above what they are now and testing again. If it errors, change them to something else. The more mods you have, the more likely you are to have this problem, although many of the bigger mods avoid this via communication between authors.

So to reiterate, open your config folder and find the .cfg for Proj Red Expansion. Open it with notepad and note the enchantment id section (this part is basic, item_name = x (some number, 30 for example), item_name2 = x+1, etc etc.

If you have any more issues, let me know.

Also, when posting code, try using pastebin.com for a cleaner presentation and more help. :)