Code Monkey home page Code Monkey logo

enderzoo's People

Contributors

adaptivity avatar caiofaustino avatar crazypants avatar dragonslover avatar henryloenwind avatar hilburn avatar lothrazar avatar milobe115 avatar shadows-of-fire avatar tterrag1098 avatar unh0lytigg avatar vazkii avatar vexatos avatar xaw4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

enderzoo's Issues

Request: Add a 'example' vanilla mob to the SpawnConfig_user.xml

It would be nice to add a basic vanilla mob to the config to show the user the standard rates for mob spawning. I believe this would be more useful to players than the current example of how to stop slimes from spawning in swamp chunks. It could include all vanilla hostile mobs and be commented out by default.

Conduit Facades SPAMMING Error Msgs in Console

Any time I make a conduit Facade using an IC2 Block, I will work, however, when I place the block, I will continully get error messages spamming hundreds of lines in my launchers Console stating the following:

[23:59:07] [Client thread/WARN]: Mismatched tile entity at dim ?, -45/71/88, got class crazypants.enderio.conduit.TileConduitBundle, expected null.
[23:59:07] [Client thread/WARN]: Mismatched tile entity at dim ?, -45/71/88, got class crazypants.enderio.conduit.TileConduitBundle, expected null.
[23:59:07] [Client thread/WARN]: Mismatched tile entity at dim ?, -45/71/88, got class crazypants.enderio.conduit.TileConduitBundle, expected null.

Its OVER and OVER again... and it doesn't stop... just keeps spamming...
When I remove the facade at that location, the errors go away.

I need the IC2 Blocks to be able to be facades or it defeats the purpose of the facade. It also causes major lag in server and client side lag.

Can you please fix it and test so these errors don't happen when using IC2 Blocks.
Specifically, this error comes when using IC2's Basic Machine Casing as a EnderIO facade. Also happens when using an advanced Machine Casing.

Thanks!

New mob suggestion

Ender wolf, cat, or bat. Can walk through walls. But avoids the light. (Walks away from but stays at it's edge.) Spawns only near players. Is only hostile in the dark not in the light.
Imagine being in a cave when suddenly a terrifying something walks strait through the walls and stands at the edge of the firelight. Eyes glowing ... (Could have randomized eye colors.)

AlloySmelterRecipes_Core.xml

Hi,

I'm trying to change the bronze recipe to 3 copper and 1 thin for the Alloy Smelter. After a startup of the pack, the recipe is put back to 3 tin and 1 copper.

Is there a way to prevent that?

Thanks.

Mod Conflict - Enviromine

There's a mob ID conflict (ID 5) in EnderZoo 1.0.0.3 with Enviromine 1.3.31 and neither mod appears to have any option for changing mob IDs.

Suggestion on Power Conduits

Early game one uses the low tier conduits through out their bases, once one gets to the point of upgrading the energy conduits we have a mass of useless (for the most part) low tier conduits, can't they be used in upgrading to next tier? a choice per-say of using either the lower tier if you have them or creating them from scratch? as it stands I have about 300 of the lower tier conduits just wasting away, seems so wastefull

Crash only when trying join to server

---- Minecraft Crash Report ----
Description: Ticking screen

java.lang.ClassCastException: crazypants.enderzoo.charge.EntityPrimedCharge cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:743)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1650)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)

Bug with potions

It appears your wither potions conflict in some weird way with potions of leaping from other mods, creating a weird potion that inflicts both wither and leaping.

Server wither cat crash

I'm using a custom modpack, forge .1240, and EnderZoo-1.7.10-1.0.9.18.jar. A player on my server hit a wither cat, and the server crashed. It was a seemingly random occurrence, but I'd appreciate it if you could take a look, so it doesn't happen again.

Here is the crash report: http://pastebin.com/AFKJA8SL

Please take a look at this whenever you can, thank you :)

Wither Witch spawn rate is really high & ignoring group size config

EnderZoo 1.0.6.15

Witches seem to be spawning at a really high rate. Their spawn control config is just default (I've made no modifications).

To make sure I wasn't going crazy, I made a new instance with only EnderZoo installed. Below is an example of the sort of things I'm seeing.

lotsofwitches1

Despite what the configuration says, they also seem to be spawning in pairs a lot as well. E.g.:

lotsofwitches_spawningpairs

I investigated further, and found that EnderZoo is putting the following in SpawnConfig_User.xml by default (SpawnConfig_Core.xml looks pretty normal). This would appear to be the culprit for the high spawn rate, but does it also explain the spawning in pairs?

<SpawnConfig>
<!-- Enabling this section will stop all slime spawns
  <entry id="Slime" mobName="Slime" creatureType="monster" rate="80" remove="true">
    <biomeFilter type="any">
      <biome type="BASE_LAND_TYPES" />
    </biomeFilter>
  </entry>
 -->
 <entry id="WitherWitchMore" mobName="enderzoo.WitherWitch" rate="5" minGroupSize="1" maxGroupSize="1" remove="true">
   <biomeFilter type="any">
      <biome type="FOREST" />
      <biome type="SWAMP" />
      <biome type="PLAINS" />
      <biome type="HILLS" />
      <biome type="MOUNTAIN" />
      <biome type="NETHER" exclude="true" />
      <biome type="END" exclude="true" />
    </biomeFilter>
 </entry>

 <entry id="WitherWitchMore" mobName="enderzoo.WitherWitch" rate="100" minGroupSize="1" maxGroupSize="1">
    <biomeFilter type="any">
      <biome type="FOREST" />
      <biome type="SWAMP" />
      <biome type="PLAINS" />
      <biome type="HILLS" />
      <biome type="MOUNTAIN" />
      <biome type="NETHER" exclude="true" />
      <biome type="END" exclude="true" />
    </biomeFilter>
  </entry>

</SpawnConfig>

Wither Cats randomly spawning in Overworld Spawn

Modpack: Direwolf20 1.0.3

I have a void age (mystcraft) with a mob grinder. The mob grinder uses powered spawners to spawn wither witches that get moved to a killer joe via slime channels. If I have this running and idle in overworld, within 15 minutes wither cats flood the spawn point. Looking at the grinder it seems as if all wither cats are spawning and dieing properly. The wither cats spawn directly at the spawn point and make a mystcraft portal noise when they spawn. There is no such portal/book that gets you from my void age with the grinder to the overworld except one which is far away from the grinder. I was able to disable the wither cats and fix the solution temporarily. Thank you for an awesome mod and thank you for taking the time to look into this. The wither cat idea is so ingenious and I don't want to play without it.

EDIT: I disabled it and thought I fixed the problem, however, when I walked back into my void age, I got a client crash:

---- Minecraft Crash Report ----
// There are four lights!

Time: 12/30/14 2:22 PM
Description: Unexpected error

java.lang.ClassCastException: crazypants.enderzoo.charge.EntityPrimedCharge cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:743)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1591)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)

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

-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:743)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Riyt'/22305, l='MpServer', x=6.44, y=66.73, z=-6.42]]
Chunk stats: MultiplayerChunkCache: 5, 5
Level seed: -4947896108136186909
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: ERROR NullPointerException: null
Forced entities: 61 total; [EntitySheep['Sheep'/22145, l='MpServer', x=14.09, y=63.56, z=10.78], EntityXPOrb['Experience Orb'/17155, l='MpServer', x=19.75, y=68.01, z=12.75], EntityXPOrb['Experience Orb'/17156, l='MpServer', x=19.75, y=67.95, z=12.75], EntityGoblin['Hobgoblin'/133, l='MpServer', x=25.84, y=72.00, z=11.22], EntityGoblin['Hobgoblin'/135, l='MpServer', x=28.03, y=72.00, z=14.47], EntityAspectOrb['Aspect Orb'/21895, l='MpServer', x=2.06, y=63.06, z=12.47], EntityAspectOrb['Aspect Orb'/21896, l='MpServer', x=2.06, y=63.06, z=12.53], EntityHat['unknown'/393, l='MpServer', x=6.44, y=66.73, z=-6.42], EntityItem['item.item.mfr.pinkslime.ball'/22286, l='MpServer', x=12.03, y=63.06, z=12.53], EntityEnderman['Enderman'/21647, l='MpServer', x=21.59, y=67.94, z=10.56], EntityClientPlayerMP['Riyt'/22305, l='MpServer', x=6.44, y=66.73, z=-6.42], EntityAspectOrb['Aspect Orb'/22035, l='MpServer', x=12.56, y=63.06, z=12.53], EntityAspectOrb['Aspect Orb'/22036, l='MpServer', x=8.41, y=63.06, z=12.50], EntitySheep['Sheep'/22165, l='MpServer', x=16.84, y=64.53, z=10.22], EntityAspectOrb['Aspect Orb'/22037, l='MpServer', x=7.63, y=63.06, z=12.53], EntityAspectOrb['Aspect Orb'/22038, l='MpServer', x=8.19, y=63.06, z=12.50], EntityItem['item.item.rottenFlesh'/22039, l='MpServer', x=5.28, y=63.06, z=12.56], EntityAspectOrb['Aspect Orb'/22295, l='MpServer', x=4.00, y=63.06, z=12.47], EntityZombie['Zombie'/21784, l='MpServer', x=6.09, y=63.13, z=11.38], EntityAspectOrb['Aspect Orb'/22296, l='MpServer', x=3.38, y=63.06, z=11.72], EntityItem['item.item.mfr.pinkslime.ball'/22301, l='MpServer', x=9.72, y=63.06, z=12.56], EntityZombie['Zombie'/22307, l='MpServer', x=11.16, y=62.94, z=3.91], EntityAspectOrb['Aspect Orb'/21933, l='MpServer', x=24.25, y=67.13, z=12.94], EntityAspectOrb['Aspect Orb'/21934, l='MpServer', x=25.34, y=67.13, z=12.53], EntityAspectOrb['Aspect Orb'/21935, l='MpServer', x=25.38, y=67.13, z=12.94], EntityZombie['Zombie'/22326, l='MpServer', x=11.56, y=62.97, z=2.84], EntityZombie['Zombie'/22328, l='MpServer', x=13.13, y=62.94, z=8.31], EntityTFNagaSegment['unknown'/196, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/197, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/198, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/199, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/200, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/201, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/202, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/203, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/204, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/205, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/206, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['unknown'/207, l='MpServer', x=0.00, y=0.00, z=0.00], EntityXPOrb['Experience Orb'/22351, l='MpServer', x=8.47, y=63.94, z=12.41], EntityXPOrb['Experience Orb'/13776, l='MpServer', x=31.22, y=64.03, z=12.75], EntityXPOrb['Experience Orb'/13778, l='MpServer', x=31.22, y=64.16, z=12.75], EntityPinkSlime['Pink Slime'/22101, l='MpServer', x=7.75, y=62.94, z=12.44], EntityAspectOrb['Aspect Orb'/21846, l='MpServer', x=2.06, y=63.06, z=12.47], EntityAspectOrb['Aspect Orb'/21847, l='MpServer', x=2.06, y=63.06, z=12.44], EntityAspectOrb['Aspect Orb'/22361, l='MpServer', x=12.75, y=63.59, z=12.03], EntityAspectOrb['Aspect Orb'/22362, l='MpServer', x=13.00, y=63.06, z=12.56], EntityItem['item.tile.cloth.gray'/22363, l='MpServer', x=14.56, y=63.13, z=12.53], EntityAspectOrb['Aspect Orb'/21856, l='MpServer', x=25.56, y=67.10, z=12.44], EntityAspectOrb['Aspect Orb'/21857, l='MpServer', x=24.47, y=67.10, z=12.50], EntityAspectOrb['Aspect Orb'/21858, l='MpServer', x=24.44, y=67.10, z=12.47], EntityPinkSlime['Pink Slime'/22120, l='MpServer', x=5.84, y=62.94, z=12.44], EntityXPOrb['Experience Orb'/14836, l='MpServer', x=19.75, y=68.03, z=12.75], EntityXPOrb['Experience Orb'/16501, l='MpServer', x=30.25, y=68.16, z=12.75], EntityXPOrb['Experience Orb'/16502, l='MpServer', x=30.25, y=68.01, z=12.75], EntityZombie['Zombie'/15608, l='MpServer', x=20.75, y=63.88, z=12.47], EntityXPOrb['Experience Orb'/19577, l='MpServer', x=30.25, y=68.09, z=12.75], EntityChicken['Chicken'/15609, l='MpServer', x=20.84, y=63.50, z=12.47], EntityXPOrb['Experience Orb'/16121, l='MpServer', x=19.75, y=68.03, z=12.75], EntityXPOrb['Experience Orb'/19578, l='MpServer', x=30.25, y=67.90, z=12.75], EntityXPOrb['Experience Orb'/16122, l='MpServer', x=19.75, y=68.00, z=12.75]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
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)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 665807368 bytes (634 MB) / 2195193856 bytes (2093 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -Xms256M -Xmx4096M -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 11
FML: MCP v9.05 FML v7.10.85.1272 Minecraft Forge 10.13.2.1272 142 mods loaded, 142 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.10.85.1272} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.13.2.1272} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
appliedenergistics2-core{rv2-beta-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Aroma1997Core{1.0.2.13} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
InfiniBows{1.3.0 build 20} InfiniBows Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.0.3.73} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
debug{1.0} debug Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
appliedenergistics2{rv2-beta-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHCore{1.7.10R3.0.0B9} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2{2.2.648-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
bcapiHolder{1.0} bcapiHolder Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BetterTitleScreen{1.7.10-1.1} Better Title Screen Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThermalFoundation{1.7.10R1.0.0RC1} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThermalExpansion{1.7.10R4.0.0B8} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BigReactors{0.4.0A} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BinnieCore{2.0-dev5} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraTrees{2.0-dev5} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
binnie-fix-dev5{1.0} BinnieFixDev5 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Botany{2.0-dev5} Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraBees{2.0-dev5} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Genetics{2.0-dev5} Genetics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AWWayofTime{v1.3.0Beta} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Botania{r1.3-143} [Botania](Botania r1.3-143.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CarpentersBlocks{3.2.8} [Carpenter's Blocks](Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks{1.3.4.14} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
chisel{2.1.3} [Chisel](Chisel 2-2.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CompactSolars{4.4.37.314} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded{1.7.10R2.8.0RC6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderIO{1.7.10-2.2.5.311} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage{1.4.5.26} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderZoo{1.7.10-1.0.7.16} Ender Zoo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraUtilities{1.2.1} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization{1.7.10-0.8.88.1} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.misc{1.7.10-0.8.88.1} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FlatSigns{2.1.0.19} Flat Signs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
funkylocomotion{1.0} Funky Locomotion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
iChunUtil{4.0.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Hats{4.0.1} Hats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
HatStand{4.0.0} HatStand Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
HelpFixer{1.0.5} HelpFixer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2NuclearControl{2.0.5b-Unicorn} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inpure|core{1.7.10R1.0.0B7} INpureCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest{6.0.60.741} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Waila{1.5.6a} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
JABBA{1.2.0} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
journeymap{5.0.1} JourneyMap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TConstruct{1.7.10-1.7.1.build803} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MagicBees{1.7.10-2.1.22} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mystcraft{0.11.0.00} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Core{4.5.6.57} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Exploration{4.5.6.57} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest{2.3.1} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineMenu{1.1.8} MineMenu Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
numina{0.4.0.100} Numina Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
powersuits{0.11.0.176} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Morph{0.9.1} Morph Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
neiintegration{1.0.3} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughCodecs{0.3} NotEnoughCodecs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
notenoughkeys{@MOD_VERSION@} NotEnoughKEys Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenPeripheralIntegration{0.1.0} OpenPeripheralIntegration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PneumaticCraft{1.4.3-40} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Transmission{4.5.6.57} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Compatibility{4.5.6.57} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Integration{4.5.6.57} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjRed|Illumination{4.5.6.57} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
RedstoneArsenal{1.7.10R1.1.0RC1} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Translocator{1.1.1.14} Translocator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
aobd{2.3.5} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
denseores{1.0} Dense Ores Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: beta rv2-beta-1 for Forge 10.13.2.1230
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, MJ6:OFF, MJ5:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Power values for fully levelled up Armor

I'm not sure if it's the mod or the Direwolf20 1.7.10 FTB pack but my armour is not getting the power values it should according to the tutorials I've seen and the Ender IO website. Maybe the FTB team can override things outside of the endio.cfg file?

I checked the enderio.cfg file and the values looked correct. I deleted the config file updated the pack and the same problem still existed.

Here a couple of pictures:

2014-11-07_10-58-46
2014-11-07_11-03-33

Single player game crash - item filter actions

Hi CrazyPants, I have had my game crash several times when accessing an existing item filter. Yesterday when I tried changing the setting to ignore meta data and today when trying to increase the priority. I got around it yesterday by removing the filter clearing it then placing a jabba dolly in the chest and snapshot that then fixed the settings and then place back the wanted items and snapshot again. The items I had and replaced are all EnderIO - Dark axe, 2x Dark Pick (1 with silk), The Ender and full ender armor. Everything upgraded to full power.

Shows "shutting down internal server" message and then "Connection Lost A fatal error has occurred, this connection is terminated"

When click on button it says "Play Multiplayer" "Scanning for games on your local network" without finding any on my single player it just stays there.

I have accessed my Minecraftlog.txt and found this -
[13:48:10] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel enderio
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 4539bytes where max allowed: 4528.

I have created a backup of the log if you would find it helpful.

BTW - I waited to try a work around until I finished writing - this was easy enough - removed the filter, changed the priority and replaced.

crash if fallen knight ends up in a cart

My guess: Fallen Knights are assuming that they are riding their mounts, and have not been sucked in by a grabber cart or whatever the hell that was. One of my users is crazy.

---- Minecraft Crash Report ----
// Sorry :(

Time: 11/14/14 2:57 PM
Description: Ticking entity

java.lang.ClassCastException: mods.railcraft.common.carts.EntityCartBasic cannot be cast to net.minecraft.entity.EntityLiving
at crazypants.enderzoo.entity.EntityFallenKnight.func_70636_d(EntityFallenKnight.java:127)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.Entity.func_70098_U(Entity.java:1579)
at net.minecraft.entity.EntityLivingBase.func_70098_U(EntityLivingBase.java:1851)
at net.minecraft.entity.monster.EntitySkeleton.func_70098_U(SourceFile:141)
at net.minecraft.world.World.func_72866_a(World.java:2066)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72866_a(World.java:2129)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at crazypants.enderzoo.entity.EntityFallenKnight.func_70636_d(EntityFallenKnight.java:127)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.Entity.func_70098_U(Entity.java:1579)
at net.minecraft.entity.EntityLivingBase.func_70098_U(EntityLivingBase.java:1851)
at net.minecraft.entity.monster.EntitySkeleton.func_70098_U(SourceFile:141)
at net.minecraft.world.World.func_72866_a(World.java:2066)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72866_a(World.java:2129)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: MinecartRideable (mods.railcraft.common.carts.EntityCartBasic)
Entity ID: 383
Entity Name: entity.MinecartRideable.name
Entity's Exact location: 348.19, 64.50, -760.50
Entity's Block location: World: (348,64,-761), Chunk: (at 12,4,7 in 21,-48; contains blocks 336,0,-768 to 351,255,-753), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
Entity's Momentum: -0.08, -0.00, -0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: world
All players: 1 total; [GCEntityPlayerMP['VastDerp'/349, l='world', x=348.90, y=64.00, z=-762.21]]
Chunk stats: ServerChunkCache: 676 Drop: 0
Level seed: 1
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-969,64,735), Chunk: (at 7,4,15 in -61,45; contains blocks -976,0,720 to -961,255,735), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
Level time: 117550785 game time, 42661509 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 42795 (now: false), thunder time: 94881 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.16.1-1-ARCH
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 587703616 bytes (560 MB) / 2125463552 bytes (2027 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xmx4G -XX:MaxPermSize=256M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1231 Minecraft Forge 10.13.2.1231 156 mods loaded, 155 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1231} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1231} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv2-alpha-17} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997Core{1.0.2.11} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.66} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.10-0.9.9} Malisis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.650-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedMachines{1.1.2} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppleCore{1.0.1} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv2-alpha-17} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997CoreHelper{1.0.2.11} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997sDimension{1.0} Aroma1997's Dimensional World Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B8} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
asielib{0.3.2} asielib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.0} Backpack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bdlib{1.5.1.32} BD Lib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.1.7} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.1.1.262-unstable} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B6} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BigReactors{0.4.0rc11} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.3-134} [Botania](Botania r1.3-134.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.1.7} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.1.7} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.1.7} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.1.7} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.1.7} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.0.1} [Carpenter's Blocks](Carpenters Blocks v3.3.0.1 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.4.14} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CompactSolars{4.4.39.315} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded{1.7.10R2.8.0RC4} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.5.25} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.313} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.1.51} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.5.1.51} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers{1.4.0.7-rc.1} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.3.3.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
computronics{1.2.0} Computronics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DescriptionTags{1.0} Description Tags Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Enchiridion{1.1} Enchiridion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.1.8.269} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderZoo{1.7.10-1.0.2.7_beta} Ender Zoo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
enhancedportals{3.0.7} EnhancedPortals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extracells{2.2.0} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization{1.7.10-0.8.88.5} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.misc{1.7.10-0.8.88.5} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Steamcraft{0.26.5} Flaxbeard's Steam Power Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{3.0.6} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{3.0.6} Galacticraft Planets Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenCore{1.2.0} Garden Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenContainers{1.2.1} Garden Containers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenTrees{1.2.0} Garden Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
gendustry{1.4.1.43} GenDustry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraviSuite{1.7.10-2.0.3} Graviation Suite Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode](HQM-The Journey %284.2.1%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2NuclearControl{2.0.0b} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inpure|core{1.7.10R1.0.0B6} INpureCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.43.730} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
launchgui{1.0.0} LaunchGUI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LogisticsPipes{0.8.2.77} Logistics Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.10-1.2.1} Malisis' Doors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstoneArsenal{1.7.10R1.1.0RC1} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{7.1.1} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{7.1.1} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismTools{7.1.1} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC4} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC3} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC4} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC4} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC3} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC3} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC4} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC3} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.5.1.51} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC3} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC3} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC3} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC4} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC4} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC4} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineTweaker3{${version}} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModTweaker{0.6} ModTweaker Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morpheus{1.7.10-1.5.24} Morpheus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.12.3.11} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Botany{1.12.3.11} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.12.3.11} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.12.3.11} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExNihilo{1.12.3.11} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10b} [Pam's HarvestCraft](Pams HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PneumaticCraft{1.3.1-31} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pressure{1.0.0.44} Pressure Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
progressiveautomation{1.4.12} Progressive Automation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.1.51} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.7.1.build771} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.1.51} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.1.51} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.1.51} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.1.51} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RandomThings{2.1.4} Random Things Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Roguelike{1.3.5} Roguelike Dungeons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{13.8} Ruins Spawning System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
simplyjetpacks{1.2.0} Simply Jetpacks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
statues{2.1.4} Statues Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesFactoryManager{A93} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StorageDrawers{1.1.7} Storage Drawers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Translocator{1.1.1.13} Translocator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
warpbook{2.0.null} Warp Book Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.313} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
aobd{2.2.4} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.313} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
asielibcore{} AsieLib CoreMod Unloaded->Disabled
AE2 Version: alpha rv2-alpha-17 for Forge 10.13.2.1230
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, MJ6:ON, MJ5:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 20; [GCEntityPlayerMP['VastDerp'/349, l='world', x=348.90, y=64.00, z=-762.21]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Mob Enabling/Disabling Bug [1.0.9.18]

On a Resonant Rise 3 server (version 3.2.2.1, if that helps), whenever we set one of your mobs to "false" in enderzoo.cfg, it occasionally crashes players and the log mentions the mobs even though they can't actually exist. Not sure what causes this, but below is a link to a sample crash one of our players has provided.

http://pastebin.com/Z7AvXBMx

Would it be possible to support Thaumcraft 4 essentia tubes in bundles?

I was piping in some essentia tubes on top of power, item, AE and redstone conduits earlier and I thought - gosh it would be nice if I could fit some essentia tubes for these lamps of growth in this bundle too.

Would it be possible to support these, similarly to the way AE cables work, or perhaps make one of the existing fluid conduits work with them? It'd sure be nice for farming and automated alchemy setups.

As both TC4 and EnderIO are becoming staples in most mod packs, it'd sure be great if the two could work together more closely where possible :D

Conduit and Machine become invible with Optifine 1.7.10 HD U A4

I'm playing on a low configuration and of course, I nedd Optifine to play. Since the latest version of Ender IO has been released, all stuff from the mod become invisible and I dunno why and how.
So I taked screen shots, in case of you can understand why.
Without Optifine;
2014-11-23_14 27 55
With Optifine;
2014-11-23_14 29 30

(Suggestion) an item to put conduit facades on

Something like a structure pipe from BC.

Why? For decoration purposes. As you know, facades have connected textures between themselves, but they don't connect to other blocks. This means terrible seams in the wall. What I started doing is building walls out of conduits and putting the facades on them. But that's wasteful and possibly laggy.

That's why I suggest some dummy conduit or a frame to put the facade on.

Request: Spawn Control by Coordinates?

Not sure if it would be possible, but can the Spawn Config have CoordFilters?

So for example, like this, assuming one has a server with spawn at 0,70,0:

  <entry id="FallenKnight" mobName="enderzoo.FallenKnight" rate="30" minGroupSize="1" maxGroupSize="4">
    <biomeFilter type="any">
      <biome type="PLAINS" />
      <biome type="NETHER" exclude="true" />
      <biome type="END" exclude="true" />
    </biomeFilter>
    <coordFilter type="exclude">
        <coordRange id="[named, ex "Spawn]" minX="-250" minZ="-250" maxX="250" maxZ="250" ignoreY="true" />
    </coordFilter>
    <dimensionExclude name="Twilight Forest"/>
  </entry>

When spawning FallenKnights, check if it falls within exclusion zones first. The above example would give a 500x500 (bedrock to world height) exclusion zone for FallenKnight spawning. This way, server ops can make the difficult scale up or make particular areas of their world skew heavy to particular mob types.

Wither Witch spawn rate a bit high?

Seems like the spawn rate on Wither Witches and their cats may be a bit high... every night we're having to content with 2-4 witches and their pair of cats and it only takes one hit from their potions to pretty much make an end to a good night.

Not sure if this is by design, or just needs some tweaking.

EnderZoo spawn control by dimension

There should be a way to make a spawning rule specific to a dimension. END/NETHER biome types suffice for unmodded dimensions, but not the Twilight Forest, the moon, etc.

Secure travel anchor can eat or duplicate items

If you attempt to use a travel anchor that requires an access code, then press a hotbar button while hovering over one of the slots, the actual item will be put there, not a phantom item. It can be recovered, sortof, by pressing a hotbar button while hovering over the item, but it will then be considered a phantom item itself and if you try to create another phantom item by putting it in the access code slots, it will just go right in there as if it's a normal slot.

You can take phantom items out of the slots by using the hotbar like this. They destroy themselves if you try to stack them with other similar items, and if used as a tool they disappear on the first use. They are valid items in a crafting grid, however, so resources can be duplicated like this.

This was observed in the Material Energy^4 modpack, with EnderIO-1.7.10-2.2.6.317

occasional NPE on attempting to place ME conduit into bundle

Crashlog

On EnderIO-1.7.10.2.2.8.343.jar

It seems to be limited to blocks that have had an ME conduit in the bundle before. I haven't found a way to reliably create a block that's in this state, although once it is in such a state it will remain so until all conduits in the bundle are removed.

Abundant broken spawners

Hello,
So I have been playing a SSP map with this mod as well as RotartyCraft. I have been experiencing a 100% drop rate of broken spawners while using both the HLSA steel and bedrock pics. Both un-enchanted. Just wanted to share since I know they are chance based.

Trying to stop bats from spawning

I've made a forum post and I've left a post on the curse project page for my attempts with the previous version of ender zoo.

In the latest version of ender zoo I've tried again to stop bats from spawning.

{entry id="Bat" mobName="Bat" creatureType="passive" rate="80" remove="true"}
{biomeFilter type="any"}
{biome type="BASE_LAND_TYPES" /}
{/biomeFilter}
{/entry}

This doesn't seem to work for bats. For slimes with the names changed to Slime and the creatureType to monster it works perfectly.

Any help would be appreciated also thanks for the great mod.

edit: had to replace > with } and < with { otherwise the code was invisible in my post.

Server Crash - Grinder kills horse

hey,
the server crashes if a mfr grinder kills a horse from enderzoo

Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:906)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1746)
    at net.minecraft.entity.passive.EntityHorse.func_70612_e(EntityHorse.java:1279)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70612_e(EntityFallenMount.java:203)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2078)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:144)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
    at net.minecraft.entity.passive.EntityHorse.func_70636_d(EntityHorse.java:980)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70636_d(EntityFallenMount.java:164)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1869)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213)
    at net.minecraft.entity.passive.EntityHorse.func_70071_h_(EntityHorse.java:1015)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70071_h_(EntityFallenMount.java:146)
    at net.minecraft.world.World.func_72866_a(World.java:2647)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:2600)
    at net.minecraft.world.World.func_72939_s(World.java:2412)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    at java.lang.Thread.run(Thread.java:745)


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

-- Head --
Stacktrace:
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:906)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1746)
    at net.minecraft.entity.passive.EntityHorse.func_70612_e(EntityHorse.java:1279)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70612_e(EntityFallenMount.java:203)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2078)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:144)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
    at net.minecraft.entity.passive.EntityHorse.func_70636_d(EntityHorse.java:980)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70636_d(EntityFallenMount.java:164)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1869)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213)
    at net.minecraft.entity.passive.EntityHorse.func_70071_h_(EntityHorse.java:1015)
    at crazypants.enderzoo.entity.EntityFallenMount.func_70071_h_(EntityFallenMount.java:146)
    at net.minecraft.world.World.func_72866_a(World.java:2647)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:2600)

-- Entity being ticked --
Details:
    Entity Type: enderzoo.FallenMount (crazypants.enderzoo.entity.EntityFallenMount)
    Entity ID: 46354
    Entity Name: Zombie Horse
    Entity's Exact location: 1177.38, 64.01, -248.70
    Entity's Block location: World: (1177,64,-249), Chunk: (at 9,4,7 in 73,-16; contains blocks 1168,0,-256 to 1183,255,-241), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
    Entity's Momentum: 0.11, 0.00, 0.00
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2412)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)

NPE on loading previous world with disabled Wither Cats

Had one too many run ins with Wither Witch + Cat combo, so I disabled the cats to ease up on my worries when exploring.

However, world crashes when I try to get in it now. Disabled cats in the .cfg file.

Recent version of EnderZoo, Forge 10.13.2.1230 .

Crash report - conduit facades

Hello, I recently tried to paint a conduit facade using a TE Hardened Cache... Just to see if I could. It worked, so I attempted to place it on an item conduit. It crashed my game immediately, and now every time I log into the server, I crash before I even see the game beyond the loading screen. My brother was on the server, playing just fine, when he went to attempt to break said conduit. As soon as he looked at it, his game crashed as well.

Here's the crash report: http://pastebin.com/cujhvDBN

Any help or advice would be greatly appreciated!

Wither Witch ignores Aversion Obelisk

The Wither Witch ignores the Aversion Obelisk when spawning a Wither Cat. It would be nice to be able to keep Wither Cats from flooding our mob traps, especially since they tend to be summoned outside of the mob grinder.

Tested with:
Forge: 10.13.1.1224
Ender IO: 2.2.4.309
Ender Zoo 1.0.7.16

MFR Slaughterhouse unable to kill Wither Cats

MFR Slaughterhouse unable to kill Wither Cats. When the Slaughterhouse is attempting to kill the Wither Cat, it hangs causing the rest of the mobs to build up to potentially unstable levels.

Item conduits

With the latest BC, EIO, and TE, the EIO item conduits don't attach to TE's Tesseracts. Fluid ones still work properly. Skyboy swears (hatefully) that it's not TE or anything to do with TE. Only mentioned BC because their wooden pipes don't attach to tesseracts either.

cant change spawn config

hey guys. i want to change wither witches spawn rate. its 5 and i want to make it 20, but when i do it, in core xml, it automaticly changes itself to 5 again. is there a way to prevent that?

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.