Posted November 24, 201311 yr I made Sapphire Armor and Ruby Armor and they are conflicted but I don't know why.. Here is the Main Class Code http://pastebin.com/BCvjvwnZ Here is the SapphireArmor Class Code http://pastebin.com/SJ4569Pj Here is the RubyArmor Class Code http://pastebin.com/ccRvsPNH Here is the Console Report of the Error http://pastebin.com/TcADWAnm
November 24, 201311 yr You just have actually the like id's to ruby armor that you have on shappire armor! you must take another id for shappire armor.
November 24, 201311 yr Author But i don't see sapphire with the same id as ruby? Could you please show me?
November 24, 201311 yr ERROR START* 2013-11-24 12:59:38 [iNFO] [sTDOUT] CONFLICT @ 1039 item slot already occupied by science.Ruby.RubyArmor@669d2f26 while adding science.Sapphire.SapphireArmor@54ede19e 2013-11-24 12:59:38 [iNFO] [fml.ItemTracker] The mod Random_Mod is overwriting existing item at 1295 (science.Ruby.RubyArmor from Random_Mod) with science.Sapphire.SapphireArmor 2013-11-24 12:59:38 [iNFO] [sTDOUT] CONFLICT @ 1040 item slot already occupied by science.Ruby.RubyArmor@59829c6b while adding science.Sapphire.SapphireArmor@4d7777a1 2013-11-24 12:59:38 [iNFO] [fml.ItemTracker] The mod Random_Mod is overwriting existing item at 1296 (science.Ruby.RubyArmor from Random_Mod) with science.Sapphire.SapphireArmor 2013-11-24 12:59:38 [iNFO] [sTDOUT] CONFLICT @ 1041 item slot already occupied by science.Ruby.RubyArmor@deb62b6 while adding science.Sapphire.SapphireArmor@5e4f12c2 2013-11-24 12:59:38 [iNFO] [fml.ItemTracker] The mod Random_Mod is overwriting existing item at 1297 (science.Ruby.RubyArmor from Random_Mod) with science.Sapphire.SapphireArmor 2013-11-24 12:59:38 [iNFO] [sTDOUT] CONFLICT @ 1042 item slot already occupied by science.Ruby.RubyArmor@589da1dd while adding science.Sapphire.SapphireArmor@1958aeed 2013-11-24 12:59:38 [iNFO] [fml.ItemTracker] The mod Random_Mod is overwriting existing item at 1298 (science.Ruby.RubyArmor from Random_Mod) with science.Sapphire.SapphireArmor ERROR END* Here it says it is overwriting an existing item with the same id.... please give me your config with item id's and armor id's. Maybe your problem is there... who knows?
November 24, 201311 yr Author My configs with all my IDs are on the main class i don't touch the config file. But if you really need it http://pastebin.com/E7wucn8w
November 24, 201311 yr Author Ohh i see now! Thank you so much for telling me where it is , I have fixed the problem now # Configuration file #################### # armor ids #################### "armor ids" { I:"Lead Boots ID"=1018 I:"Lead Chest ID"=1016 I:"Lead Helmet ID"=1015 I:"Lead Leggings ID"=1017 I:"Quontonium Boots ID"=1006 I:"Quontonium Chest ID"=1004 I:"Quontonium Helmet ID"=1003 I:"Quontonium Leggings ID"=1005 I:"Rhodium Boots ID"=1030 I:"Rhodium Chest ID"=1028 I:"Rhodium Helmet ID"=1027 I:"Rhodium Leggings ID"=1029 I:"Ruby Boots ID"=1042 I:"Ruby Chest ID"=1040 I:"Ruby Helmet ID"=1039 I:"Ruby Leggings ID"=1041 I:"Sapphire Block ID"=1048 I:"Sapphire Boots ID"=1042 I:"Sapphire Chest ID"=1040 I:"Sapphire Helmet ID"=1039 I:"Sapphire Leggings ID"=1041 } #################### # block ids #################### "block ids" { I:"Lead Block ID"=1012 I:"Lead Ore ID"=1013 I:"Quontonium Block ID"=1000 I:"Quontonium Ore ID"=1001 I:"Rhodium Block ID"=1024 I:"Rhodium Ore ID"=1025 I:"Ruby Block ID"=1036 I:"Ruby Ore ID"=1037 I:"Sapphire Block ID"=1048 I:"Sapphire Ore ID"=1049 } #################### # material ids #################### "material ids" { I:"Lead Ingot ID"=1014 I:"Rhodium Ingot ID"=1026 I:"Ruby ID"=1038 I:"Sapphire ID"=1050 }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.