Alright, so basically it's exactly what the title says. Anytime I change an Item ID in ANY mod config, the game crashes before getting past the white Mojang screen.
Here is my list of mods, in this order:
Ars Magica
Atum
Bibliocraft
ExtrabiomesXL
Minefantasy
MrCrayfish's Furniture
Wild Caves
Chainz
HeraldryCraft
CustomMobSpawner
CustomNPCs
Dragon Mount
Mo Creatures
Magic Carpet
Dungeon Pack
Enchanting Plus
Farlanders
Fireplace Mod
Growthcraft
Herblore
Matmos
Minecraft Comes Alive
Falling Meteors
Middle Age Mod
Pet Bat
Primitive Mobs
Elegant Punt and Whitehall
Thaumcraft
Thaumic Tinkerer
Rikmuld's Camping Mod
Twilight Forest
Balkon's Weapon Mod
Jar Mods:
Forge
Optifine
Better Animations Collection Revived
Painting GUI
More Player Models
I just recently shed ID Resolver so I could update Minecraft to 1.5.2, which I did successfully and eliminated (or so I thought) any ID conflicts. Block ID wise, everything seems peechy-keen. Game has been playing great, no issues. Except I started really getting into Ars Magica, and collected a bunch of spells. At the table where you make the spell scrolls, a few spells popped up which had instead of their normal icon, a white missing texture box like this:
Hovering over any of them produces this error:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
java.lang.ClassCastException: net.minecraft.item.Item cannot be cast to mithion.arsmagica.api.spells.SpellScrollBase
at mithion.arsmagica.guis.GuiInscriptionTable.getHoveredSpell(GuiInscriptionTable.java:127)
at mithion.arsmagica.guis.GuiInscriptionTable.func_74189_g(GuiInscriptionTable.java:236)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:146)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1156)
at net.minecraft.src.EntityRendererProxy.func_78480_b(EntityRendererProxy.java:36)
at noppes.mpm.EntityRendererAlt.func_78480_b(EntityRendererAlt.java:33)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.guis.GuiInscriptionTable.getHoveredSpell(GuiInscriptionTable.java:127)
at mithion.arsmagica.guis.GuiInscriptionTable.func_74189_g(GuiInscriptionTable.java:236)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:146)
So I looked at the Forge logs and saw Item ID conflicts, so I figured it'd be no problem to resolve said conflicts in the mod configs like I did with the Block ID's. However, doing so produces this error while loading (prior to reaching the main menu):
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 7/2/13 1:01 PM
Description: Failed to start game
java.lang.ArrayIndexOutOfBoundsException: 32807
at net.minecraft.item.Item.<init>(Item.java:257)
at mods.herblore.Herblore.loadConfiguration(Herblore.java:216)
at mods.herblore.Herblore.onPreInit(Herblore.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I can't figure out why this would be happening, especially with ANY mod I try to alter Item ID's with. Searching around didn't yield anything helpful, so I'm hoping maybe I can get some help here!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Here is my list of mods, in this order:
Atum
Bibliocraft
ExtrabiomesXL
Minefantasy
MrCrayfish's Furniture
Wild Caves
Chainz
HeraldryCraft
CustomMobSpawner
CustomNPCs
Dragon Mount
Mo Creatures
Magic Carpet
Dungeon Pack
Enchanting Plus
Farlanders
Fireplace Mod
Growthcraft
Herblore
Matmos
Minecraft Comes Alive
Falling Meteors
Middle Age Mod
Pet Bat
Primitive Mobs
Elegant Punt and Whitehall
Thaumcraft
Thaumic Tinkerer
Rikmuld's Camping Mod
Twilight Forest
Balkon's Weapon Mod
Jar Mods:
Optifine
Better Animations Collection Revived
Painting GUI
More Player Models
I just recently shed ID Resolver so I could update Minecraft to 1.5.2, which I did successfully and eliminated (or so I thought) any ID conflicts. Block ID wise, everything seems peechy-keen. Game has been playing great, no issues. Except I started really getting into Ars Magica, and collected a bunch of spells. At the table where you make the spell scrolls, a few spells popped up which had instead of their normal icon, a white missing texture box like this:
Hovering over any of them produces this error:
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 7/2/13 1:18 PM
Description: Rendering screen
java.lang.ClassCastException: net.minecraft.item.Item cannot be cast to mithion.arsmagica.api.spells.SpellScrollBase
at mithion.arsmagica.guis.GuiInscriptionTable.getHoveredSpell(GuiInscriptionTable.java:127)
at mithion.arsmagica.guis.GuiInscriptionTable.func_74189_g(GuiInscriptionTable.java:236)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:146)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1156)
at net.minecraft.src.EntityRendererProxy.func_78480_b(EntityRendererProxy.java:36)
at noppes.mpm.EntityRendererAlt.func_78480_b(EntityRendererAlt.java:33)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.guis.GuiInscriptionTable.getHoveredSpell(GuiInscriptionTable.java:127)
at mithion.arsmagica.guis.GuiInscriptionTable.func_74189_g(GuiInscriptionTable.java:236)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:146)
-- Screen render details --
Details:
Screen name: mithion.arsmagica.guis.GuiInscriptionTable
Mouse location: Scaled: (191, 23). Absolute: (383, 433)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1156)
at net.minecraft.src.EntityRendererProxy.func_78480_b(EntityRendererProxy.java:36)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Lyrasien'/983, l='MpServer', x=19.70, y=71.62, z=2012.46]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (184,64,236), Chunk: (at 8,4,12 in 11,14; contains blocks 176,0,224 to 191,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 10093837 game time, 416012 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 421 total; [EntitySheep['Sheep'/1100, l='MpServer', x=-34.50, y=79.00, z=2048.50], MoCEntityMouse['Mouse'/1101, l='MpServer', x=-36.26, y=71.00, z=2078.40], EntitySheep['Sheep'/1102, l='MpServer', x=-42.50, y=75.00, z=2086.50], EntitySheep['Sheep'/1103, l='MpServer', x=-46.28, y=71.00, z=2083.63], EntityChicken['Chicken'/1096, l='MpServer', x=-39.59, y=76.00, z=2028.59], EntityChicken['Chicken'/1097, l='MpServer', x=-39.56, y=75.00, z=2040.56], EntityPig['Pig'/1098, l='MpServer', x=-42.50, y=82.00, z=2042.16], MoCEntityFirefly['Firefly'/1099, l='MpServer', x=-52.85, y=81.64, z=2045.56], MoCEntityDragonfly['DragonFly'/1092, l='MpServer', x=-29.70, y=74.00, z=2014.47], EntityPig['Pig'/1093, l='MpServer', x=-43.91, y=72.00, z=2003.97], MoCEntityBigCat['BigCat'/1094, l='MpServer', x=-43.50, y=72.00, z=2009.50], EntitySheep['Sheep'/1095, l='MpServer', x=-55.53, y=78.00, z=2011.24], EntitySheep['Sheep'/1088, l='MpServer', x=-46.97, y=71.00, z=1980.03], EntityChicken['Chicken'/1089, l='MpServer', x=-34.56, y=69.00, z=1981.44], EntityChicken['Chicken'/1090, l='MpServer', x=-36.47, y=69.00, z=1982.38], EntityPig['Pig'/1091, l='MpServer', x=-32.69, y=69.00, z=1983.50], EntityPainting['Painting'/1117, l='MpServer', x=-16.94, y=65.50, z=1952.50], EntitySheep['Sheep'/1116, l='MpServer', x=-30.84, y=71.00, z=1949.88], EntitySheep['Sheep'/1119, l='MpServer', x=-30.44, y=69.00, z=1968.34], MoCEntityBird['Bird'/1118, l='MpServer', x=-18.50, y=64.00, z=1958.94], EntityPainting['Painting'/1113, l='MpServer', x=-16.94, y=65.50, z=1951.50], MoCEntityCricket['Cricket'/1115, l='MpServer', x=-33.85, y=72.40, z=1948.05], EntityPainting['Painting'/1114, l='MpServer', x=-16.94, y=65.50, z=1950.50], EntityPainting['Painting'/1109, l='MpServer', x=-21.94, y=121.00, z=1889.00], EntityPainting['Painting'/1111, l='MpServer', x=-21.94, y=121.00, z=1901.00], EntityPainting['Painting'/1110, l='MpServer', x=-21.94, y=121.00, z=1895.00], MoCEntityBird['Bird'/1104, l='MpServer', x=-38.78, y=84.00, z=2093.78], EntitySheep['Sheep'/1134, l='MpServer', x=-22.28, y=74.00, z=2076.63], EntitySheep['Sheep'/1135, l='MpServer', x=-18.31, y=77.00, z=2066.09], EntityPig['Pig'/1132, l='MpServer', x=-21.53, y=75.00, z=2069.53], EntityPig['Pig'/1133, l='MpServer', x=-29.41, y=72.00, z=2073.31], EntitySheep['Sheep'/1130, l='MpServer', x=-29.03, y=73.00, z=2057.28], EntitySheep['Sheep'/1131, l='MpServer', x=-25.91, y=74.00, z=2056.06], MoCEntityCricket['Cricket'/1128, l='MpServer', x=-17.14, y=79.19, z=2029.71], MoCEntitySnake['Snake'/1129, l='MpServer', x=-22.72, y=77.00, z=2036.84], EntityChicken['Chicken'/1126, l='MpServer', x=-19.53, y=80.00, z=2012.47], EntityChicken['Chicken'/1127, l='MpServer', x=-21.47, y=81.00, z=2024.47], EntitySheep['Sheep'/1124, l='MpServer', x=-29.63, y=68.00, z=2005.19], MoCEntityMouse['Mouse'/1125, l='MpServer', x=-7.92, y=66.00, z=2003.60], EntitySheep['Sheep'/1122, l='MpServer', x=-19.66, y=65.00, z=1985.44], MoCEntityFirefly['Firefly'/1123, l='MpServer', x=-23.82, y=68.00, z=2005.44], EntitySheep['Sheep'/1120, l='MpServer', x=-33.06, y=69.00, z=1974.03], MoCEntityWyvern['Wyvern'/1151, l='MpServer', x=-7.88, y=145.00, z=1902.28], MoCEntityMouse['Mouse'/1143, l='MpServer', x=-29.32, y=68.68, z=2106.06], MoCEntityRaccoon['Raccoon'/1142, l='MpServer', x=-22.66, y=69.00, z=2094.56], EntityPig['Pig'/1141, l='MpServer', x=-25.03, y=73.00, z=2073.50], EntityChicken['Chicken'/1140, l='MpServer', x=-18.56, y=75.00, z=2077.53], EntityChicken['Chicken'/1139, l='MpServer', x=-17.59, y=78.00, z=2056.59], EntityChicken['Chicken'/1138, l='MpServer', x=-28.56, y=74.00, z=2065.63], MoCEntityRaccoon['Raccoon'/1137, l='MpServer', x=-31.56, y=72.00, z=2071.31], EntityChicken['Chicken'/1136, l='MpServer', x=-32.41, y=74.00, z=2061.56], MoCEntityButterfly['ButterFly'/1034, l='MpServer', x=-47.41, y=97.18, z=1927.24], MoCEntityCricket['Cricket'/1035, l='MpServer', x=-56.32, y=99.00, z=1936.59], MoCEntityDragonfly['DragonFly'/1036, l='MpServer', x=-54.34, y=100.00, z=1924.78], EntityPig['Pig'/1038, l='MpServer', x=-51.16, y=86.00, z=1954.91], EntitySheep['Sheep'/1039, l='MpServer', x=-47.06, y=85.00, z=1952.34], MoCEntityRaccoon['Raccoon'/1025, l='MpServer', x=-76.50, y=72.00, z=2015.88], MoCEntityCricket['Cricket'/1027, l='MpServer', x=-76.81, y=71.00, z=2037.34], MoCEntityMouse['Mouse'/1028, l='MpServer', x=-73.19, y=72.00, z=2055.91], MoCEntityFly['Fly'/1029, l='MpServer', x=-79.72, y=71.00, z=2051.44], MoCEntityMouse['Mouse'/1048, l='MpServer', x=-62.34, y=83.00, z=1970.09], MoCEntityButterfly['ButterFly'/1051, l='MpServer', x=-60.13, y=81.00, z=1998.31], EntityPig['Pig'/1050, l='MpServer', x=-55.78, y=84.00, z=1997.03], EntityChicken['Chicken'/1053, l='MpServer', x=-56.21, y=84.00, z=2012.47], MoCEntityButterfly['ButterFly'/1055, l='MpServer', x=-55.69, y=80.00, z=2005.25], EntityChicken['Chicken'/1041, l='MpServer', x=-56.50, y=89.00, z=1955.50], MoCEntityCricket['Cricket'/1040, l='MpServer', x=-52.53, y=91.00, z=1947.13], MoCEntityMaggot['Maggot'/1043, l='MpServer', x=-63.81, y=88.00, z=1961.66], EntityChicken['Chicken'/1042, l='MpServer', x=-52.19, y=87.00, z=1953.34], EntityPig['Pig'/1045, l='MpServer', x=-54.19, y=73.00, z=1977.88], EntityPig['Pig'/1047, l='MpServer', x=-52.66, y=74.00, z=1974.94], MoCEntityButterfly['ButterFly'/1046, l='MpServer', x=-55.50, y=79.00, z=1978.50], MoCEntityBird['Bird'/1066, l='MpServer', x=-47.88, y=70.07, z=2071.22], MoCEntityFly['Fly'/1067, l='MpServer', x=-61.09, y=72.00, z=2106.53], EntitySheep['Sheep'/1064, l='MpServer', x=-49.78, y=71.00, z=2062.22], MoCEntityBear['Bear'/1065, l='MpServer', x=-59.09, y=70.00, z=2073.22], MoCEntityButterfly['ButterFly'/1070, l='MpServer', x=-50.94, y=86.00, z=2102.35], MoCEntityDragonfly['DragonFly'/1071, l='MpServer', x=-48.11, y=87.54, z=2101.84], MoCEntityBigCat['BigCat'/1068, l='MpServer', x=-60.50, y=71.00, z=2096.31], MoCEntityButterfly['ButterFly'/1069, l='MpServer', x=-49.85, y=88.36, z=2102.68], EntitySheep['Sheep'/1058, l='MpServer', x=-48.44, y=79.00, z=2016.34], MoCEntityBigCat['BigCat'/1059, l='MpServer', x=-59.84, y=72.07, z=2032.53], EntityPig['Pig'/1057, l='MpServer', x=-60.91, y=74.00, z=2019.75], MoCEntityBird['Bird'/1062, l='MpServer', x=-59.88, y=80.00, z=2038.13], MoCEntityDragonfly['DragonFly'/1063, l='MpServer', x=-56.54, y=81.00, z=2045.47], EntitySheep['Sheep'/1060, l='MpServer', x=-51.47, y=76.00, z=2047.47], EntityChicken['Chicken'/1061, l='MpServer', x=-57.50, y=82.00, z=2043.50], EntityPig['Pig'/1083, l='MpServer', x=-41.41, y=79.00, z=1952.78], EntityChicken['Chicken'/1082, l='MpServer', x=-42.47, y=88.00, z=1941.41], MoCEntityFirefly['Firefly'/1081, l='MpServer', x=-48.76, y=94.08, z=1936.97], EntityPig['Pig'/1080, l='MpServer', x=-41.50, y=80.00, z=1950.22], MoCEntityDragonfly['DragonFly'/1087, l='MpServer', x=-35.59, y=72.00, z=1953.22], EntityPig['Pig'/1086, l='MpServer', x=-37.69, y=73.00, z=1963.50], EntityPig['Pig'/1085, l='MpServer', x=-46.47, y=77.00, z=1965.84], EntityChicken['Chicken'/1084, l='MpServer', x=-34.13, y=71.00, z=1964.78], EntityChicken['Chicken'/1079, l='MpServer', x=-43.84, y=91.00, z=1937.59], EntityChicken['Chicken'/1078, l='MpServer', x=-42.66, y=82.00, z=1948.72], EntityPig['Pig'/1077, l='MpServer', x=-40.31, y=78.00, z=1948.47], MoCEntitySnake['Snake'/1076, l='MpServer', x=-36.09, y=83.00, z=1921.16], MoCEntityFox['Fox'/1221, l='MpServer', x=8.47, y=69.00, z=1941.59], EntityPainting['Painting'/1220, l='MpServer', x=12.06, y=70.50, z=1943.00], MoCEntitySnake['Snake'/1223, l='MpServer', x=13.72, y=80.00, z=1937.00], MoCEntityFox['Fox'/1222, l='MpServer', x=9.41, y=69.47, z=1944.72], EntityPainting['Painting'/1217, l='MpServer', x=9.06, y=66.00, z=1944.00], EntityPainting['Painting'/1216, l='MpServer', x=9.06, y=66.00, z=1946.00], EntityPainting['Painting'/1219, l='MpServer', x=8.06, y=70.50, z=1943.00], EntityPainting['Painting'/1218, l='MpServer', x=8.06, y=70.50, z=1949.00], EntityChicken['Chicken'/1229, l='MpServer', x=7.03, y=63.00, z=1967.91], MoCEntityHorse['Horse'/1228, l='MpServer', x=11.47, y=63.00, z=1964.06], MoCEntityElephant['Elephant'/1231, l='MpServer', x=14.78, y=63.00, z=1963.47], MoCEntityElephant['Elephant'/1230, l='MpServer', x=7.84, y=63.00, z=1966.09], MoCEntityHorse['Horse'/1225, l='MpServer', x=8.53, y=63.00, z=1962.72], MoCEntityHorse['Horse'/1224, l='MpServer', x=6.59, y=63.00, z=1964.44], MoCEntityHorse['Horse'/1227, l='MpServer', x=5.72, y=63.00, z=1967.25], EntitySheep['Sheep'/1226, l='MpServer', x=6.25, y=63.00, z=1962.72], EntityPainting['Painting'/1236, l='MpServer', x=8.06, y=70.50, z=1959.00], EntityPainting['Painting'/1237, l='MpServer', x=12.50, y=70.50, z=1960.94], EntityPainting['Painting'/1238, l='MpServer', x=11.50, y=70.50, z=1960.94], EntityPainting['Painting'/1239, l='MpServer', x=10.50, y=70.50, z=1960.94], MoCEntityHorse['Horse'/1232, l='MpServer', x=16.34, y=63.00, z=1964.16], EntityPainting['Painting'/1233, l='MpServer', x=9.06, y=66.50, z=1952.00], EntityPainting['Painting'/1234, l='MpServer', x=9.06, y=66.00, z=1957.00], EntityPainting['Painting'/1235, l='MpServer', x=8.06, y=70.50, z=1954.00], EntityPainting['Painting'/1244, l='MpServer', x=3.94, y=68.50, z=1952.00], EntityPainting['Painting'/1245, l='MpServer', x=5.00, y=65.00, z=1955.06], EntityNPCOrcMale['Gakih Gristleback'/1246, l='MpServer', x=15.50, y=64.00, z=1952.50], EntityNPCHumanMale['Guard'/1247, l='MpServer', x=15.50, y=64.00, z=1956.50], EntityPainting['Painting'/1240, l='MpServer', x=15.00, y=75.00, z=1960.94], EntityPainting['Painting'/1241, l='MpServer', x=13.00, y=75.00, z=1960.94], EntityPainting['Painting'/1242, l='MpServer', x=11.50, y=76.00, z=1958.06], EntityPainting['Painting'/1243, l='MpServer', x=8.06, y=73.50, z=1960.50], MoCEntityCricket['Cricket'/1255, l='MpServer', x=3.53, y=63.00, z=1968.19], MoCEntityButterfly['ButterFly'/1254, l='MpServer', x=8.88, y=63.00, z=1977.43], MoCEntityElephant['Elephant'/1253, l='MpServer', x=14.47, y=63.00, z=1968.25], MoCEntityHorse['Horse'
/1252, l='MpServer', x=7.50, y=63.00, z=1971.16], MoCEntityHorse['Horse'/1251, l='MpServer', x=10.41, y=63.00, z=1970.09], MoCEntityOstrich['Ostrich'/1250, l='MpServer', x=11.84, y=63.00, z=1970.47], MoCEntityHorse['Horse'/1249, l='MpServer', x=5.34, y=64.00, z=1961.34], EntityPig['Pig'/1248, l='MpServer', x=3.50, y=64.38, z=1955.22], EntityPainting['Painting'/1263, l='MpServer', x=5.50, y=71.50, z=2011.94], EntityMinecartChest['entity.MinecartChest.name'/1262, l='MpServer', x=9.50, y=16.34, z=2001.81], EntityMinecartChest['entity.MinecartChest.name'/1261, l='MpServer', x=14.50, y=16.50, z=2009.50], MoCEntityWyvern['Wyvern'/1260, l='MpServer', x=14.25, y=68.00, z=1991.13], EntityNPCHumanMale['Guard'/1259, l='MpServer', x=1.34, y=62.50, z=1996.69], EntityNpcEnderchibi['Ender Banker'/1258, l='MpServer', x=7.50, y=63.00, z=1992.50], EntityNpcEnderchibi['Ender Banker'/1257, l='MpServer', x=7.50, y=63.00, z=1990.50], EntityPig['Pig'/1256, l='MpServer', x=5.13, y=63.00, z=1977.25], MoCEntityMouse['Mouse'/1270, l='MpServer', x=8.38, y=87.00, z=2023.66], MoCEntityOstrich['Ostrich'/1271, l='MpServer', x=1.88, y=97.00, z=2018.00], EntityNPCDwarfMale['Mining Officer Dalgrun'/1268, l='MpServer', x=5.41, y=74.00, z=2010.00], EntityNPCHumanMale['Aldny the Miner'/1269, l='MpServer', x=14.22, y=70.00, z=2024.38], EntityNPCHumanFemale['Slava'/1266, l='MpServer', x=8.50, y=74.56, z=2009.50], EntityNPCHumanMale['Guard'/1267, l='MpServer', x=10.50, y=70.00, z=2011.50], EntityPainting['Painting'/1264, l='MpServer', x=5.50, y=71.50, z=2007.06], EntityNPCHumanMale['Alfred'/1265, l='MpServer', x=3.91, y=74.56, z=2009.50], EntityChicken['Chicken'/1278, l='MpServer', x=11.44, y=99.00, z=2070.47], MoCEntityFly['Fly'/1279, l='MpServer', x=0.34, y=92.00, z=2064.84], MoCEntityButterfly['ButterFly'/1276, l='MpServer', x=3.66, y=93.00, z=2076.22], EntitySheep['Sheep'/1277, l='MpServer', x=2.16, y=93.00, z=2065.72], EntityItem['item.item.dust'/1274, l='MpServer', x=11.06, y=104.13, z=2055.41], EntityChicken['Chicken'/1275, l='MpServer', x=1.69, y=90.00, z=2074.53], MoCEntityBigCat['BigCat'/1272, l='MpServer', x=3.53, y=95.00, z=2063.47], MoCEntityBigCat['BigCat'/1273, l='MpServer', x=11.66, y=97.00, z=2059.47], EntityPig['Pig'/1153, l='MpServer', x=-3.09, y=68.50, z=1935.03], MoCEntityBigCat['BigCat'/1152, l='MpServer', x=-5.06, y=119.00, z=1918.47], MoCEntityDragonfly['DragonFly'/1155, l='MpServer', x=-6.66, y=63.00, z=1945.31], MoCEntityDragonfly['DragonFly'/1157, l='MpServer', x=-12.66, y=65.00, z=1944.41], EntityNPCHumanMale['Angus Grillos'/1156, l='MpServer', x=-11.50, y=64.00, z=1949.50], MoCEntityHorse['Horse'/1159, l='MpServer', x=-1.34, y=63.00, z=1953.78], MoCEntityCricket['Cricket'/1158, l='MpServer', x=-13.19, y=65.00, z=1947.19], EntityPainting['Painting'/1161, l='MpServer', x=-11.94, y=66.50, z=1952.00], EntityPainting['Painting'/1160, l='MpServer', x=-15.50, y=66.50, z=1954.94], EntityChicken['Chicken'/1163, l='MpServer', x=-12.53, y=68.00, z=1954.16], EntityNPCHumanFemale['Venissa Grillos'/1162, l='MpServer', x=-12.50, y=68.00, z=1953.31], EntityNPCHumanMale['Cole the Butcher'/1165, l='MpServer', x=-14.72, y=64.00, z=1953.13], EntityChicken['Chicken'/1164, l='MpServer', x=-13.16, y=69.01, z=1954.47], EntityPig['Pig'/1167, l='MpServer', x=-12.97, y=64.00, z=1986.88], MoCEntityRaccoon['Raccoon'/1166, l='MpServer', x=-16.59, y=63.00, z=1976.63], MoCEntityFirefly['Firefly'/1168, l='MpServer', x=-6.59, y=78.00, z=2008.69], EntityChicken['Chicken'/1169, l='MpServer', x=-6.50, y=83.00, z=2029.50], MoCEntityHorse['Horse'/1170, l='MpServer', x=-5.03, y=97.00, z=2018.84], MoCEntityWyvern['Wyvern'/1171, l='MpServer', x=-1.94, y=97.00, z=2018.25], MoCEntityButterfly['ButterFly'/1172, l='MpServer', x=-13.20, y=78.00, z=2038.31], EntityPig['Pig'/1173, l='MpServer', x=-5.91, y=82.00, z=2035.41], MoCEntityKomodo['KomodoDragon'/1174, l='MpServer', x=-6.28, y=97.00, z=2035.63], EntitySheep['Sheep'/1175, l='MpServer', x=-12.69, y=83.00, z=2051.47], EntitySheep['Sheep'/1176, l='MpServer', x=-7.50, y=89.00, z=2052.28], MoCEntityRaccoon['Raccoon'/1177, l='MpServer', x=-13.09, y=83.00, z=2050.06], EntityItem['item.item.egg'/1178, l='MpServer', x=-14.53, y=78.13, z=2070.34], MoCEntityFly['Fly'/1179, l='MpServer', x=-14.06, y=79.00, z=2079.59], MoCEntityFly['Fly'/1180, l='MpServer', x=-14.03, y=79.00, z=2075.44], EntityPig['Pig'/1181, l='MpServer', x=-6.53, y=85.00, z=2077.31], EntitySheep['Sheep'/1182, l='MpServer', x=-0.09, y=88.00, z=2078.44], EntityPig['Pig'/1183, l='MpServer', x=-6.91, y=87.00, z=2068.13], MoCEntityDragonfly['DragonFly'/1187, l='MpServer', x=-8.50, y=65.00, z=2094.50], MoCEntityButterfly['ButterFly'/1186, l='MpServer', x=-3.27, y=78.02, z=2089.74], EntityPig['Pig'/1185, l='MpServer', x=-15.50, y=69.00, z=2092.50], MoCEntityButterfly['ButterFly'/1184, l='MpServer', x=-15.34, y=78.00, z=2071.71], Camper['Camper'/1188, l='MpServer', x=-1.13, y=80.00, z=2091.53], MoCEntityButterfly['ButterFly'/1195, l='MpServer', x=-11.50, y=64.00, z=2108.81], MoCEntityDragonfly['DragonFly'/1194, l='MpServer', x=-13.56, y=65.00, z=2111.22], MoCEntityMaggot['Maggot'/1196, l='MpServer', x=-7.53, y=70.00, z=2115.53], MoCEntityFly['Fly'/1202, l='MpServer', x=-16.34, y=64.00, z=2113.44], MoCEntityButterfly['ButterFly'/1203, l='MpServer', x=-10.69, y=65.00, z=2109.80], MoCEntityDragonfly['DragonFly'/1200, l='MpServer', x=-2.22, y=70.00, z=2113.44], MoCEntityDragonfly['DragonFly'/1201, l='MpServer', x=-12.75, y=74.94, z=2127.27], EntityPainting['Painting'/1215, l='MpServer', x=11.00, y=66.00, z=1942.06], EntityChicken['Chicken'/1212, l='MpServer', x=13.31, y=65.00, z=1935.81], EntityChicken['Chicken'/1375, l='MpServer', x=54.58, y=85.00, z=1967.67], EntityMinecartChest['entity.MinecartChest.name'/1374, l='MpServer', x=57.50, y=13.50, z=1952.50], MoCEntityFly['Fly'/1370, l='MpServer', x=54.53, y=113.00, z=1908.22], MoCEntityButterfly['ButterFly'/1366, l='MpServer', x=45.25, y=76.00, z=2100.44], MoCEntityButterfly['ButterFly'/1365, l='MpServer', x=39.81, y=77.00, z=2101.53], EntityChicken['Chicken'/1363, l='MpServer', x=44.47, y=88.00, z=2085.66], MoCEntityDragonfly['DragonFly'/1362, l='MpServer', x=40.38, y=86.00, z=2084.03], EntityNPCHumanFemale['Areia'/1361, l='MpServer', x=34.50, y=43.00, z=2083.50], EntitySheep['Sheep'/1360, l='MpServer', x=45.03, y=90.00, z=2077.66], MoCEntityFirefly['Firefly'/1358, l='MpServer', x=35.22, y=97.00, z=2063.41], EntitySheep['Sheep'/1359, l='MpServer', x=32.53, y=91.00, z=2078.28], EntityMinecartChest['entity.MinecartChest.name'/1356, l='MpServer', x=32.50, y=58.50, z=2021.16], EntityNPCElfMale['Jihjlsndu'/1357, l='MpServer', x=34.50, y=100.00, z=2019.50], MoCEntityButterfly['ButterFly'/1354, l='MpServer', x=37.31, y=79.00, z=2004.75], EntityMinecartFurnace['entity.MinecartFurnace.name'/1355, l='MpServer', x=32.50, y=58.50, z=2019.16], MoCEntityDragonfly['DragonFly'/1352, l='MpServer', x=39.53, y=81.00, z=2006.97], MoCEntityButterfly['ButterFly'/1353, l='MpServer', x=41.90, y=78.00, z=2000.34], MoCEntityBird['Bird'/1350, l='MpServer', x=39.97, y=72.11, z=1976.67], MoCEntityBird['Bird'/1351, l='MpServer', x=39.78, y=73.00, z=1979.09], EntitySheep['Sheep'/1348, l='MpServer', x=33.53, y=68.00, z=1978.63], MoCEntityMaggot['Maggot'/1349, l='MpServer', x=40.88, y=67.00, z=1969.44], EntityMinecartChest['entity.MinecartChest.name'/1346, l='MpServer', x=44.50, y=23.34, z=1977.50], MoCEntityButterfly['ButterFly'/1347, l='MpServer', x=36.11, y=68.56, z=1978.02], EntityPainting['Painting'/1344, l='MpServer', x=42.06, y=115.50, z=1938.50], EntityMinecartChest['entity.MinecartChest.name'/1345, l='MpServer', x=45.50, y=16.34, z=1983.13], MoCEntityDragonfly['DragonFly'/1405, l='MpServer', x=71.13, y=91.00, z=2058.38], MoCEntityFirefly['Firefly'/1404, l='MpServer', x=65.93, y=73.00, z=2036.53], MoCEntityFirefly['Firefly'/1407, l='MpServer', x=71.47, y=91.00, z=2055.84], MoCEntityDragonfly['DragonFly'/1406, l='MpServer', x=66.44, y=91.00, z=2059.19], EntitySheep['Sheep'/1401, l='MpServer', x=64.72, y=72.00, z=1984.84], EntityPig['Pig'/1400, l='MpServer', x=74.31, y=71.00, z=1994.50], EntityMinecartChest['entity.MinecartChest.name'/1403, l='MpServer', x=71.50, y=20.50, z=2036.50], MoCEntityFirefly['Firefly'/1402, l='MpServer', x=69.32, y=71.49, z=1995.81], EntitySheep['Sheep'/1397, l='MpServer', x=65.97, y=108.00, z=1949.91], EntityPig['Pig'/1396, l='MpServer', x=68.50, y=105.00, z=1940.50], EntityPig['Pig'/1399, l='MpServer', x=71.03, y=71.00, z=1993.16], MoCEntityButterfly['ButterFly'/1398, l='MpServer', x=80.41, y=73.00, z=1973.59], MoCEntityBird['Bird'/1389, l='MpServer', x=76.22, y=87.00, z=1920.70], EntitySheep['Sheep'/1390, l='MpServer', x=69.56, y=104.00, z=1934.34], EntityChicken['Chicken'/1380, l='MpServer', x=52.47, y=95.00, z=2052.47], MoCEntityBird['Bird'/1382, l='MpServer', x=59.66, y=72.00, z=2108.94], MoCEntityBigCat['BigCat'/1376, l='MpServer', x=63.03, y=78.00, z=2014.19], EntityMinecartChest['entity.MinecartChest.name'/1377, l='MpServer', x=61.38, y=17.34, z=2016.50], MoCEntityDragonfly['DragonFly'/1378, l='MpServer', x=49.84, y=98.00, z=2040.38], EntitySheep['Sheep'/1379, l='MpServer', x=58.91, y=91.00, z=2062.75], EntityPainting['Painting'/1307, l='MpServer', x=18.94, y=66.00, z=1956.50], EntityPainting['Painting'/1306, l='MpServer', x=18.94, y=66.00, z=1953.50], EntitySheep['Sheep'/1305, l='MpServer', x=21.53, y=63.00, z=1959.53], MoCEntityTurtle['Turtle'/1304, l='MpServer', x=17.44, y=63.00, z=1966.22], EntitySheep['Sheep'/1311, l='MpServer', x=29.22, y=99.00, z=1959.50], MoCEntityRaccoon['Raccoon'/1310, l='MpServer', x=18.50, y=69.00, z=1959.34], EntityNPCHumanMale['Adrian Wetton'/1309, l='MpServer', x=17.50, y=64.00, z=1955.50], EntityPainting['Painting'/1308, l='MpServer', x=18.94, y=66.50, z=1955.00], EntityNPCHumanFemale['Faola Dey'/1299, l='MpServer', x=15.66, y=64.00, z=1951.03], MoCEntityButterfly['ButterFly'/1298, l='MpServer', x=23.59, y=82.00, z=1929.41], MoCEntityCricket['Cricket'/1296, l='MpServer', x=20.8
8, y=70.00, z=1933.41], MoCEntityHorse['Horse'/1303, l='MpServer', x=16.81, y=63.00, z=1962.28], EntityNPCHumanMale['Kaoz'/1302, l='MpServer', x=18.50, y=64.00, z=1950.50], EntityPainting['Painting'/1301, l='MpServer', x=19.94, y=70.50, z=1943.00], EntityPainting['Painting'/1300, l='MpServer', x=18.94, y=66.50, z=1948.00], MoCEntityFirefly['Firefly'/1289, l='MpServer', x=-4.29, y=72.00, z=2124.51], MoCEntityBird['Bird'/1294, l='MpServer', x=23.66, y=79.00, z=1930.00], MoCEntityBird['Bird'/1295, l='MpServer', x=17.02, y=71.00, z=1929.71], MoCEntityButterfly['ButterFly'/1282, l='MpServer', x=9.28, y=99.00, z=2068.59], MoCEntityDragonfly['DragonFly'/1283, l='MpServer', x=1.19, y=87.00, z=2083.28], EntitySheep['Sheep'/1280, l='MpServer', x=10.66, y=99.00, z=2073.81], MoCEntityMaggot['Maggot'/1281, l='MpServer', x=15.53, y=99.00, z=2068.91], MoCEntityFly['Fly'/1287, l='MpServer', x=7.53, y=71.11, z=2111.87], MoCEntityFirefly['Firefly'/1284, l='MpServer', x=17.19, y=83.00, z=2084.47], EntityPainting['Painting'/1337, l='MpServer', x=45.06, y=114.50, z=1917.50], EntityPainting['Painting'/1336, l='MpServer', x=45.06, y=114.50, z=1918.50], EntityPainting['Painting'/1339, l='MpServer', x=44.50, y=114.50, z=1919.06], EntityPainting['Painting'/1338, l='MpServer', x=45.06, y=115.50, z=1918.50], EntityPainting['Painting'/1341, l='MpServer', x=44.50, y=115.50, z=1919.06], EntityPainting['Painting'/1340, l='MpServer', x=43.50, y=114.50, z=1919.06], EntityPainting['Painting'/1342, l='MpServer', x=45.06, y=113.50, z=1917.50], MoCEntityRaccoon['Raccoon'/1329, l='MpServer', x=4.94, y=62.25, z=2099.03], MoCEntityMaggot['Maggot'/1328, l='MpServer', x=31.87, y=78.73, z=2092.31], MoCEntityBird['Bird'/1330, l='MpServer', x=31.53, y=74.00, z=2094.50], MoCEntityButterfly['ButterFly'/1332, l='MpServer', x=22.34, y=77.00, z=2088.41], MoCEntityMouse['Mouse'/1335, l='MpServer', x=30.43, y=62.00, z=2104.68], MoCEntityMouse['Mouse'/1320, l='MpServer', x=26.31, y=80.23, z=2015.91], EntitySheep['Sheep'/1321, l='MpServer', x=30.25, y=101.25, z=2024.63], EntityPig['Pig'/1322, l='MpServer', x=25.50, y=101.00, z=2050.50], MoCEntityFly['Fly'/1323, l='MpServer', x=25.19, y=99.00, z=2053.44], EntitySheep['Sheep'/1324, l='MpServer', x=22.19, y=86.00, z=2084.61], MoCEntityButterfly['ButterFly'/1325, l='MpServer', x=27.28, y=98.00, z=2073.13], EntityNPCHumanFemale['Shana Blackwell'/1326, l='MpServer', x=31.50, y=44.00, z=2084.50], EntityNPCHumanMale['Marlon Indo'/1327, l='MpServer', x=30.50, y=44.00, z=2083.50], EntityMinecartChest['entity.MinecartChest.name'/1312, l='MpServer', x=30.50, y=15.34, z=1977.78], MoCEntityButterfly['ButterFly'/1313, l='MpServer', x=17.61, y=64.52, z=1974.25], MoCEntityButterfly['ButterFly'/1314, l='MpServer', x=19.16, y=66.50, z=1974.41], EntityNPCHumanMale['Crofton'/1315, l='MpServer', x=18.50, y=69.00, z=1984.50], EntityNPCHumanMale['Guard'/1316, l='MpServer', x=18.50, y=68.00, z=1996.50], MoCEntityMaggot['Maggot'/1317, l='MpServer', x=23.27, y=67.59, z=1991.16], EntityNPCOrcMale['Ugg'/1318, l='MpServer', x=19.66, y=68.00, z=2023.47], EntityNPCDwarfMale['Foreman Thaldrom'/1319, l='MpServer', x=17.00, y=82.00, z=2019.44], MoCEntityRaccoon['Raccoon'/1494, l='MpServer', x=125.59, y=90.00, z=2006.03], MoCEntityFirefly['Firefly'/1495, l='MpServer', x=114.53, y=95.00, z=2034.88], MoCEntityRaccoon['Raccoon'/1492, l='MpServer', x=115.44, y=85.00, z=2003.91], MoCEntityMouse['Mouse'/1490, l='MpServer', x=124.69, y=70.00, z=1997.56], MoCEntityMaggot['Maggot'/1488, l='MpServer', x=114.69, y=77.00, z=1987.13], MoCEntityDragonfly['DragonFly'/1489, l='MpServer', x=116.59, y=76.00, z=1987.09], MoCEntityFirefly['Firefly'/1501, l='MpServer', x=133.19, y=76.00, z=1964.47], MoCEntityFly['Fly'/1496, l='MpServer', x=116.41, y=79.00, z=2059.19], MoCEntityButterfly['ButterFly'/1479, l='MpServer', x=119.41, y=73.00, z=1957.38], MoCEntityBird['Bird'/1475, l='MpServer', x=97.22, y=72.00, z=2103.78], MoCEntityBird['Bird'/1474, l='MpServer', x=91.59, y=73.00, z=2101.22], MoCEntityCricket['Cricket'/1473, l='MpServer', x=100.72, y=81.00, z=2052.59], MoCEntityCricket['Cricket'/1485, l='MpServer', x=110.34, y=74.00, z=1969.88], MoCEntityMaggot['Maggot'/1484, l='MpServer', x=118.81, y=77.00, z=1978.47], MoCEntityButterfly['ButterFly'/1481, l='MpServer', x=123.56, y=74.00, z=1956.79], EntityItem['item.item.dust'/1528, l='MpServer', x=-18.47, y=63.13, z=1976.53], MoCEntityMaggot['Maggot'/1430, l='MpServer', x=95.35, y=72.00, z=1955.53], MoCEntityButterfly['ButterFly'/1431, l='MpServer', x=93.19, y=72.00, z=1953.38], Camper['Camper'/1428, l='MpServer', x=83.22, y=70.00, z=1951.50], EntitySheep['Sheep'/1429, l='MpServer', x=86.25, y=73.00, z=1962.72], MoCEntityCricket['Cricket'/1434, l='MpServer', x=101.34, y=71.00, z=1955.90], MoCEntityFirefly['Firefly'/1435, l='MpServer', x=75.14, y=71.83, z=2001.81], Camper['Camper'/1432, l='MpServer', x=85.53, y=71.00, z=1954.94], MoCEntityButterfly['ButterFly'/1433, l='MpServer', x=92.56, y=73.00, z=1959.77], EntityPig['Pig'/1438, l='MpServer', x=90.81, y=71.00, z=2006.28], MoCEntityRaccoon['Raccoon'/1439, l='MpServer', x=89.03, y=70.00, z=2004.72], EntityMinecartChest['entity.MinecartChest.name'/1436, l='MpServer', x=93.50, y=19.34, z=2002.56], MoCEntityMaggot['Maggot'/1437, l='MpServer', x=87.83, y=70.00, z=2006.31], EntityPig['Pig'/1411, l='MpServer', x=78.28, y=79.00, z=2092.50], MoCEntityDragonfly['DragonFly'/1410, l='MpServer', x=65.38, y=91.00, z=2070.28], MoCEntityFly['Fly'/1409, l='MpServer', x=79.34, y=92.50, z=2056.13], MoCEntityFirefly['Firefly'/1408, l='MpServer', x=65.41, y=91.00, z=2056.53], MoCEntityFirefly['Firefly'/1415, l='MpServer', x=78.38, y=89.00, z=2080.06], MoCEntityCricket['Cricket'/1414, l='MpServer', x=68.41, y=89.00, z=2082.59], EntityPig['Pig'/1413, l='MpServer', x=79.53, y=79.00, z=2092.47], MoCEntityDragonfly['DragonFly'/1416, l='MpServer', x=75.78, y=82.00, z=2086.59], MoCEntityFly['Fly'/1422, l='MpServer', x=69.56, y=72.72, z=2110.28], MoCEntitySnake['Snake'/1420, l='MpServer', x=69.84, y=72.00, z=2109.88], MoCEntityButterfly['ButterFly'/1457, l='MpServer', x=105.56, y=72.00, z=1922.19], EntitySheep['Sheep'/1458, l='MpServer', x=95.97, y=70.00, z=1943.09], MoCEntityFly['Fly'/1463, l='MpServer', x=108.72, y=79.00, z=1990.41], MoCEntityBird['Bird'/1469, l='MpServer', x=98.44, y=81.00, z=2041.06], EntityPig['Pig'/1441, l='MpServer', x=89.91, y=71.00, z=2010.25], MoCEntityRaccoon['Raccoon'/1440, l='MpServer', x=81.16, y=70.00, z=2002.50], EntityPig['Pig'/1443, l='MpServer', x=97.63, y=83.00, z=2035.28], EntitySheep['Sheep'/1442, l='MpServer', x=81.03, y=71.00, z=2018.03], MoCEntityDragonfly['DragonFly'/1445, l='MpServer', x=84.13, y=89.00, z=2043.31], MoCEntityDragonfly['DragonFly'/1444, l='MpServer', x=88.22, y=88.00, z=2045.63], EntitySheep['Sheep'/1447, l='MpServer', x=94.50, y=86.00, z=2058.50], Camper['Camper'/1446, l='MpServer', x=84.47, y=90.00, z=2056.50], MoCEntityFly['Fly'/1449, l='MpServer', x=82.19, y=89.00, z=2078.58], MoCEntityCricket['Cricket'/1448, l='MpServer', x=88.44, y=88.00, z=2053.78], EntityPig['Pig'/1451, l='MpServer', x=95.50, y=82.00, z=2081.50], MoCEntityFly['Fly'/1450, l='MpServer', x=88.77, y=89.00, z=2070.54], MoCEntityDragonfly['DragonFly'/1453, l='MpServer', x=79.53, y=84.00, z=2086.97], EntitySheep['Sheep'/1452, l='MpServer', x=84.50, y=82.00, z=2090.50], MoCEntityRaccoon['Raccoon'/1454, l='MpServer', x=87.91, y=73.00, z=2108.41], EntityPainting['Painting'/1236, l='MpServer', x=8.06, y=70.50, z=1959.00], EntityPainting['Painting'/1237, l='MpServer', x=12.50, y=70.50, z=1960.94], EntityPainting['Painting'/1233, l='MpServer', x=9.06, y=66.50, z=1952.00], EntityPainting['Painting'/1238, l='MpServer', x=11.50, y=70.50, z=1960.94], EntityPainting['Painting'/1239, l='MpServer', x=10.50, y=70.50, z=1960.94], EntityPainting['Painting'/1243, l='MpServer', x=8.06, y=73.50, z=1960.50], EntityPainting['Painting'/1242, l='MpServer', x=11.50, y=76.00, z=1958.06], EntityPainting['Painting'/1306, l='MpServer', x=18.94, y=66.00, z=1953.50], EntityPainting['Painting'/1307, l='MpServer', x=18.94, y=66.00, z=1956.50], EntityPainting['Painting'/1245, l='MpServer', x=5.00, y=65.00, z=1955.06], EntityPainting['Painting'/1244, l='MpServer', x=3.94, y=68.50, z=1952.00], EntityPainting['Painting'/1235, l='MpServer', x=8.06, y=70.50, z=1954.00], EntityPainting['Painting'/1234, l='MpServer', x=9.06, y=66.00, z=1957.00], EntityPainting['Painting'/1241, l='MpServer', x=13.00, y=75.00, z=1960.94], EntityPainting['Painting'/1240, l='MpServer', x=15.00, y=75.00, z=1960.94], EntityPainting['Painting'/1117, l='MpServer', x=-16.94, y=65.50, z=1952.50], EntityPainting['Painting'/1160, l='MpServer', x=-15.50, y=66.50, z=1954.94], EntityPainting['Painting'/1161, l='MpServer', x=-11.94, y=66.50, z=1952.00], EntityPainting['Painting'/1264, l='MpServer', x=5.50, y=71.50, z=2007.06], EntityPainting['Painting'/1263, l='MpServer', x=5.50, y=71.50, z=2011.94], EntityPainting['Painting'/1215, l='MpServer', x=11.00, y=66.00, z=1942.06], EntityPainting['Painting'/1218, l='MpServer', x=8.06, y=70.50, z=1949.00], EntityPainting['Painting'/1219, l='MpServer', x=8.06, y=70.50, z=1943.00], EntityPainting['Painting'/1344, l='MpServer', x=42.06, y=115.50, z=1938.50], EntityPainting['Painting'/1300, l='MpServer', x=18.94, y=66.50, z=1948.00], EntityPainting['Painting'/1301, l='MpServer', x=19.94, y=70.50, z=1943.00], EntityPainting['Painting'/1113, l='MpServer', x=-16.94, y=65.50, z=1951.50], EntityPainting['Painting'/1114, l='MpServer', x=-16.94, y=65.50, z=1950.50], EntityPainting['Painting'/1220, l='MpServer', x=12.06, y=70.50, z=1943.00], EntityPainting['Painting'/1217, l='MpServer', x=9.06, y=66.00, z=1944.00], EntityPainting['Painting'/1216, l='MpServer', x=9.06, y=66.00, z=1946.00], EntityPainting['Painting'/1308, l='MpServer', x=18.94, y=66.50, z=1955.00], EntityPainting['Painting'/1111, l='MpServer', x=-21.94, y=121.00, z=1901.00], EntityPainting['Painting'/1109, l='MpServer', x=-21.94, y=121.00, z=1889.00],
EntityPainting['Painting'/1110, l='MpServer', x=-21.94, y=121.00, z=1895.00], EntityPainting['Painting'/1340, l='MpServer', x=43.50, y=114.50, z=1919.06], EntityPainting['Painting'/1342, l='MpServer', x=45.06, y=113.50, z=1917.50], EntityPainting['Painting'/1337, l='MpServer', x=45.06, y=114.50, z=1917.50], EntityPainting['Painting'/1341, l='MpServer', x=44.50, y=115.50, z=1919.06], EntityPainting['Painting'/1338, l='MpServer', x=45.06, y=115.50, z=1918.50], EntityPainting['Painting'/1339, l='MpServer', x=44.50, y=114.50, z=1919.06], EntityPainting['Painting'/1336, l='MpServer', x=45.06, y=114.50, z=1918.50], MoCEntityDragonfly['DragonFly'/1017, l='MpServer', x=-82.21, y=88.00, z=1977.48], MoCEntityDragonfly['DragonFly'/1020, l='MpServer', x=-66.22, y=96.00, z=1982.59], MoCEntityButterfly['ButterFly'/1021, l='MpServer', x=-77.20, y=78.00, z=1996.74], MoCEntityButterfly['ButterFly'/1023, l='MpServer', x=-78.47, y=82.00, z=1990.22], MoCEntityCricket['Cricket'/1008, l='MpServer', x=-85.72, y=70.00, z=2077.53], MoCEntityCricket['Cricket'/1009, l='MpServer', x=-81.44, y=71.00, z=2084.59], MoCEntityBird['Bird'/1012, l='MpServer', x=-71.03, y=95.00, z=1946.22], MoCEntityBird['Bird'/1013, l='MpServer', x=-69.44, y=95.00, z=1946.22], MoCEntityBird['Bird'/1014, l='MpServer', x=-74.78, y=103.00, z=1953.22], MoCEntityMaggot['Maggot'/1001, l='MpServer', x=-92.53, y=90.00, z=1977.17], MoCEntityMouse['Mouse'/1000, l='MpServer', x=-84.91, y=95.00, z=1960.47], MoCEntityGoat['Goat'/1006, l='MpServer', x=-90.19, y=71.00, z=2019.97], MoCEntityBird['Bird'/994, l='MpServer', x=-97.84, y=71.00, z=2016.69], MoCEntityGoat['Goat'/996, l='MpServer', x=-95.00, y=72.00, z=2012.13], EntityClientPlayerMP['Lyrasien'/983, l='MpServer', x=19.70, y=71.62, z=2012.46], EntityMinecartChest['entity.MinecartChest.name'/984, l='MpServer', x=29.50, y=25.34, z=2007.84], EntityNPCHumanFemale['Sigrud Ashstorm'/985, l='MpServer', x=18.94, y=70.00, z=2011.29]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2414)
at net.minecraft.client.Minecraft.run(Minecraft.java:776)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 364831160 bytes (347 MB) / 926547968 bytes (883 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 8197 (459032 bytes; 0 MB) allocated, 6 (336 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 1, tcache: 0, allocated: 2, tallocated: 70
FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 Optifine OptiFine_1.5.2_HD_U_D5 58 mods loaded, 58 mods active
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PaintingSelGui{1.5.2.1} [PaintingSelectionGui] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_BACR{v4,0;4} [Better Animations Collection Revived] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FancyFences{3.1.3} [Fancy Fences (Vanilla with Sprinkles)] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.2.2} [Dynamic Lights] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GuiAPI{0.15.6} [GuiAPI] (GuiAPI.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArsMagica{5.52.013} [Ars Magica] (1 - ArsMagica.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Atum{0.4.4B} [Atum] (1 - Atum.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.3.1} [BiblioCraft] (3 - BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (4 - ExtrabiomesXL.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFantasy{Alpha 1.8.3} [Mine Fantasy] (5 - MineFantasy.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{2.8.4} [MrCrayfish's Furniture Mod] (6 - FurnitureMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WildCaves3{0.4.2} [Wild Caves 3] (7 - WildCaves.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Chainz_Core{1.0.8} [Chainz] (Chainz.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CraftHeraldry{1.0.2} [CraftHeraldry] (CraftHeraldry.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{2.2.2} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomNpcs{0.8} [CustomNpcs] (CustomNPCs.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{0.99.2} [Dragon Mounts Forge (WIP)] (DragonMount.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagicCarpet{1.1} [DrZhark's Magic Carpet Mod] (DrZharks MagicCarpet Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{5.2.3} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DungeonPack{1.5.2 v3} [DungeonPack] (DungeonPack.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.15.1} [Enchanting Plus] (EnchantingPlus.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Farlanders{1.5.1} [The Farlanders] (Farlanders.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_fireplace{v2.1.2} [Fireplace Mod] (FireplaceMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_core{2.1} [GrowthCraft Core] (growthcraft-core.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_core_cellar{2.1} [GrowthCraft Core: Cellar] (growthcraft-core-cellar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_apples{4.2} [GrowthCraft Apples] (growthcraft-apples.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_bamboo{1.1} [GrowthCraft Bamboo] (growthcraft-bamboo.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_fishnet{4.3} [GrowthCraft Fishnet] (growthcraft-fishnet.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_grapes{5.1} [GrowthCraft Grapes] (growthcraft-grapes.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_hops{3.1} [GrowthCraft Hops] (growthcraft-hops.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
growthcraft_rice{1.1} [GrowthCraft Rice] (growthcraft-rice.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Herblore{2.0} [Herblore] (Herblore.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_MAtmos{r24 for 1.5.2} [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MCA{3.3.6} [Minecraft Comes Alive] (mca.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Meteors{2.10.2} [Falling Meteors] (Meteors Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_MiddleageMod{1.6.1} [mod_MiddleageMod] (MiddleageMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PetBat{1.2.0} [Pet Bat] (PetBat.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PrimitiveMobs{1.4} [Primitive Mobs Mod] (PrimitiveMobs.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
awger_Hoy{0.1} [Hoy] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
awger_Punt{0.5} [Punt] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
awger_SmallBoat{0.1} [SmallBoat] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
awger_Whitehall{0.1} [Whitehall] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{3.0.5f} [Thaumcraft] (Thaumcraft.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer{1.0.6} [Thaumic Tinkerer] (Thaumic Tinkerer.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
camping{1.0.2a} [The Camping Mod] (The Camping Mod 1.0.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{1.18.1} [The Twilight Forest] (TwilightForest.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weaponmod{1.5.2 v1.12.0} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_MorePlayerModels{More Player Models} [mod_MorePlayerModels] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.9.0
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: SMP Revival.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: 729 (40824 bytes; 0 MB) allocated, 41 (2296 bytes; 0 MB) used
So I looked at the Forge logs and saw Item ID conflicts, so I figured it'd be no problem to resolve said conflicts in the mod configs like I did with the Block ID's. However, doing so produces this error while loading (prior to reaching the main menu):
// On the bright side, I bought you a teddy bear!
Time: 7/2/13 1:01 PM
Description: Failed to start game
java.lang.ArrayIndexOutOfBoundsException: 32807
at net.minecraft.item.Item.<init>(Item.java:257)
at mods.herblore.Herblore.loadConfiguration(Herblore.java:216)
at mods.herblore.Herblore.onPreInit(Herblore.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 328723064 bytes (313 MB) / 654311424 bytes (624 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 Optifine OptiFine_1.5.2_HD_U_D5 58 mods loaded, 58 mods active
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
PaintingSelGui{1.5.2.1} [PaintingSelectionGui] (minecraft.jar) Unloaded->Constructed->Pre-initialized
mod_BACR{v4,0;4} [Better Animations Collection Revived] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FancyFences{3.1.3} [Fancy Fences (Vanilla with Sprinkles)] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.2} [Dynamic Lights] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.6} [GuiAPI] (GuiAPI.jar) Unloaded->Constructed->Pre-initialized
ArsMagica{5.52.013} [Ars Magica] (1 - ArsMagica.zip) Unloaded->Constructed->Pre-initialized
Atum{0.4.4B} [Atum] (1 - Atum.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.3.1} [BiblioCraft] (3 - BiblioCraft.zip) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (4 - ExtrabiomesXL.jar) Unloaded->Constructed->Pre-initialized
MineFantasy{Alpha 1.8.3} [Mine Fantasy] (5 - MineFantasy.jar) Unloaded->Constructed->Pre-initialized
cfm{2.8.4} [MrCrayfish's Furniture Mod] (6 - FurnitureMod.zip) Unloaded->Constructed->Pre-initialized
WildCaves3{0.4.2} [Wild Caves 3] (7 - WildCaves.zip) Unloaded->Constructed->Pre-initialized
Chainz_Core{1.0.8} [Chainz] (Chainz.zip) Unloaded->Constructed->Pre-initialized
CraftHeraldry{1.0.2} [CraftHeraldry] (CraftHeraldry.zip) Unloaded->Constructed->Pre-initialized
CustomSpawner{2.2.2} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized
CustomNpcs{0.8} [CustomNpcs] (CustomNPCs.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{0.99.2} [Dragon Mounts Forge (WIP)] (DragonMount.zip) Unloaded->Constructed->Pre-initialized
MagicCarpet{1.1} [DrZhark's Magic Carpet Mod] (DrZharks MagicCarpet Mod.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{5.2.3} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.5.2 v3} [DungeonPack] (DungeonPack.zip) Unloaded->Constructed->Pre-initialized
eplus{1.15.1} [Enchanting Plus] (EnchantingPlus.jar) Unloaded->Constructed->Pre-initialized
Farlanders{1.5.1} [The Farlanders] (Farlanders.zip) Unloaded->Constructed->Pre-initialized
mod_fireplace{v2.1.2} [Fireplace Mod] (FireplaceMod.zip) Unloaded->Constructed->Pre-initialized
growthcraft_core{2.1} [GrowthCraft Core] (growthcraft-core.zip) Unloaded->Constructed->Pre-initialized
growthcraft_core_cellar{2.1} [GrowthCraft Core: Cellar] (growthcraft-core-cellar.zip) Unloaded->Constructed->Pre-initialized
growthcraft_apples{4.2} [GrowthCraft Apples] (growthcraft-apples.zip) Unloaded->Constructed->Pre-initialized
growthcraft_bamboo{1.1} [GrowthCraft Bamboo] (growthcraft-bamboo.zip) Unloaded->Constructed->Pre-initialized
growthcraft_fishnet{4.3} [GrowthCraft Fishnet] (growthcraft-fishnet.zip) Unloaded->Constructed->Pre-initialized
growthcraft_grapes{5.1} [GrowthCraft Grapes] (growthcraft-grapes.zip) Unloaded->Constructed->Pre-initialized
growthcraft_hops{3.1} [GrowthCraft Hops] (growthcraft-hops.zip) Unloaded->Constructed->Pre-initialized
growthcraft_rice{1.1} [GrowthCraft Rice] (growthcraft-rice.zip) Unloaded->Constructed->Pre-initialized
Herblore{2.0} [Herblore] (Herblore.zip) Unloaded->Constructed->Errored
mod_MAtmos{r24 for 1.5.2} [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized
MCA{3.3.6} [Minecraft Comes Alive] (mca.zip) Unloaded->Constructed->Pre-initialized
Meteors{2.10.2} [Falling Meteors] (Meteors Mod.zip) Unloaded->Constructed->Pre-initialized
mod_MiddleageMod{1.6.1} [mod_MiddleageMod] (MiddleageMod.zip) Unloaded->Constructed->Pre-initialized
PetBat{1.2.0} [Pet Bat] (PetBat.zip) Unloaded->Constructed->Pre-initialized
PrimitiveMobs{1.4} [Primitive Mobs Mod] (PrimitiveMobs.zip) Unloaded->Constructed->Pre-initialized
awger_Hoy{0.1} [Hoy] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Punt{0.5} [Punt] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_SmallBoat{0.1} [SmallBoat] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Whitehall{0.1} [Whitehall] (smallboats.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{3.0.5f} [Thaumcraft] (Thaumcraft.zip) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{1.0.6} [Thaumic Tinkerer] (Thaumic Tinkerer.zip) Unloaded->Constructed->Pre-initialized
camping{1.0.2a} [The Camping Mod] (The Camping Mod 1.0.2a.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.18.1} [The Twilight Forest] (TwilightForest.zip) Unloaded->Constructed->Pre-initialized
weaponmod{1.5.2 v1.12.0} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
mod_MorePlayerModels{More Player Models} [mod_MorePlayerModels] (minecraft.jar) Unloaded->Constructed->Pre-initialized
LWJGL: 2.9.0
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: SMP Revival.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I can't figure out why this would be happening, especially with ANY mod I try to alter Item ID's with. Searching around didn't yield anything helpful, so I'm hoping maybe I can get some help here!