---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 16:55 26/07/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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.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: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.RuntimeException: Attempted to load class bdd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 32 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
here is his random video where you can cleary see its multiplayer and its still working:
besides, even if i delete this mod from the mods and the config folders, this crash show up:
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 19:04 26/07/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:104)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:484)
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.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: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 31 more
Caused by: java.lang.RuntimeException: Attempted to load class bfe for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 33 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:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 16:55 26/07/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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.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: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.RuntimeException: Attempted to load class bdd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 32 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: 95476920 bytes (91 MB) / 253755392 bytes (242 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 72 mods loaded, 72 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
DamageIndicatorsMod{2.9.1.5} [Damage Indicators] (1.6.4_DamageIndicatorsv2.9.1.5.zip) 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
AnimatedPlayer{1.3.0} [Animated Player Mod] (Animated_Player_v1.3.0_mc1.6.4.zip) Unloaded
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded
B0bGrowsOre{1.7.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__for_1.6.4_v_1.7.1.zip) Unloaded
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons207.zip) Unloaded
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4.zip) Unloaded
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.4.zip) Unloaded
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.4.zip) Unloaded
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded
dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon_Mobs_v3.0.2.zip) Unloaded
DungeonPack{1.6.4} [DungeonPack] (DungeonPack-1.6.4.zip) Unloaded
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.4.zip) Unloaded
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded
Godzilla{1.4} [Godzilla Mod] (Godzilla Mod V1.4.zip) Unloaded
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded
Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded
HostileWorlds{0.4} [Hostile Worlds] (Hostile-Worlds-v0.4-Alpha-Mod-for-MC-v1.6.4.zip) Unloaded
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4.zip) Unloaded
IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded
BuildMod{v1.0} [Build Mod] (ModBuild-for-MC-v1.6.4.zip) Unloaded
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2 (1).jar) Unloaded
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.1.jar) Unloaded
me{1.1} [More Enchantments] (MoreEnchantments-1.6.4-1.1.jar) Unloaded
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded
natureReborn{0.0.4} [Nature Reborn] (NatureReborn004.zip) Unloaded
OreSpawn{164.18} [OreSpawn] (orespawn164v18.zip) Unloaded
ParticleMan{v1.0} [Particle Man] (Particle-Man-v1.4-Mod-for-MC-v1.6.4.zip) Unloaded
pennyarcade{Alpha 1.0 for Minecraft 1.6.4} [Penny Arcade] (Penny Arcade Mod Alpha 1.0 for Minecraft 1.6.4.zip) Unloaded
gibby_pun{1.3} [The Pun Mod] (PunMod 1.6.4-1.4.zip) Unloaded
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded
telepads{1.6.4 v5} [Teleportation Pads] (TelePads-1.6.4-v5.zip) Unloaded
trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-1.4.0-alpha-MC-1.6.4.zip) Unloaded
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4 (3).zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
please help me, BTW deleting mods is not an option. its the challenge pack that popularMMOs created with his friend jen (season 6).
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.
here is his random video where you can cleary see its multiplayer and its still working:
besides, even if i delete this mod from the mods and the config folders, this crash show up:
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 19:04 26/07/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:104)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:484)
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.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: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 31 more
Caused by: java.lang.RuntimeException: Attempted to load class bfe for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 33 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: 232912264 bytes (222 MB) / 347078656 bytes (331 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 71 mods loaded, 71 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
DamageIndicatorsMod{2.9.1.5} [Damage Indicators] (1.6.4_DamageIndicatorsv2.9.1.5.zip) 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
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4 (3).zip) Unloaded
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.
dam, the crash just keep coming:
---- 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.