---- Minecraft Crash Report ----
// I feel sad now
Time: 20:09 26/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
at sun.reflect.GeneratedMethodAccessor3.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68)
... 27 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// There are four lights!
Time: 06:28 27/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: org/lwjgl/util/Point
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoClassDefFoundError: org/lwjgl/util/Point
at armorbarmod.common.DisplayBuilder$1.createDisplayUnit(DisplayBuilder.java:14)
at armorbarmod.common.DisplayBuilder.loadDisplayFromConfig(DisplayBuilder.java:82)
at armorbarmod.common.mod_ArmorBarMod.preInit(mod_ArmorBarMod.java:29)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
Caused by: java.lang.ClassNotFoundException: org.lwjgl.util.Point
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 08:20 27/07/14
Description: Exception in server tick loop
java.lang.NullPointerException
at chocolate.mods.BD.BetterDungeons.load(BetterDungeons.java:304)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
i really want this mod on, any way to fix it?
and if i delete this this show up:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 09:35 27/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerSkin(ILnet/minecraft/util/ResourceLocation;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerSkin(ILnet/minecraft/util/ResourceLocation;)V
at pennyarcade.PennyArcade.registerVillagers(PennyArcade.java:260)
at pennyarcade.PennyArcade.registerEntities(PennyArcade.java:230)
at pennyarcade.PennyArcade.load(PennyArcade.java:192)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// I feel sad now
Time: 20:09 26/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
at sun.reflect.GeneratedMethodAccessor3.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68)
... 27 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 176768056 bytes (168 MB) / 308281344 bytes (294 MB) up to 1657274368 bytes (1580 MB)
JVM Flags: 0 total;
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 69 mods loaded, 69 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed
BabyAnimalsModelSwapper{1.6.4} [BabyAnimalsModelSwapper] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems_1.61.8.jar) Unloaded->Constructed
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3 (2).jar) Unloaded->Constructed
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed
FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed
vendingmachine{0.3.2} [Vending Machine Mod] ([1.6.4]VendingMachine_v0.3.2.jar) Unloaded->Constructed
nohero_morehealth{5.3} [More Health Forge] ([Forge-1.6.4]More Health Enhanced 5.3 Universal.zip) Unloaded->Constructed
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded->Constructed
B0bGrowsOre{1.7.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__for_1.6.4_v_1.7.1.zip) Unloaded->Constructed
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons207.zip) Unloaded->Constructed
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4.zip) Unloaded->Constructed
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.4.zip) Unloaded->Constructed
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.4.zip) Unloaded->Constructed
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed
dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon_Mobs_v3.0.2.zip) Unloaded->Constructed
DungeonPack{1.6.4} [DungeonPack] (DungeonPack-1.6.4.zip) Unloaded->Constructed
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded->Constructed
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.4.zip) Unloaded->Constructed
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed
Godzilla{1.4} [Godzilla Mod] (Godzilla Mod V1.4.zip) Unloaded->Constructed
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded->Constructed
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed
HostileWorlds{0.4} [Hostile Worlds] (Hostile-Worlds-v0.4-Alpha-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4.zip) Unloaded->Constructed
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed
BuildMod{v1.0} [Build Mod] (ModBuild-for-MC-v1.6.4.zip) Unloaded->Constructed
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2 (1).jar) Unloaded->Constructed
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed
me{1.1} [More Enchantments] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed
natureReborn{0.0.4} [Nature Reborn] (NatureReborn004.zip) Unloaded->Constructed
OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded->Constructed
ParticleMan{v1.0} [Particle Man] (Particle-Man-v1.4-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed
pennyarcade{Alpha 1.0 for Minecraft 1.6.4} [Penny Arcade] (Penny Arcade Mod Alpha 1.0 for Minecraft 1.6.4.zip) Unloaded->Constructed
gibby_pun{1.3} [The Pun Mod] (PunMod 1.6.4-1.4.zip) Unloaded->Errored
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded->Constructed
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded->Constructed
telepads{1.6.4 v5} [Teleportation Pads] (TelePads-1.6.4-v5.zip) Unloaded->Constructed
trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-1.4.0-alpha-MC-1.6.4.zip) Unloaded->Constructed
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
---- Minecraft Crash Report ----
// There are four lights!
Time: 06:28 27/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: org/lwjgl/util/Point
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoClassDefFoundError: org/lwjgl/util/Point
at armorbarmod.common.DisplayBuilder$1.createDisplayUnit(DisplayBuilder.java:14)
at armorbarmod.common.DisplayBuilder.loadDisplayFromConfig(DisplayBuilder.java:82)
at armorbarmod.common.mod_ArmorBarMod.preInit(mod_ArmorBarMod.java:29)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
Caused by: java.lang.ClassNotFoundException: org.lwjgl.util.Point
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 132085288 bytes (125 MB) / 386924544 bytes (369 MB) up to 1657274368 bytes (1580 MB)
JVM Flags: 0 total;
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 68 mods loaded, 68 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized
BabyAnimalsModelSwapper{1.6.4} [BabyAnimalsModelSwapper] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems_1.61.8.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3 (2).jar) Unloaded->Constructed->Pre-initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized
FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed->Pre-initialized
vendingmachine{0.3.2} [Vending Machine Mod] ([1.6.4]VendingMachine_v0.3.2.jar) Unloaded->Constructed->Pre-initialized
nohero_morehealth{5.3} [More Health Forge] ([Forge-1.6.4]More Health Enhanced 5.3 Universal.zip) Unloaded->Constructed->Pre-initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed->Pre-initialized
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded->Constructed->Errored
B0bGrowsOre{1.7.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__for_1.6.4_v_1.7.1.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons207.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4.zip) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon_Mobs_v3.0.2.zip) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack-1.6.4.zip) Unloaded->Constructed->Pre-initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded->Constructed->Pre-initialized
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
Godzilla{1.4} [Godzilla Mod] (Godzilla Mod V1.4.zip) Unloaded->Constructed->Pre-initialized
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized
HostileWorlds{0.4} [Hostile Worlds] (Hostile-Worlds-v0.4-Alpha-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4.zip) Unloaded->Constructed->Pre-initialized
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized
BuildMod{v1.0} [Build Mod] (ModBuild-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized
me{1.1} [More Enchantments] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
natureReborn{0.0.4} [Nature Reborn] (NatureReborn004.zip) Unloaded->Constructed->Pre-initialized
OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded->Constructed->Pre-initialized
ParticleMan{v1.0} [Particle Man] (Particle-Man-v1.4-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized
pennyarcade{Alpha 1.0 for Minecraft 1.6.4} [Penny Arcade] (Penny Arcade Mod Alpha 1.0 for Minecraft 1.6.4.zip) Unloaded->Constructed->Pre-initialized
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded->Constructed->Pre-initialized
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed->Pre-initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed->Pre-initialized
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded->Constructed->Pre-initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePads-1.6.4-v5.zip) Unloaded->Constructed->Pre-initialized
trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-1.4.0-alpha-MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 08:20 27/07/14
Description: Exception in server tick loop
java.lang.NullPointerException
at chocolate.mods.BD.BetterDungeons.load(BetterDungeons.java:304)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 144337416 bytes (137 MB) / 378011648 bytes (360 MB) up to 1657274368 bytes (1580 MB)
JVM Flags: 0 total;
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 67 mods loaded, 67 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized->Initialized
BabyAnimalsModelSwapper{1.6.4} [BabyAnimalsModelSwapper] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems_1.61.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3 (2).jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
vendingmachine{0.3.2} [Vending Machine Mod] ([1.6.4]VendingMachine_v0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
nohero_morehealth{5.3} [More Health Forge] ([Forge-1.6.4]More Health Enhanced 5.3 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
B0bGrowsOre{1.7.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__for_1.6.4_v_1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons207.zip) Unloaded->Constructed->Pre-initialized->Errored
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon_Mobs_v3.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded->Constructed->Pre-initialized->Initialized
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Godzilla{1.4} [Godzilla Mod] (Godzilla Mod V1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
HostileWorlds{0.4} [Hostile Worlds] (Hostile-Worlds-v0.4-Alpha-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildMod{v1.0} [Build Mod] (ModBuild-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
me{1.1} [More Enchantments] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
natureReborn{0.0.4} [Nature Reborn] (NatureReborn004.zip) Unloaded->Constructed->Pre-initialized->Initialized
OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded->Constructed->Pre-initialized->Initialized
ParticleMan{v1.0} [Particle Man] (Particle-Man-v1.4-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pennyarcade{Alpha 1.0 for Minecraft 1.6.4} [Penny Arcade] (Penny Arcade Mod Alpha 1.0 for Minecraft 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded->Constructed->Pre-initialized->Initialized
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePads-1.6.4-v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-1.4.0-alpha-MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
and if i delete this this show up:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 09:35 27/07/14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerSkin(ILnet/minecraft/util/ResourceLocation;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerSkin(ILnet/minecraft/util/ResourceLocation;)V
at pennyarcade.PennyArcade.registerVillagers(PennyArcade.java:260)
at pennyarcade.PennyArcade.registerEntities(PennyArcade.java:230)
at pennyarcade.PennyArcade.load(PennyArcade.java:192)
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:545)
at sun.reflect.GeneratedMethodAccessor2.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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 263276056 bytes (251 MB) / 387448832 bytes (369 MB) up to 1657274368 bytes (1580 MB)
JVM Flags: 0 total;
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 66 mods loaded, 66 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed->Pre-initialized->Initialized
BabyAnimalsModelSwapper{1.6.4} [BabyAnimalsModelSwapper] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems_1.61.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3 (2).jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
vendingmachine{0.3.2} [Vending Machine Mod] ([1.6.4]VendingMachine_v0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
nohero_morehealth{5.3} [More Health Forge] ([Forge-1.6.4]More Health Enhanced 5.3 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
B0bGrowsOre{1.7.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__for_1.6.4_v_1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon_Mobs_v3.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded->Constructed->Pre-initialized->Initialized
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Godzilla{1.4} [Godzilla Mod] (Godzilla Mod V1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
HostileWorlds{0.4} [Hostile Worlds] (Hostile-Worlds-v0.4-Alpha-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildMod{v1.0} [Build Mod] (ModBuild-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
me{1.1} [More Enchantments] (MoreEnchantments-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
natureReborn{0.0.4} [Nature Reborn] (NatureReborn004.zip) Unloaded->Constructed->Pre-initialized->Initialized
OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded->Constructed->Pre-initialized->Initialized
ParticleMan{v1.0} [Particle Man] (Particle-Man-v1.4-Mod-for-MC-v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pennyarcade{Alpha 1.0 for Minecraft 1.6.4} [Penny Arcade] (Penny Arcade Mod Alpha 1.0 for Minecraft 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded->Constructed->Pre-initialized->Initialized
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePads-1.6.4-v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-1.4.0-alpha-MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
will it ever end?
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
anyways, i gave up, im just gonna download crazy craft.
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.