Giter Club home page Giter Club logo

cazzarcorelib's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cazzarcorelib's Issues

Crash Report on Startup

Yeah, I don't think you dug deep enough, Cazzar. :P

---- Minecraft Crash Report ----
// Why did you do that?

Time: 9/26/14 9:06 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/audio/MovingSound
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/MovingSound
at vswe.stevescarts.ClientProxy.soundInit(ClientProxy.java:37)
at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:96)
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:513)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.MovingSound
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/PositionedSound
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.PositionedSound
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.Item.a(Unknown Source)
at org.objectweb.asm.ClassWriter.a(Unknown Source)
at org.objectweb.asm.MethodWriter.visitMethodInsn(Unknown Source)
at org.objectweb.asm.tree.MethodInsnNode.accept(Unknown Source)
at org.objectweb.asm.tree.InsnList.accept(Unknown Source)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at org.objectweb.asm.tree.ClassNode.accept(Unknown Source)
at net.cazzar.corelib.asm.BasicTransformer.transform(BasicTransformer.java:66)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 46 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 192246568 bytes (183 MB) / 492658688 bytes (469 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 81 mods loaded, 80 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.84.1217} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.1.1217} Minecraft Forge Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.8} Aroma1997Core Unloaded->Constructed->Pre-initialized
CazzarCoreLib{1.2.0-SNAPSHOT} Cazzar Core Lib Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.3.26} CodeChicken Core Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized
LanteaCraft-Core{1.0} LanteaCraft Core Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.56} Not Enough Items Unloaded->Constructed->Pre-initialized
bcmod{2.6.4} [BCMod (Brad16840 Core Mod)](zz-bcmod 1.7.10 - 2.6.4.jar) Unloaded->Constructed->Pre-initialized
CMDfiles{0} [CMDfiles](CMD files.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.6.0} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.005} Ars Magica 2 Unloaded->Constructed->Pre-initialized
SC0_SpaceCore{0.7.8} [SpaceCore]([1.7.10] SpaceCore 0.7.8.jar) Unloaded->Constructed->Pre-initialized
MCP_Wheel{1.1.2} [MC+ Wheel]([1.7.10][1.2] MC+ Wheel - v1.1.2.jar) Unloaded->Constructed->Pre-initialized
MCP_Cart{1.3.0} [MC+ Cart]([1.7.10][1.2] MC+ Cart - v1.3.0.jar) Unloaded->Constructed->Pre-initialized
MCP_FirePit{1.0.3} [MC+ FirePit]([1.7.10][1.2] MC+ FirePit - v1.0.3.jar) Unloaded->Constructed->Pre-initialized
MCP_Lumber{1.0.2} [MC+ Lumber]([1.7.10][1.2] MC+ Lumber - v1.0.2.jar) Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.8} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized
asielib{0.2.11} asielib Unloaded->Constructed->Pre-initialized
backpacks16840{2.6.1} [Backpacks!](backpacks 1.7.10 - 2.6.1.jar) Unloaded->Constructed->Pre-initialized
balancedexchange{2.6.4} [Balanced Exchange](balancedexchange 1.7.10 - 2.6.4.jar) Unloaded->Constructed->Pre-initialized
bdlib{1.4.3.14} BD Lib Unloaded->Constructed->Pre-initialized
BetterChests{1.1.1.4} BetterChests Unloaded->Constructed->Pre-initialized
betterstorage{0.10.2.114} BetterStorage Unloaded->Constructed->Pre-initialized
BiblioCraft{1.8.1} BiblioCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized
cgo{3.0.4} CG Origin Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B5} CoFH Core Unloaded->Constructed->Pre-initialized
ComputerCraft{1.64pr6} ComputerCraft Unloaded->Constructed->Pre-initialized
EasyCrafting{1.7.10-2.0.1.16} Easy Crafting Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.0.8.221} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.24} EnderStorage Unloaded->Constructed->Pre-initialized
enderutilities{0.3.3} Ender Utilities Unloaded->Constructed->Pre-initialized
EnndsCore{2.2.0.61-dev} Ennds Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.306} Forge Multipart Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized
fillchevsky{b3} Fill Tool Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.306} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
grim3212core{V0.2 - 1.7.10} [Grim3212 Core](Grim3212 Core-V0.2 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
gravitycontrol{V0.1 - 1.7.10} [Gravity Controller](Gravity Control-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
gravityscience{V0.1 - 1.7.10} [Gravity Science](Gravity Science-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{4.0.0} iChunUtil Unloaded->Constructed->Pre-initialized
IGWMod{1.1.1-14} In-Game wiki Mod Unloaded->Constructed->Pre-initialized
ImmibisCore{59.0.1} Immibis Core Unloaded->Constructed->Pre-initialized
JukeboxReloaded{1.0} Jukebox Reloaded Unloaded->Constructed->Pre-initialized
LLadders{0.4.0} Luppii's Ladders Unloaded->Constructed->Pre-initialized
LanteaCraft{1.0.0-52} LanteaCraft Unloaded->Constructed->Pre-initialized
legendgear{2.b.0.2} Legend Gear 2 Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.14} LunatriusCore Unloaded->Constructed->Pre-initialized
MineMenu{1.1.8} MineMenu Unloaded->Constructed->Pre-initialized
modularsystems{1.32} [Modular Systems](Modular Systems-1.7.10_v1.32.jar) Unloaded->Constructed->Pre-initialized
paraknight{1.2} Paraknight Mod Pack Unloaded->Constructed->Pre-initialized
pchan3{0.7} PChan3 mods Unloaded->Constructed->Pre-initialized
PneumaticCraft{1.2.6} PneumaticCraft Unloaded->Constructed->Pre-initialized
Profiles{1.1.0.4} Profiles Unloaded->Constructed->Pre-initialized
quickhotbar{1.03} Quick Hotbar Unloaded->Constructed->Pre-initialized
Railcraft{9.3.2.0} Railcraft Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized
RArm{1.1pre1} Redstone Armory Unloaded->Constructed->Pre-initialized
RopesPlus{1.6.3} Ropes+ Unloaded->Constructed->Pre-initialized
secretroomsmod{@Version@} The SecretRoomsMod Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.1.1} Simply Jetpacks Unloaded->Constructed->Pre-initialized
SlimevoidLib{2.0.4.6} Slimevoid Library Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Errored
Sync{4.0.0} Sync Unloaded->Constructed->Pre-initialized
ultimatefist{V0.1 - 1.7.10} [Ultimate Fist](Ultimate Fist-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
UtilityMobs{3.1.1} Utility Mobs Unloaded->Constructed->Pre-initialized
WirelessRedstoneCore{1.8.0.0} Wireless Redstone Unloaded->Constructed->Pre-initialized
witchery{0.20.3} Witchery Unloaded->Constructed->Pre-initialized
zeldaswordskills{1.7.10-beta-0.1.6} Zelda Sword Skills Unloaded->Constructed->Pre-initialized
THKaguyaMod{2.76_1.7.10} [Itutu no Nandai MOD+](?????MOD%2B ver2.76-1.7.10 %281%29.zip) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.306} Forge Microblocks Unloaded->Constructed->Pre-initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled

Tooltipped button errors

java.lang.RuntimeException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindMethodException: java.lang.NoSuchMethodException: net.minecraft.client.gui.inventory.GuiContainer.func_74190_a(java.lang.String, int, int) at net.cazzar.corelib.client.gui.TexturedButton.drawToolTip(TexturedButton.java:108)

Server error

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 30/09/14 10:59 AM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2532)
at java.lang.Class.getConstructor0(Class.java:2842)
at java.lang.Class.getConstructor(Class.java:1718)
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:88)
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:72)
at net.cazzar.mods.jukeboxreloaded.proxy.CommonProxy.initOther(CommonProxy.java:101)
at net.cazzar.mods.jukeboxreloaded.JukeboxReloaded.preInit(JukeboxReloaded.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.TextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 39 more
Caused by: java.lang.RuntimeException: Attempted to load class bpz for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 41 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.13.0-34-generic
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2724590960 bytes (2598 MB) / 3990355968 bytes (3805 MB) up to 3990355968 bytes (3805 MB)
JVM Flags: 3 total; -Xmx4096M -Xms4096M -XX:MaxPermSize=1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 177 mods loaded, 177 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.25.1208} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.0.1208} Minecraft Forge Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
backpackrenderer{1.7.10} Backpack Renderer Unloaded->Constructed->Pre-initialized
CazzarCoreLib{1.2.1-SNAPSHOT} Cazzar Core Lib Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.3.26} CodeChicken Core Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized
MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.56} Not Enough Items Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
VeinMiner_coremod{null_build-null} Core mod Unloaded->Constructed->Pre-initialized
bcmod{2.6.4} [BCMod (Brad16840 Core Mod)](zz-bcmod 1.7.10 - 2.6.4.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.9.6} Malisis Core Unloaded->Constructed->Pre-initialized
bspkrsCore{6.14} bspkrsCore Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} Treecapitator Unloaded->Constructed->Pre-initialized
deconstruction{2.2.1} The Deconstruction Mod Unloaded->Constructed->Pre-initialized
IC2{2.2.647-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
ImmibisCore{59.0.3} Immibis Core Unloaded->Constructed->Pre-initialized
AdvancedRepulsionSystems{59.0.1} Advanced Repulsion Systems Unloaded->Constructed->Pre-initialized
AdvancedMachines{1.1.2} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.0.1} Thaumcraft Unloaded->Constructed->Pre-initialized
Waila{1.5.5} Waila Unloaded->Constructed->Pre-initialized
Automagy{0.11} Automagy Unloaded->Constructed->Pre-initialized
backpacks16840{2.6.1} [Backpacks!](backpacks 1.7.10 - 2.6.1.jar) Unloaded->Constructed->Pre-initialized
balancedexchange{2.6.4} [Balanced Exchange](balancedexchange 1.7.10 - 2.6.4.jar) Unloaded->Constructed->Pre-initialized
bdlib{1.4.5.24} BD Lib Unloaded->Constructed->Pre-initialized
BiblioCraft{1.8.2} BiblioCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized
Forestry{3.0.0.212} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.6} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.4} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized
BigReactors{0.4.0rc9} Big Reactors Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.1.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.2-120} [Botania](Botania r1.2-120.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized
eureka{@Version@} Eureka Unloaded->Constructed->Pre-initialized
bcadditions{1.6.4} Buildcraft Additions Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.0 DEV R3} [Carpenter's Blocks](Carpenter's Blocks v3.3.0 DEV R3 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
kegare.caveworld{1.5.6} Caveworld Unloaded->Constructed->Pre-initialized
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized
ChiselFacades{2.1} Chisel Facades Unloaded->Constructed->Pre-initialized
Cloud Storage{59.0.1} Cloud Storage Unloaded->Constructed->Pre-initialized
props{1.10} Decocraft Unloaded->Constructed->Pre-initialized
DimensionalAnchors{59.0.2} Dimensional Anchors Unloaded->Constructed->Pre-initialized
dungeonpack{1.7.10-1.0} Dungeon Pack Unloaded->Constructed->Pre-initialized
Eln{41} Electrical Age Unloaded->Constructed->Pre-initialized
eplus{1.7.10-3.0.1} Enchanting Plus Unloaded->Constructed->Pre-initialized
Enchiridion{1.1} Enchiridion Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.0.8.221} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.24} EnderStorage Unloaded->Constructed->Pre-initialized
enhancedportals{3.0.6} EnhancedPortals Unloaded->Constructed->Pre-initialized
exnihilo{1.37} Ex Nihilo Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized
Railcraft{9.3.2.0} Railcraft Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0RC3} MineFactory Reloaded Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.7.0.build702} Tinkers' Construct Unloaded->Constructed->Pre-initialized
exastris{For 1.7.10} Ex Astris Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.3} Metallurgy Core Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.4} Metallurgy 4 Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.307} Forge Multipart Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized
factorization{1.7.10-0.8.88.1} Factorization Unloaded->Constructed->Pre-initialized
factorization.misc{1.7.10-0.8.88.1} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized
Steamcraft{0.26.2} Flaxbeard's Steam Power Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.5-1.7.10-158} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.52} [Forbidden Magic](Forbidden Magic-1.7.10-0.52.jar) Unloaded->Constructed->Pre-initialized
FZAddons{0.0.2} FZAddons Unloaded->Constructed->Pre-initialized
GardenCore{1.2.0} Garden Core Unloaded->Constructed->Pre-initialized
GardenContainers{1.2.1} Garden Containers Unloaded->Constructed->Pre-initialized
GardenTrees{1.2.0} Garden Trees Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized
advgenerators{0.9.2.15} Advanced Generators Unloaded->Constructed->Pre-initialized
GraveStone{2.9.7} [GraveStone](GraveStone 2.9.7.jar) Unloaded->Constructed->Pre-initialized
GraviSuite{1.7.10-2.0.3} Graviation Suite Unloaded->Constructed->Pre-initialized
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized
inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed->Pre-initialized
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized
JukeboxReloaded{1.0} Jukebox Reloaded Unloaded->Constructed->Errored
LogisticsPipes{0.8.0.62} Logistics Pipes Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.14} LunatriusCore Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.1.3} Malisis' Doors Unloaded->Constructed->Pre-initialized
Mariculture{1.2.3d} Mariculture Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC3} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC3} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC3} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC3} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.0.50} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.0.50} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC3} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC3} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC3} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized
modularsystems{1.41} [Modular Systems](Modular Systems-1.7.10_1.41.jar) Unloaded->Constructed->Pre-initialized
numina{0.4.0.98} Numina Unloaded->Constructed->Pre-initialized
powersuits{0.11.0.171} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.10-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized
NodalMechanics{1.7.10R1.0} NodalMechanics Unloaded->Constructed->Pre-initialized
clayspawn{1.7.2a} [Pam's Clay Spawn](Pam's Clay Spawn 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!](Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
mobdropcrops{1.7.2a} [Pam's Mob Drop Crops](Pam's Mob Drop Crops 1.7.10a.zip) Unloaded->Constructed->Pre-initialized
PowerConverters{1.7.10-3.0.0.32} Power Converters Unloaded->Constructed->Pre-initialized
progressiveautomation{1.4.12} Progressive Automation Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.0.50} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.5.0.50} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.0.50} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.0.50} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.0.50} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.5.0.50} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized
YogpstopLib{2.0-RC4} Yogpstop Library Unloaded->Constructed->Pre-initialized
QuarryPlus{2.0-RC4} QuarryPlus Unloaded->Constructed->Pre-initialized
Roguelike{1.3.5} Roguelike Dungeons Unloaded->Constructed->Pre-initialized
Sanguimancy{1.1.5} Sanguimancy Unloaded->Constructed->Pre-initialized
Scenter{1.7.10-3.2.0} Scenter Unloaded->Constructed->Pre-initialized
Schematica{1.7.2.96} Schematica Unloaded->Constructed->Pre-initialized
ServerTools{1.7.10-2.2.0.68} ServerTools Unloaded->Constructed->Pre-initialized
ServerTools-TELEPORT{1.0} ServerTools-TELEPORT Unloaded->Constructed->Pre-initialized
SimpleRecycling{59.0.0} Simple Recycling Unloaded->Constructed->Pre-initialized
simplefluidtanks{1.7.10-1.2.0.4} Simple Fluid Tanks Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.1.3} Simply Jetpacks Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A93} Steve's Factory Manager Unloaded->Constructed->Pre-initialized
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized
thaumicenergistics{0.6.10b} Thaumic Energistics Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized
VeinMiner{0.21.0} Vein Miner Unloaded->Constructed->Pre-initialized
VeinMinerModSupport{0.21.0} Mod Support Unloaded->Constructed->Pre-initialized
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized
YABM{1.0.0} Yet Another Backup Mod Unloaded->Constructed->Pre-initialized
YAFM{1.0.3} Yet Another Food Mod Unloaded->Constructed->Pre-initialized
YALSM{2.1.3} Yet Another Leather Smelting Mod Unloaded->Constructed->Pre-initialized
craftingmanager{0.7.4} [Crafting Manager](zCraftingManager 0.7.5 mc1.7.10.zip) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.307} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
FMPIntegration{1.0} FMPIntegration Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.307} Forge Microblocks Unloaded->Constructed->Pre-initialized
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.