Problem:
Code
2012-12-14 15:05:53 [WARNING] [ForgeModLoader] [ItemTracker] The mod Advanced_Alloys is attempting to overwrite existing item at 25270 (thaumcraft.common.items.ItemFlyingCarpet from Thaumcraft) with Advanced.common.OsmiumSaber
2012-12-14 15:05:53 [FINE] [ForgeModLoader] [ItemTracker] Adding item Advanced.common.OsmiumSaber(25270) owned by Advanced_Alloys
2012-12-14 15:05:53 [INFO] [STDOUT] CONFLICT @ 25015 item slot already occupied by thaumcraft.common.entities.golems.ItemGolemPlacer@401e9c3f while adding Advanced.common.OsmiumSaber@19a40cfc
2012-12-14 15:05:53 [WARNING] [ForgeModLoader] [ItemTracker] The mod Advanced_Alloys is attempting to overwrite existing item at 25271 (thaumcraft.common.entities.golems.ItemGolemPlacer from Thaumcraft) with Advanced.common.OsmiumSaber
2012-12-14 15:05:53 [FINE] [ForgeModLoader] [ItemTracker] Adding item Advanced.common.OsmiumSaber(25271) owned by Advanced_Alloys
2012-12-14 15:05:53 [INFO] [STDOUT] CONFLICT @ 25016 item slot already occupied by thaumcraft.common.items.ItemGoggles@6c68bcef while adding Advanced.common.TitaniumAlloy@504c2683
2012-12-14 15:05:53 [WARNING] [ForgeModLoader] [ItemTracker] The mod Advanced_Alloys is attempting to overwrite existing item at 25272 (thaumcraft.common.items.ItemGoggles from Thaumcraft) with Advanced.common.TitaniumAlloy
AA IDs
Code
items {
I:DiamondChainsawID=25007
I:OsmiumBootsID=25058
I:OsmiumChainsawID=25004
I:OsmiumChestID=25056
I:OsmiumCrystalID=25011
I:OsmiumDrillID=25003
I:OsmiumHelmetID=25055
I:OsmiumLaserID=25013
I:OsmiumLeggingsID=25057
I:OsmiumPackID=25012
I:OsmiumSaberoffID=25014
I:OsmiumSaberonID=25015
I:OsmiumTreetapID=25006
I:OsmiumchunkID=25000
I:OsmiumoreID=25001
I:OsmiumplateID=25002
I:PortableTeleporter=25005
I:ReinforcedTitaniumAlloyID=25010
I:ReinforcedTitaniumID=25010
I:TitaniumAlloyID=25016
I:TitaniumAxeID=25052
I:TitaniumDustID=25008
I:TitaniumHoeID=25054
I:TitaniumIngotID=25009
I:TitaniumPickID=25050
I:TitaniumSpadeID=25051
I:TitaniumSwordID=25053
}
Display More
Thaumcraft IDs
Code
item {
I:BlockJarFilledItem=25035
I:BootsTraveller=25031
I:ItemArcaneDoor=25029
I:ItemEssence=31725
I:ItemFlyingCarpet=25014
I:ItemGoggles=25016
I:ItemGolemCore=25026
I:ItemGolemPlacer=25015
I:ItemInkwell=31720
I:ItemNugget=25030
I:ItemNuggetBeef=25033
I:ItemNuggetChicken=25032
I:ItemNuggetPork=25034
I:ItemPortableHole=31718
I:ItemResearchNotes=31721
I:ItemResource=31723
I:ItemShard=31722
I:ItemThaumometer=31717
I:ItemThaumonomicon=31719
I:ItemWispEssence=31724
I:ThaumPick=25022
I:Thaumaxe=25023
I:Thaumboots=25020
I:Thaumchest=25018
I:Thaumhelm=25017
I:Thaumhoe=25025
I:Thaumlegs=25019
I:Thaumshovel=25021
I:Thaumsword=25024
I:WandCastingAdept=31729
I:WandCastingApprentice=31730
I:WandCastingMage=31728
I:WandExcavation=25028
I:WandFire=31727
I:WandLightning=31726
I:WandTrade=25027
}
Display More
In the Configs there are other IDs than in the log.
How could I fix this...