Possible GUI/Page ID conflicts with 0.4.4
Maxxxel opened this issue ยท 2 comments
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible Page ID conflict: micdoodle8.mods.galacticraft.core.schematic.SchematicRocketT1 and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier1Rocket on 0
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible GUI ID conflict: micdoodle8.mods.galacticraft.core.schematic.SchematicRocketT1 and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier1Rocket on 0
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible Page ID conflict: micdoodle8.mods.galacticraft.core.schematic.SchematicAdd and galaxyspace.SolarSystem.core.coremod.schematic.SchematicAdd on 2147483647
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible GUI ID conflict: micdoodle8.mods.galacticraft.core.schematic.SchematicAdd and galaxyspace.SolarSystem.core.coremod.schematic.SchematicAdd on 2
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible Page ID conflict: micdoodle8.mods.galacticraft.planets.asteroids.schematic.SchematicTier3Rocket and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier3Rocket on 4
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible GUI ID conflict: micdoodle8.mods.galacticraft.planets.asteroids.schematic.SchematicTier3Rocket and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier3Rocket on 1087403888
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible Page ID conflict: micdoodle8.mods.galacticraft.planets.mars.schematic.SchematicTier2Rocket and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier2Rocket on 2
[18:09:03] [Server thread/WARN] [GalacticraftAmunRa/GalacticraftAmunRa]: Possible GUI ID conflict: micdoodle8.mods.galacticraft.planets.mars.schematic.SchematicTier2Rocket and galaxyspace.SolarSystem.core.coremod.schematic.SchematicTier2Rocket on 1087403885
Does it actually crash, though?
This is not a bug, it happens because GalaxySpace intentionally overwrites the schematics of vanilla GC. My code can't tell the difference between a coremod which does that on purpose and a configuration error, so it shows this warning, so that the user can figure it out.