Cmon,
Atleast both mods had to do with growing stuff.
Try compartment chests.Whats a good early game storage other than iron chests (until I get my compuper)
Did you test this with an updated Ender Storage, Code Chicken Core, and let CodeChickenLib update in the /1.7.10 folder? Unless this is a different bug you are talking about...We will need to remove/ban the endertank -> fluid bug.
Odd. I haven't encountered this myself, but I'm wondering...And there is the usual bug with dimensional anchor: http://pastebin.com/ssAu2N83
Pretty good. We have a lot of players who formed teams.Will do.
Since you run a server (which I looked at), how does this pack fair in a multiplayer environment?
Did you test this with an updated Ender Storage, Code Chicken Core, and let CodeChickenLib update in the /1.7.10 folder? Unless this is a different bug you are talking about...
Odd. I haven't encountered this myself, but I'm wondering...
Could you try opening forgeChunkLoading.cfg, and under the Defaults section set I:maximumTicketCount to 400 instead of 200?
Ah yeah, the ender tank crash was due to the chicken core library file I mentioned updating itself during testing between 0.0.8 and 0.0.8.1, so EnderStorage was calling on library functions that pointed to the new fluid API when an Ender Tank was out.We use your 0.0.8.1 public pack from the ftb client. Dont want that user need to change their mods.
It's the report i have posted here earlier.
I mention this cause preliminary research has me noticing this MIGHT be due to some mods trying to chunkload more than Forge Chunkloading is allowing them to, and each mod can have a maximum overall number of chunks.TickCount is on 300 right now, but i will try to increase it again.
net.minecraft.util.ReportedException: Loading NBT data
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:631) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.io.UTFDataFormatException: malformed input around byte 106
at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_45]
at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_45]
at net.minecraft.nbt.NBTTagCompound.func_152448_b(SourceFile:322) ~[dh.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:38) ~[dh.class:?]
at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:52) ~[dq.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) ~[dh.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) ~[dh.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) ~[dh.class:?]
at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) ~[dh.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168) ~[du.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125) ~[du.class:?]
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120) ~[du.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121) ~[aqk.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20) ~[ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12) ~[ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343) ~[AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) ~[AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) ~[ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) ~[ms.class:?]
at net.minecraft.world.World.func_72964_e(World.java:419) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:313) ~[mt.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) ~[MinecraftServer.class:?]
... 4 more
This is pointing to a block in your world getting corrupted NBT data. What you can try doing is loading the world in MCEdit, select the chunks with your stuff, and then pruning to regen everything else to see if its outside your base.annnnd the crashes begin,
0.8.1
annnnd the crashes begin,
0.8.1
Code:net.minecraft.util.ReportedException: Loading NBT data at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:631) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] Caused by: java.io.UTFDataFormatException: malformed input around byte 106 at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_45] at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_45] at net.minecraft.nbt.NBTTagCompound.func_152448_b(SourceFile:322) ~[dh.class:?] at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:38) ~[dh.class:?] at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:52) ~[dq.class:?] at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) ~[dh.class:?] at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) ~[dh.class:?] at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) ~[dh.class:?] at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) ~[dh.class:?] at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168) ~[du.class:?] at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125) ~[du.class:?] at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120) ~[du.class:?] at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121) ~[aqk.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20) ~[ChunkIOProvider.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12) ~[ChunkIOProvider.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343) ~[AsynchronousExecutor.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) ~[AsynchronousExecutor.class:?] at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) ~[ChunkIOExecutor.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) ~[ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) ~[ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) ~[ms.class:?] at net.minecraft.world.World.func_72964_e(World.java:419) ~[ahb.class:?] at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:313) ~[mt.class:?] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183) ~[mt.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) ~[MinecraftServer.class:?] ... 4 more
Which is why you can buy diamonds if you need to =)Ya know, if I have to have one complaint about this pack, it's that a lot of quests are eating up my diamonds.
Oh, no, it's already updated to the new fluid api on my end. The only mod so far that hasn't is growth craft.@Caigan While I'm sure you've already considered the possibility, is it possible to just disable the ender tanks (or the crafting recipe for them) from Ender Storage if it doesn't update to the new fluid API in time? That way, people will still have access to the ender chests and pouches, and the tanks (other than preexisting ones) won't be an issue. This said, I've no idea what the actual issue is with the fluid API, so if it borks the mod across the board regardless of the tanks, I apologize.
Oh, no, it's already updated to the new fluid api on my end. The only mod so far that hasn't is growth craft.
Nope, I usually don't touch drop rates for most things.Also, just wondering, but did you turn up the drop rates for red hearts and necrotic bones from Tinker's Construct?
Bandit is a very common name for a pet ferret. In fact, all the names I use in the HQM, aside from my own, are normal pet ferret names. =)Also, apparently they call all of their employees "Bandit". I am not sure why.
Huh odd, looking at recent crash reports on my end....try disabling Fast Craft and loading the world.Crash when trying to load after I copied house and moved it.