YogCraft Help?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Touy9

New Member
Jul 29, 2019
2
0
0
My Console Started Saying "[INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 343 (uv from Minecraft) with railcraft.common.carts.ItemCartVanilla" It is saying for item 342 and 328.:( When in installed a mod named Usefulfoods. Does anybody know how to fix this? Please.:confused:
My Console, Error at line 423 Http://pastebin.com/tvndAxuZ
 

Bagman817

New Member
Jul 29, 2019
832
0
0
The lines that start [INFO] are not the issue, that just means Railcraft is changing a vanilla recipe, which is what it's supposed to do. The bit that causing problems is
  1. [SEVERE] [ForgeModLoader] Caught exception from RedPowerWorld
  2. java.lang.RuntimeException: RedPowerCore: ItemID 5071 exists, autoAssign is disabled


Means you have an ID conflict. I assume it's with Usefulfoods. You can change the ID, but there's a better than average chance that you'll still have a problem as the Console stops looking after the first conflict, so you may have to do that a few times.
 

Touy9

New Member
Jul 29, 2019
2
0
0
The lines that start [INFO] are not the issue, that just means Railcraft is changing a vanilla recipe, which is what it's supposed to do. The bit that causing problems is
  1. [SEVERE] [ForgeModLoader] Caught exception from RedPowerWorld
  2. java.lang.RuntimeException: RedPowerCore: ItemID 5071 exists, autoAssign is disabled

Means you have an ID conflict. I assume it's with Usefulfoods. You can change the ID, but there's a better than average chance that you'll still have a problem as the Console stops looking after the first conflict, so you may have to do that a few times.
Thanks Man :D I Found Out