Hello, as stated above, I have a Hexxit server that crashes players' client upon entering a region. Upon opening the world in mcedit, I do not see an unloaded chunk in the area, which would normally indicate a potentially corrupted chunk; everything is displayed just fine. The region does contain a variety of blocks from the many mods in the pack, however, I do not know which could cause the issue. I have attempted to modify the area (i.e. placing and removing blocks in mcedit), as I've heard that can rarely fix a corrupted chunk, if that is indeed the issue. Unfortunately, the area continues to crash my client when I visit it on single player and multi.
Here is my crash report, any help would be greatly appreciated. Thank you in advance.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 04/03/15 2:38 PM
Description: Exception in world tick
java.lang.IllegalStateException: java.io.EOFException
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:353)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionPacket(MicroblockCoverSystem.java:205)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionBytes(MicroblockCoverSystem.java:182)
at mods.immibis.microblocks.TileMicroblockContainer.onDataPacket(TileMicroblockContainer.java:47)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1292)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:94)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException
at java.io.DataInputStream.readShort(Unknown Source)
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:351)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:353)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionPacket(MicroblockCoverSystem.java:205)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionBytes(MicroblockCoverSystem.java:182)
at mods.immibis.microblocks.TileMicroblockContainer.onDataPacket(TileMicroblockContainer.java:47)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1292)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
It looks like that might be a problem with a microblock... wait... is that mod even in Hexxit? Anyway, I would recommend trying to find the region that is affected and deleting or regenerating it.
-- Head --
Stacktrace:
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:353) at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionPacket(MicroblockCoverSystem.java:205) at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionBytes(MicroblockCoverSystem.java:182) at mods.immibis.microblocks.TileMicroblockContainer.onDataPacket(TileMicroblockContainer.java:47)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1292)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
Rollback Post to RevisionRollBack
If you want a quicker reply from me then be sure to hit the Reply button.
Thank you for the suggestion, however deletion is not possible as the region is located in a massive build project that was laboured over for months. Is there potentially another way?
Thank you
EDIT: Immibis microblocks are present in Hexxit with the hacksaw, although looking at the terms you've helpfully bolded, I will attempt simply removing those microblocks (the "covers", and the "containers"), and try again. Will report back soon.
Here is my crash report, any help would be greatly appreciated. Thank you in advance.
// Uh... Did I do that?
Time: 04/03/15 2:38 PM
Description: Exception in world tick
java.lang.IllegalStateException: java.io.EOFException
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:353)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionPacket(MicroblockCoverSystem.java:205)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionBytes(MicroblockCoverSystem.java:182)
at mods.immibis.microblocks.TileMicroblockContainer.onDataPacket(TileMicroblockContainer.java:47)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1292)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:94)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException
at java.io.DataInputStream.readShort(Unknown Source)
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:351)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readShort(ByteStreams.java:353)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionPacket(MicroblockCoverSystem.java:205)
at mods.immibis.microblocks.MicroblockCoverSystem.readDescriptionBytes(MicroblockCoverSystem.java:182)
at mods.immibis.microblocks.TileMicroblockContainer.onDataPacket(TileMicroblockContainer.java:47)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1292)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Selphie'/373, l='MpServer', x=897.93, y=47.73, z=-854.52]]
Chunk stats: MultiplayerChunkCache: 430
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-14,79,-95), Chunk: (at 2,4,1 in -1,-6; contains blocks -16,0,-96 to -1,255,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 23347554 game time, 2311943 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: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 63 total; [EntityBat['Bat'/5901, l='MpServer', x=823.44, y=19.00, z=-920.41], EntityBat['Bat'/5902, l='MpServer', x=826.34, y=19.70, z=-920.31], EntityBat['Bat'/5904, l='MpServer', x=830.75, y=19.92, z=-914.41], EntityPainting['Painting'/6379, l='MpServer', x=953.00, y=70.00, z=-793.06], EntityPainting['Painting'/6380, l='MpServer', x=955.50, y=71.00, z=-793.06], EntityPainting['Painting'/6381, l='MpServer', x=955.50, y=69.00, z=-793.06], EntityChocoboBlack['Black Chocobo'/321, l='MpServer', x=37.56, y=72.00, z=-182.31], EntitySheep['Sheep'/5459, l='MpServer', x=857.66, y=70.00, z=-833.50], EntitySheep['Sheep'/5461, l='MpServer', x=873.88, y=69.00, z=-840.63], EntityBat['Bat'/6485, l='MpServer', x=912.68, y=12.71, z=-860.63], EntitySheep['Sheep'/5463, l='MpServer', x=826.75, y=66.00, z=-877.78], EntityBat['Bat'/6487, l='MpServer', x=919.83, y=10.41, z=-879.05], EntityBat['Bat'/6488, l='MpServer', x=902.50, y=10.00, z=-888.47], EntityBat['Bat'/6494, l='MpServer', x=912.71, y=12.89, z=-860.81], EntityBat['Bat'/7014, l='MpServer', x=930.50, y=10.00, z=-880.50], EntitySquid['Squid'/5738, l='MpServer', x=855.50, y=61.78, z=-898.63], EntitySquid['Squid'/5739, l='MpServer', x=866.28, y=61.69, z=-906.18], EntitySquid['Squid'/5740, l='MpServer', x=856.39, y=61.00, z=-903.66], EntitySquid['Squid'/5741, l='MpServer', x=852.38, y=61.31, z=-904.81], EntityClientPlayerMP['Selphie'/373, l='MpServer', x=897.93, y=47.73, z=-854.52], EntityCow['Cow'/6275, l='MpServer', x=943.03, y=63.00, z=-908.94], EntityChicken['Chicken'/6276, l='MpServer', x=933.47, y=64.00, z=-790.47], EntityChocoboYellow['Yellow Chocobo'/6277, l='MpServer', x=935.91, y=64.00, z=-767.59], EntityChicken['Chicken'/5514, l='MpServer', x=883.44, y=62.41, z=-913.41], EntityCow['Cow'/5515, l='MpServer', x=888.88, y=62.36, z=-889.06], EntityCow['Cow'/5528, l='MpServer', x=914.97, y=62.19, z=-930.16], EntityCow['Cow'/5530, l='MpServer', x=909.75, y=61.79, z=-919.47], EntityCow['Cow'/5531, l='MpServer', x=903.31, y=62.32, z=-908.25], EntityChicken['Chicken'/5532, l='MpServer', x=898.72, y=62.30, z=-899.13], EntityChicken['Chicken'/5533, l='MpServer', x=903.56, y=62.34, z=-890.44], EntityChocoboRed['Red Chocobo'/5537, l='MpServer', x=902.59, y=76.00, z=-768.94], EntityCow['Cow'/5542, l='MpServer', x=926.78, y=63.00, z=-934.75], EntityCow['Cow'/5543, l='MpServer', x=924.75, y=63.00, z=-924.81], EntityCow['Cow'/5544, l='MpServer', x=921.09, y=61.98, z=-892.09], EntitySquid['Squid'/6572, l='MpServer', x=867.50, y=61.00, z=-907.50], EntityChicken['Chicken'/5549, l='MpServer', x=913.53, y=64.00, z=-840.47], EntitySquid['Squid'/6573, l='MpServer', x=863.22, y=62.38, z=-913.28], EntityChocoboYellow['Yellow Chocobo'/5550, l='MpServer', x=918.75, y=64.00, z=-802.22], EntityChicken['Chicken'/5551, l='MpServer', x=912.47, y=65.00, z=-810.41], EntityChicken['Chicken'/5552, l='MpServer', x=917.63, y=64.00, z=-794.44], EntityPainting['Painting'/136, l='MpServer', x=-155.00, y=13.50, z=-216.06], EntityPainting['Painting'/153, l='MpServer', x=-133.50, y=38.00, z=-53.94], EntityPainting['Painting'/137, l='MpServer', x=-154.00, y=14.00, z=-216.06], EntityPainting['Painting'/148, l='MpServer', x=-138.00, y=14.00, z=-203.06], EntityPainting['Painting'/159, l='MpServer', x=-126.94, y=13.50, z=-204.50], EntitySheep['Sheep'/6378, l='MpServer', x=956.75, y=60.00, z=-885.50], EntityPainting['Painting'/6379, l='MpServer', x=953.00, y=70.00, z=-793.06], EntityPainting['Painting'/6380, l='MpServer', x=955.50, y=71.00, z=-793.06], EntityPainting['Painting'/6381, l='MpServer', x=955.50, y=69.00, z=-793.06], EntityPainting['Painting'/139, l='MpServer', x=-144.50, y=13.50, z=-203.06], EntityPainting['Painting'/140, l='MpServer', x=-146.94, y=13.50, z=-205.50], EntityPainting['Painting'/141, l='MpServer', x=-158.94, y=13.50, z=-205.50], EntityPainting['Painting'/136, l='MpServer', x=-155.00, y=13.50, z=-216.06], EntityPainting['Painting'/137, l='MpServer', x=-154.00, y=14.00, z=-216.06], EntityPainting['Painting'/138, l='MpServer', x=-146.94, y=14.00, z=-210.00], EntityPainting['Painting'/147, l='MpServer', x=-138.00, y=13.50, z=-213.94], EntityPainting['Painting'/156, l='MpServer', x=-123.06, y=14.00, z=-217.00], EntityBat['Bat'/6650, l='MpServer', x=949.44, y=12.57, z=-851.22], EntityBat['Bat'/6651, l='MpServer', x=963.50, y=10.00, z=-855.75], BT_EntityBackItem['unknown'/1276, l='MpServer', x=897.93, y=47.73, z=-854.52], EntityPainting['Painting'/134, l='MpServer', x=-148.06, y=13.50, z=-225.50], EntityBat['Bat'/6653, l='MpServer', x=951.75, y=13.20, z=-878.00], EntityPainting['Painting'/135, l='MpServer', x=-146.94, y=13.50, z=-230.50]]
Retry entities: 54 total; [EntityChocoboBlack['Black Chocobo'/321, l='MpServer', x=37.56, y=72.00, z=-182.31], EntityChocoboPink['Pink Chocobo'/194, l='MpServer', x=-68.56, y=67.00, z=-198.28], EntityChocoboBlack['Black Chocobo'/322, l='MpServer', x=39.56, y=72.00, z=-180.13], EntityChocoboRed['Red Chocobo'/195, l='MpServer', x=-68.16, y=67.00, z=-196.41], EntityBat['Bat'/2115, l='MpServer', x=25.38, y=40.18, z=-92.13], EntityChocoboGreen['Green Chocobo'/323, l='MpServer', x=35.84, y=72.00, z=-183.75], EntityChocoboRed['Red Chocobo'/196, l='MpServer', x=-64.72, y=67.00, z=-194.47], EntityChocoboYellow['Yellow Chocobo'/329, l='MpServer', x=44.72, y=72.00, z=-172.28], EntityChocoboBlue['Blue Chocobo'/330, l='MpServer', x=44.44, y=72.00, z=-175.25], EntityChocoboYellow['Yellow Chocobo'/331, l='MpServer', x=39.97, y=72.00, z=-173.91], EntityChocoboBlue['Blue Chocobo'/332, l='MpServer', x=33.28, y=72.00, z=-173.28], EntityChocoboWhite['White Chocobo'/205, l='MpServer', x=-69.34, y=67.00, z=-178.28], EntityChocoboWhite['White Chocobo'/333, l='MpServer', x=34.59, y=72.00, z=-175.22], EntityChocoboWhite['White Chocobo'/206, l='MpServer', x=-69.34, y=67.00, z=-180.72], EntityChocoboWhite['White Chocobo'/334, l='MpServer', x=38.22, y=72.00, z=-174.34], EntityChocoboWhite['White Chocobo'/207, l='MpServer', x=-66.69, y=67.00, z=-178.28], EntityChocoboWhite['White Chocobo'/208, l='MpServer', x=-69.34, y=67.00, z=-182.28], EntityChocoboWhite['White Chocobo'/209, l='MpServer', x=-69.34, y=67.00, z=-184.72], EntityChocoboWhite['White Chocobo'/210, l='MpServer', x=-67.47, y=67.00, z=-182.28], EntityChocoboWhite['White Chocobo'/211, l='MpServer', x=-67.69, y=67.00, z=-184.53], EntityChocoboWhite['White Chocobo'/212, l='MpServer', x=-67.44, y=67.00, z=-180.72], EntityChocoboBlack['Black Chocobo'/213, l='MpServer', x=-68.72, y=67.00, z=-186.28], EntityChocoboBlack['Black Chocobo'/214, l='MpServer', x=-69.34, y=67.00, z=-188.72], EntityChocoboGold['Gold Chocobo'/215, l='MpServer', x=-66.28, y=67.00, z=-190.28], EntityChocoboGold['Gold Chocobo'/216, l='MpServer', x=-68.19, y=67.00, z=-190.28], EntityChocoboWhite['White Chocobo'/345, l='MpServer', x=57.63, y=72.00, z=-179.88], EntityBat['Bat'/860, l='MpServer', x=-57.78, y=39.46, z=-91.25], EntityChocoboBlue['Blue Chocobo'/223, l='MpServer', x=-67.13, y=67.00, z=-172.72], EntityChocoboBlue['Blue Chocobo'/224, l='MpServer', x=-69.09, y=67.00, z=-172.31], EntityChocoboBlue['Blue Chocobo'/225, l='MpServer', x=-68.81, y=67.00, z=-170.63], EntityChocoboBlue['Blue Chocobo'/226, l='MpServer', x=-67.19, y=67.00, z=-170.78], EntityChocoboGreen['Green Chocobo'/227, l='MpServer', x=-66.28, y=67.00, z=-174.28], EntityChocoboYellow['Yellow Chocobo'/228, l='MpServer', x=-69.34, y=67.00, z=-166.66], EntityChocoboGreen['Green Chocobo'/229, l='MpServer', x=-69.31, y=67.00, z=-175.25], EntityChocoboYellow['Yellow Chocobo'/230, l='MpServer', x=-68.66, y=67.00, z=-168.22], EntityChocoboYellow['Yellow Chocobo'/231, l='MpServer', x=-67.63, y=67.00, z=-166.66], EntityCow['Cow'/4200, l='MpServer', x=323.97, y=62.00, z=-865.13], EntityItem['item.item.dyePowder.black'/4201, l='MpServer', x=335.59, y=62.13, z=-871.31], EntityMinecartChest['entity.MinecartChest.name'/4202, l='MpServer', x=345.50, y=34.34, z=-894.50], EntityItem['item.item.dyePowder.black'/4204, l='MpServer', x=327.38, y=60.13, z=-881.72], EntityChocoboYellow['Yellow Chocobo'/237, l='MpServer', x=-62.59, y=68.00, z=-72.66], EntityItem['item.item.chocoboFeather'/238, l='MpServer', x=-64.84, y=68.13, z=-74.47], EntityBat['Bat'/4846, l='MpServer', x=544.59, y=32.46, z=-784.53], EntityItem['item.item.chocoboFeather'/239, l='MpServer', x=-66.09, y=67.13, z=-73.63], EntityBat['Bat'/4847, l='MpServer', x=545.69, y=32.62, z=-801.28], EntityChicken['Chicken'/240, l='MpServer', x=-79.44, y=68.00, z=-20.56], EntityBat['Bat'/4848, l='MpServer', x=545.53, y=34.44, z=-774.85], EntityCow['Cow'/4209, l='MpServer', x=319.72, y=62.00, z=-866.09], EntityBat['Bat'/4849, l='MpServer', x=545.50, y=36.77, z=-789.78], EntityCow['Cow'/4210, l='MpServer', x=301.28, y=70.00, z=-844.69], EntityCow['Cow'/4211, l='MpServer', x=304.31, y=63.00, z=-855.78], EntityChocoboYellow['Yellow Chocobo'/4212, l='MpServer', x=330.31, y=95.00, z=-806.66], EntityItem['item.item.chocoboFeather'/4213, l='MpServer', x=329.25, y=95.13, z=-807.28], EntitySheep['Sheep'/4216, l='MpServer', x=303.56, y=63.00, z=-857.31]]
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1875)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Selphie'/373, l='MpServer', x=897.93, y=47.73, z=-854.52]]
Chunk stats: MultiplayerChunkCache: 430
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-14,79,-95), Chunk: (at 2,4,1 in -1,-6; contains blocks -16,0,-96 to -1,255,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 23347554 game time, 2311943 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: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 63 total; [EntityBat['Bat'/5901, l='MpServer', x=823.44, y=19.00, z=-920.41], EntityBat['Bat'/5902, l='MpServer', x=826.34, y=19.70, z=-920.31], EntityBat['Bat'/5904, l='MpServer', x=830.75, y=19.92, z=-914.41], EntityPainting['Painting'/6379, l='MpServer', x=953.00, y=70.00, z=-793.06], EntityPainting['Painting'/6380, l='MpServer', x=955.50, y=71.00, z=-793.06], EntityPainting['Painting'/6381, l='MpServer', x=955.50, y=69.00, z=-793.06], EntityChocoboBlack['Black Chocobo'/321, l='MpServer', x=37.56, y=72.00, z=-182.31], EntitySheep['Sheep'/5459, l='MpServer', x=857.66, y=70.00, z=-833.50], EntitySheep['Sheep'/5461, l='MpServer', x=873.88, y=69.00, z=-840.63], EntityBat['Bat'/6485, l='MpServer', x=912.68, y=12.71, z=-860.63], EntitySheep['Sheep'/5463, l='MpServer', x=826.75, y=66.00, z=-877.78], EntityBat['Bat'/6487, l='MpServer', x=919.83, y=10.41, z=-879.05], EntityBat['Bat'/6488, l='MpServer', x=902.50, y=10.00, z=-888.47], EntityBat['Bat'/6494, l='MpServer', x=912.71, y=12.89, z=-860.81], EntityBat['Bat'/7014, l='MpServer', x=930.50, y=10.00, z=-880.50], EntitySquid['Squid'/5738, l='MpServer', x=855.50, y=61.78, z=-898.63], EntitySquid['Squid'/5739, l='MpServer', x=866.28, y=61.69, z=-906.18], EntitySquid['Squid'/5740, l='MpServer', x=856.39, y=61.00, z=-903.66], EntitySquid['Squid'/5741, l='MpServer', x=852.38, y=61.31, z=-904.81], EntityClientPlayerMP['Selphie'/373, l='MpServer', x=897.93, y=47.73, z=-854.52], EntityCow['Cow'/6275, l='MpServer', x=943.03, y=63.00, z=-908.94], EntityChicken['Chicken'/6276, l='MpServer', x=933.47, y=64.00, z=-790.47], EntityChocoboYellow['Yellow Chocobo'/6277, l='MpServer', x=935.91, y=64.00, z=-767.59], EntityChicken['Chicken'/5514, l='MpServer', x=883.44, y=62.41, z=-913.41], EntityCow['Cow'/5515, l='MpServer', x=888.88, y=62.36, z=-889.06], EntityCow['Cow'/5528, l='MpServer', x=914.97, y=62.19, z=-930.16], EntityCow['Cow'/5530, l='MpServer', x=909.75, y=61.79, z=-919.47], EntityCow['Cow'/5531, l='MpServer', x=903.31, y=62.32, z=-908.25], EntityChicken['Chicken'/5532, l='MpServer', x=898.72, y=62.30, z=-899.13], EntityChicken['Chicken'/5533, l='MpServer', x=903.56, y=62.34, z=-890.44], EntityChocoboRed['Red Chocobo'/5537, l='MpServer', x=902.59, y=76.00, z=-768.94], EntityCow['Cow'/5542, l='MpServer', x=926.78, y=63.00, z=-934.75], EntityCow['Cow'/5543, l='MpServer', x=924.75, y=63.00, z=-924.81], EntityCow['Cow'/5544, l='MpServer', x=921.09, y=61.98, z=-892.09], EntitySquid['Squid'/6572, l='MpServer', x=867.50, y=61.00, z=-907.50], EntityChicken['Chicken'/5549, l='MpServer', x=913.53, y=64.00, z=-840.47], EntitySquid['Squid'/6573, l='MpServer', x=863.22, y=62.38, z=-913.28], EntityChocoboYellow['Yellow Chocobo'/5550, l='MpServer', x=918.75, y=64.00, z=-802.22], EntityChicken['Chicken'/5551, l='MpServer', x=912.47, y=65.00, z=-810.41], EntityChicken['Chicken'/5552, l='MpServer', x=917.63, y=64.00, z=-794.44], EntityPainting['Painting'/136, l='MpServer', x=-155.00, y=13.50, z=-216.06], EntityPainting['Painting'/153, l='MpServer', x=-133.50, y=38.00, z=-53.94], EntityPainting['Painting'/137, l='MpServer', x=-154.00, y=14.00, z=-216.06], EntityPainting['Painting'/148, l='MpServer', x=-138.00, y=14.00, z=-203.06], EntityPainting['Painting'/159, l='MpServer', x=-126.94, y=13.50, z=-204.50], EntitySheep['Sheep'/6378, l='MpServer', x=956.75, y=60.00, z=-885.50], EntityPainting['Painting'/6379, l='MpServer', x=953.00, y=70.00, z=-793.06], EntityPainting['Painting'/6380, l='MpServer', x=955.50, y=71.00, z=-793.06], EntityPainting['Painting'/6381, l='MpServer', x=955.50, y=69.00, z=-793.06], EntityPainting['Painting'/139, l='MpServer', x=-144.50, y=13.50, z=-203.06], EntityPainting['Painting'/140, l='MpServer', x=-146.94, y=13.50, z=-205.50], EntityPainting['Painting'/141, l='MpServer', x=-158.94, y=13.50, z=-205.50], EntityPainting['Painting'/136, l='MpServer', x=-155.00, y=13.50, z=-216.06], EntityPainting['Painting'/137, l='MpServer', x=-154.00, y=14.00, z=-216.06], EntityPainting['Painting'/138, l='MpServer', x=-146.94, y=14.00, z=-210.00], EntityPainting['Painting'/147, l='MpServer', x=-138.00, y=13.50, z=-213.94], EntityPainting['Painting'/156, l='MpServer', x=-123.06, y=14.00, z=-217.00], EntityBat['Bat'/6650, l='MpServer', x=949.44, y=12.57, z=-851.22], EntityBat['Bat'/6651, l='MpServer', x=963.50, y=10.00, z=-855.75], BT_EntityBackItem['unknown'/1276, l='MpServer', x=897.93, y=47.73, z=-854.52], EntityPainting['Painting'/134, l='MpServer', x=-148.06, y=13.50, z=-225.50], EntityBat['Bat'/6653, l='MpServer', x=951.75, y=13.20, z=-878.00], EntityPainting['Painting'/135, l='MpServer', x=-146.94, y=13.50, z=-230.50]]
Retry entities: 54 total; [EntityChocoboBlack['Black Chocobo'/321, l='MpServer', x=37.56, y=72.00, z=-182.31], EntityChocoboPink['Pink Chocobo'/194, l='MpServer', x=-68.56, y=67.00, z=-198.28], EntityChocoboBlack['Black Chocobo'/322, l='MpServer', x=39.56, y=72.00, z=-180.13], EntityChocoboRed['Red Chocobo'/195, l='MpServer', x=-68.16, y=67.00, z=-196.41], EntityBat['Bat'/2115, l='MpServer', x=25.38, y=40.18, z=-92.13], EntityChocoboGreen['Green Chocobo'/323, l='MpServer', x=35.84, y=72.00, z=-183.75], EntityChocoboRed['Red Chocobo'/196, l='MpServer', x=-64.72, y=67.00, z=-194.47], EntityChocoboYellow['Yellow Chocobo'/329, l='MpServer', x=44.72, y=72.00, z=-172.28], EntityChocoboBlue['Blue Chocobo'/330, l='MpServer', x=44.44, y=72.00, z=-175.25], EntityChocoboYellow['Yellow Chocobo'/331, l='MpServer', x=39.97, y=72.00, z=-173.91], EntityChocoboBlue['Blue Chocobo'/332, l='MpServer', x=33.28, y=72.00, z=-173.28], EntityChocoboWhite['White Chocobo'/205, l='MpServer', x=-69.34, y=67.00, z=-178.28], EntityChocoboWhite['White Chocobo'/333, l='MpServer', x=34.59, y=72.00, z=-175.22], EntityChocoboWhite['White Chocobo'/206, l='MpServer', x=-69.34, y=67.00, z=-180.72], EntityChocoboWhite['White Chocobo'/334, l='MpServer', x=38.22, y=72.00, z=-174.34], EntityChocoboWhite['White Chocobo'/207, l='MpServer', x=-66.69, y=67.00, z=-178.28], EntityChocoboWhite['White Chocobo'/208, l='MpServer', x=-69.34, y=67.00, z=-182.28], EntityChocoboWhite['White Chocobo'/209, l='MpServer', x=-69.34, y=67.00, z=-184.72], EntityChocoboWhite['White Chocobo'/210, l='MpServer', x=-67.47, y=67.00, z=-182.28], EntityChocoboWhite['White Chocobo'/211, l='MpServer', x=-67.69, y=67.00, z=-184.53], EntityChocoboWhite['White Chocobo'/212, l='MpServer', x=-67.44, y=67.00, z=-180.72], EntityChocoboBlack['Black Chocobo'/213, l='MpServer', x=-68.72, y=67.00, z=-186.28], EntityChocoboBlack['Black Chocobo'/214, l='MpServer', x=-69.34, y=67.00, z=-188.72], EntityChocoboGold['Gold Chocobo'/215, l='MpServer', x=-66.28, y=67.00, z=-190.28], EntityChocoboGold['Gold Chocobo'/216, l='MpServer', x=-68.19, y=67.00, z=-190.28], EntityChocoboWhite['White Chocobo'/345, l='MpServer', x=57.63, y=72.00, z=-179.88], EntityBat['Bat'/860, l='MpServer', x=-57.78, y=39.46, z=-91.25], EntityChocoboBlue['Blue Chocobo'/223, l='MpServer', x=-67.13, y=67.00, z=-172.72], EntityChocoboBlue['Blue Chocobo'/224, l='MpServer', x=-69.09, y=67.00, z=-172.31], EntityChocoboBlue['Blue Chocobo'/225, l='MpServer', x=-68.81, y=67.00, z=-170.63], EntityChocoboBlue['Blue Chocobo'/226, l='MpServer', x=-67.19, y=67.00, z=-170.78], EntityChocoboGreen['Green Chocobo'/227, l='MpServer', x=-66.28, y=67.00, z=-174.28], EntityChocoboYellow['Yellow Chocobo'/228, l='MpServer', x=-69.34, y=67.00, z=-166.66], EntityChocoboGreen['Green Chocobo'/229, l='MpServer', x=-69.31, y=67.00, z=-175.25], EntityChocoboYellow['Yellow Chocobo'/230, l='MpServer', x=-68.66, y=67.00, z=-168.22], EntityChocoboYellow['Yellow Chocobo'/231, l='MpServer', x=-67.63, y=67.00, z=-166.66], EntityCow['Cow'/4200, l='MpServer', x=323.97, y=62.00, z=-865.13], EntityItem['item.item.dyePowder.black'/4201, l='MpServer', x=335.59, y=62.13, z=-871.31], EntityMinecartChest['entity.MinecartChest.name'/4202, l='MpServer', x=345.50, y=34.34, z=-894.50], EntityItem['item.item.dyePowder.black'/4204, l='MpServer', x=327.38, y=60.13, z=-881.72], EntityChocoboYellow['Yellow Chocobo'/237, l='MpServer', x=-62.59, y=68.00, z=-72.66], EntityItem['item.item.chocoboFeather'/238, l='MpServer', x=-64.84, y=68.13, z=-74.47], EntityBat['Bat'/4846, l='MpServer', x=544.59, y=32.46, z=-784.53], EntityItem['item.item.chocoboFeather'/239, l='MpServer', x=-66.09, y=67.13, z=-73.63], EntityBat['Bat'/4847, l='MpServer', x=545.69, y=32.62, z=-801.28], EntityChicken['Chicken'/240, l='MpServer', x=-79.44, y=68.00, z=-20.56], EntityBat['Bat'/4848, l='MpServer', x=545.53, y=34.44, z=-774.85], EntityCow['Cow'/4209, l='MpServer', x=319.72, y=62.00, z=-866.09], EntityBat['Bat'/4849, l='MpServer', x=545.50, y=36.77, z=-789.78], EntityCow['Cow'/4210, l='MpServer', x=301.28, y=70.00, z=-844.69], EntityCow['Cow'/4211, l='MpServer', x=304.31, y=63.00, z=-855.78], EntityChocoboYellow['Yellow Chocobo'/4212, l='MpServer', x=330.31, y=95.00, z=-806.66], EntityItem['item.item.chocoboFeather'/4213, l='MpServer', x=329.25, y=95.13, z=-807.28], EntitySheep['Sheep'/4216, l='MpServer', x=303.56, y=63.00, z=-857.31]]
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 576795936 bytes (550 MB) / 1957167104 bytes (1866 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -XX:MaxPermSize=256m
AABB Pool Size: 1949 (109144 bytes; 0 MB) allocated, 466 (26096 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.51 FML v5.2.23.737 Minecraft Forge 7.8.1.737 68 mods loaded, 68 mods active
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisMicroblocks{55.0.7} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_bspkrsCore{v2.09(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.09.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{Forge 1.5.2.r14} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r14.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomLAN{2.2} [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisMicroblocksInstallCheck{55.0.7} [Immibis's Microblocks (Checks for incorrect installation, ignore this)] (immibis-microblocks-55.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AsgardShield_Core{2.0.4} [AsgardShield] (1.5.2AsgardShield_Core_2.0.4Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ASAddon_Hallowed{2.0.0} [AS Addon- Hallowed] (1.5.2ASAddonHallowed_v2.0.0Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HarkenScythe_Core{2.1.6} [HarkenScythe] (1.5.2HarkenScythe_v2.1.6Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ASAddon_HarkenScythe{2.0.0} [AS Addon- HarkenScythe] (1.5.2ASAddonHarkenScythe_v2.0.0Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ASAddon_NetherEnder{2.0.0} [AS Addon- Nether-Ender] (1.5.2ASAddonNetherEnder_v2.0.0Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ASAddon_ColorAPI{1.0.0} [ASAddon_ColorAPI] (1.5.2AsgardShield_Core_2.0.4Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterStorage{0.6.2.23-hotfix2} [BetterStorage] ([1.5.2]BetterStorage_0.6.2.23-hotfix2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ArmorBarMod{0.7.1} [Armor Bar Mod] (ArmorBarv0.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Artifice{1.5.2R1.1.2} [Artifice] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|Chisel{1.5.2R1.1.2} [Artifice Compat: Chisel] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|EE3{1.5.2R1.1.2} [Artifice Compat: EE3] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|Forestry{1.5.2R1.1.2} [Artifice Compat: Forestry] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|MFR{1.5.2R1.1.2} [Artifice Compat: MFR] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|Railcraft{1.5.2R1.1.2} [Artifice Compat: Railcraft] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArtificeCompat|Vanilla{1.5.2R1.1.2} [Artifice Compat: Vanilla] (Artifice-1.1.2-182.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.12.13} [Backpack] (backpack-1.12.13-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_BackTools{1.5.2v1} [mod_BackTools] (BackTools1.5.2v1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BattleTowers{1.3.4} [Battle Towers] (BattleTowers_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterDungeons{1.8} [Better dungeons] (BetterDungeons.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.3.3} [BiblioCraft] (BiblioCraft[v1.3.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_BuffBarMod{0.7.1} [Buff Bar Mod] (BuffBarv0.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChestTransporter{1.1.6} [Chest Transporter] (chestTransporter_1.1.6_Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DimDoors{1.5.2R1.4.1RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.4.1RC1-194.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.15.4} [Enchanting Plus] (EnchantingPlus-1.15.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
hexxitgear{1.5.2R1.0} [Hexxit Gear] (HexxitGear-1.0-23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{55.1.6} [Immibis Core] (immibis-core-55.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.3.1} [Infernal Mobs] (InfernalMobs_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.0} [MapWriter] (mapwriter-2.0.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Meteors{2.10.2} [Falling Meteors] (Meteors Mod V2.10.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
More Bows{1.5_v1} [More Bows mod] (More bows 1.5.2_2 Forge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.1.5} [Natura] (Natura_1.5.2_2.1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.5.2_2.1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LegendGear{1.5.2} [LegendGear] (NMcCoy-LegendGear-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OffLawn{1.0} [offLawn] (OffLawn-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectZulu|Core{1.0.3.8} [Project Zulu Core] (ProjectZuluCompletev1.0.3.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectZulu|Blocks{1.0.3.8} [Project Zulu Block and Items] (ProjectZuluCompletev1.0.3.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectZulu|Dungeon{1.0.3.8} [Project Zulu Mobs] (ProjectZuluCompletev1.0.3.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectZulu|Mobs{1.0.3.8} [Project Zulu Mobs] (ProjectZuluCompletev1.0.3.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectZulu|World{1.0.3.8} [Project Zulu World] (ProjectZuluCompletev1.0.3.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
QuantumCraft{1.01} [qCraft] (qCraft1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
xreliquary{1.5.2} [Xeno's Reliquary] (Reliquary1.0.6d.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
rftl{1.0} [RottenFleshToLeather] (RottenFleshToLeather-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{10.3} [Ruins Spawning System] (Ruins_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
secretroomsmod{4.6.0} [SecretRoomsMod] (SecretRoomsMod-universal-4.6.0.283.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SoulShards{1.0.16} [Soul Shards] (SoulShards-1.0.36-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.5.2_1.4.3d7} [Tinkers' Construct] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{1.18.1} [The Twilight Forest] (twilightforest-1.18.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WildCaves3{0.4.2} [Wild Caves 3] (WildCaves3-0.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chococraft{2.8.8} [Torojima's ChocoCraft] (zzzChococraft_2.8.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.9.0
OpenGL: GeForce 9800 GTX/9800 GTX+/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: 2170 (121520 bytes; 0 MB) allocated, 555 (31080 bytes; 0 MB) used
If you want a quicker reply from me then be sure to hit the
Reply button.
Thank you
EDIT: Immibis microblocks are present in Hexxit with the hacksaw, although looking at the terms you've helpfully bolded, I will attempt simply removing those microblocks (the "covers", and the "containers"), and try again. Will report back soon.
Thank you for the help.