Blood N Bones [Hardcore Survival]

LukeWUK

New Member
Jul 29, 2019
87
0
0
Ugh, turns out I forgot to put the debug code in v1.0.5a. I'd really appreciate it if you could try this version: SpiceOfLife-mc1.6.4-1.0.5-test.jar. It will print to the log whenever you eat food, so you probably only want to use it when debugging this (and I'll need the ForgeModLoader-server-0.log).

Sorry man, not sure if this is good news or bad, but I can consistently reproduce the bug with 1.05,

however with 1.05test after 5 worlds I have not been able to replicate the bug. Included a part of the logfile from this test that may be issues, no idea!, but diminishing returns did indeed kick in.

2014-07-10 00:24:29 [INFO] [Minecraft-Server] LucasUK[/127.0.0.1:62165] logged in with entity id 497 at (174.5, 67.0, 261.5)
2014-07-10 00:24:29 [INFO] [Minecraft-Server] LucasUK joined the game
2014-07-10 00:24:29 [INFO] [STDOUT] [MobiusCore] Found net.minecraft.network.MemoryConnection [ cn ] with checksum E7EF057BBD1B1B253FF680E09C761281
2014-07-10 00:24:29 [INFO] [STDOUT] [MobiusCore] Successful injection in b ()V
2014-07-10 00:24:29 [INFO] [STDOUT] [MobiusCore] Successful injection in a (Ley;)V
2014-07-10 00:24:29 [INFO] [Remote IO] Sending config data to LucasUK
2014-07-10 00:24:29 [INFO] [STDOUT] Loading Player: LucasUK
2014-07-10 00:24:29 [INFO] [STDOUT] Sending serverside check to: LucasUK
2014-07-10 00:24:30 [INFO] [STDOUT] Initializing PFQueue
2014-07-10 00:24:37 [INFO] [Project Red] Created Retrogen database for dimension 0
2014-07-10 00:25:00 [WARNING] [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?
2014-07-10 00:25:03 [INFO] [Minecraft-Server] LucasUK was slain by entity.DesertMobs.JoustAlpha.name
2014-07-10 00:25:05 [WARNING] [SpiceOfLife] FoodStats is not an instance of IguanaFoodStats
2014-07-10 00:25:05 [SEVERE] [ForgeModLoader] A critical error occured handling the onPlayerRespawn event with player tracker tconstruct.util.player.TPlayerHandler
java.lang.NullPointerException
at squeek.spiceoflife.asm.Hooks.getModifiedFoodValues(Hooks.java:55)
at net.minecraft.util.FoodStats.func_75122_a(SourceFile:29)
at tconstruct.util.player.TPlayerHandler.onPlayerRespawn(TPlayerHandler.java:311)
at cpw.mods.fml.common.registry.GameRegistry.onPlayerRespawn(GameRegistry.java:397)
at net.minecraft.server.management.ServerConfigurationManager.func_72368_a(ServerConfigurationManager.java:470)
at net.minecraft.network.NetServerHandler.func_72458_a(NetServerHandler.java:895)
at net.minecraft.network.packet.Packet205ClientCommand.func_73279_a(SourceFile:30)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-07-10 00:25:05 [INFO] [STDOUT] Sending serverside check to: LucasUK
2014-07-10 00:25:17 [WARNING] [Minecraft-Server] Can't keep up! Did the system time change, or is the server overloaded?
2014-07-10 00:25:18 [INFO] [Minecraft-Server] LucasUK was slain by entity.DesertMobs.JoustAlpha.name
2014-07-10 00:25:20 [WARNING] [SpiceOfLife] FoodStats is not an instance of IguanaFoodStats
2014-07-10 00:25:20 [SEVERE] [ForgeModLoader] A critical error occured handling the onPlayerRespawn event with player tracker tconstruct.util.player.TPlayerHandler
java.lang.NullPointerException
at squeek.spiceoflife.asm.Hooks.getModifiedFoodValues(Hooks.java:55)
at net.minecraft.util.FoodStats.func_75122_a(SourceFile:29)
at tconstruct.util.player.TPlayerHandler.onPlayerRespawn(TPlayerHandler.java:311)
at cpw.mods.fml.common.registry.GameRegistry.onPlayerRespawn(GameRegistry.java:397)
at net.minecraft.server.management.ServerConfigurationManager.func_72368_a(ServerConfigurationManager.java:470)
at net.minecraft.network.NetServerHandler.func_72458_a(NetServerHandler.java:895)
at net.minecraft.network.packet.Packet205ClientCommand.func_73279_a(SourceFile:30)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-07-10 00:25:20 [INFO] [STDOUT] Sending serverside check to: LucasUK
2014-07-10 00:25:20 [FINE] [ForgeModLoader] The world 88d7e8c (world) may have leaked: first encounter (5 occurences).

2014-07-10 00:25:20 [FINE] [ForgeModLoader] The world 67994b7e (world) may have leaked: first encounter (5 occurences).

2014-07-10 00:25:20 [FINE] [ForgeModLoader] The world 16d6c324 (world) may have leaked: first encounter (5 occurences).

2014-07-10 00:25:30 [WARNING] [SpiceOfLife] item.PamHarvestCraft:seaweedItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=165.90, y=66.00, z=238.56], timedelta=0)
2014-07-10 00:25:32 [WARNING] [SpiceOfLife] item.PamHarvestCraft:seaweedItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=165.90, y=66.00, z=238.56], timedelta=0)
2014-07-10 00:25:33 [WARNING] [SpiceOfLife] item.PamHarvestCraft:seaweedItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=165.90, y=66.00, z=238.56], timedelta=0)
2014-07-10 00:25:35 [WARNING] [SpiceOfLife] item.PamHarvestCraft:seaweedItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=165.90, y=66.00, z=238.56], timedelta=0)
2014-07-10 00:25:40 [WARNING] [SpiceOfLife] item.PamHarvestCraft:bambooshootItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=165.70, y=67.00, z=235.92], timedelta=0)
2014-07-10 00:25:43 [INFO] [Minecraft-Server] LucasUK was slain by entity.PlainsMobs.Kobold.name
2014-07-10 00:25:45 [WARNING] [SpiceOfLife] FoodStats is not an instance of IguanaFoodStats
2014-07-10 00:25:45 [WARNING] [SpiceOfLife] item.PamHarvestCraft:bambooshootItem.name(player=EntityPlayerMP['LucasUK'/497, l='world', x=179.50, y=60.00, z=247.50], timedelta=98)
2014-07-10 00:25:45 [WARNING] [SpiceOfLife] item.PamHarvestCraft:bambooshootItem.name didn't count toward food history (player=EntityPlayerMP['LucasUK'/497, l='world', x=179.50, y=60.00, z=247.50], timedelta=98)
2014-07-10 00:25:45 [INFO] [STDOUT] Sending serverside check to: LucasUK
2014-07-10 00:25:50 [INFO] [Minecraft-Server] LucasUK lost connection: disconnect.quitting
2014-07-10 00:25:50 [INFO] [Minecraft-Server] LucasUK left the game
2014-07-10 00:25:50 [INFO] [STDOUT] Unloading Player: LucasUK
2014-07-10 00:26:10 [FINE] [ForgeModLoader] The world 88d7e8c (world) may have leaked: seen 10 times.

2014-07-10 00:26:10 [FINE] [ForgeModLoader] The world 67994b7e (world) may have leaked: seen 10 times.

2014-07-10 00:26:10 [FINE] [ForgeModLoader] The world 16d6c324 (world) may have leaked: seen 10 times.

2014-07-10 00:26:36 [INFO] [Minecraft-Server] Stopping the server
 
Last edited:

PODonnell

New Member
Jul 29, 2019
876
0
0
Figured I'd ask. Guess as of 1.1.2 mining thousands of blocks is our only option. Thanks!

You could also setup a cobble generator, tape down your mouse button, and let it run when you're puttering around the house doing something else..... A trick I learned for skyblock. As long as you're close enough to hear the pick break you can be doing the dishes, vacuuming the floor, watching TV or any of a number of other things. Far from a perfect option but it allows you to multitask a bit better.
 

Anesos

New Member
Jul 29, 2019
198
0
0
Figured I'd ask. Guess as of 1.1.2 mining thousands of blocks is our only option. Thanks!
Yeah, my current pickaxe needs 5000 blocks to boost. I'm glad Eyamaz is working on allowing different mob heads to boost higher tier pickaxes. Right now I'm just using Netherrack because you can insta-kill it and mine tons of blocks really fast. Of course you might run into lava or hellfish or have Nether mobs spawn behind you... so it's not without danger.
 

Mikhaila666

New Member
Jul 29, 2019
673
0
0
I find that a cold beer (or several) and putting on an 80's rock station gives me the fortitude to relax and go mining. Very relaxting, and there's always a use for more ores.
 

Altrocity

New Member
Jul 29, 2019
13
0
0
You could also setup a cobble generator, tape down your mouse button, and let it run when you're puttering around the house doing something else..... A trick I learned for skyblock. As long as you're close enough to hear the pick break you can be doing the dishes, vacuuming the floor, watching TV or any of a number of other things. Far from a perfect option but it allows you to multitask a bit better.

Yeah I did the button anchor for early game certus grindstone grinding. But you'd starve if you're not paying constant attention, or if the steam created from lava and water gets unpredictable you could get fried pretty easy.
 

Altrocity

New Member
Jul 29, 2019
13
0
0
Yeah, my current pickaxe needs 5000 blocks to boost. I'm glad Eyamaz is working on allowing different mob heads to boost higher tier pickaxes. Right now I'm just using Netherrack because you can insta-kill it and mine tons of blocks really fast. Of course you might run into lava or hellfish or have Nether mobs spawn behind you... so it's not without danger.

Yeah, my SO found out mining hardened dirt in a canyon biome (BoP enabled) mines like butter. Plus in the dreamworld (non-nightmare) you can mine nearly forever, she was glad we made tons of high saturation food, as hunger becomes a real issue mining at that speed and level. Smoothies/basic juices/and tiny hamburgers won't cut it end game. Another neat tip is having better barrel on a dolly with a mark 2 upgrade with the void upgrade goes a long way to helping level that pick. Our tarterite pick axe is on it's way to being boosted.[DOUBLEPOST=1404961431][/DOUBLEPOST]
I find that a cold beer (or several) and putting on an 80's rock station gives me the fortitude to relax and go mining. Very relaxting, and there's always a use for more ores.

Try a week(real time) worth of mining in the dreamworld, that would have to one heck of a 80's rock station. Plus a small touch of liver trauma. :)
 

Anesos

New Member
Jul 29, 2019
198
0
0
Yeah, the dreamworld is kind of broken in 1.1. I know there are plans to rectify that situation coming. Just not sure if they'll be in 1.2 or later.

Nice tip on bringing a dolly and barrel! Never thought of doing that!

Funny you mention burgers here. I was just looking at the feast upgrade with a smoothie, fries, and a supreme burger. 8 hunger and 8 saturation! Now I just need to find a dang potato for the fries. :)
 

Mikhaila666

New Member
Jul 29, 2019
673
0
0
After a 12 hour day at work, i find mining quite relaxing, A few beers, a couple of hours of mining with tunes from my college days and I'm ready for another day at my shop. :)
 
  • Like
Reactions: tetshio

PODonnell

New Member
Jul 29, 2019
876
0
0
Yeah I did the button anchor for early game certus grindstone grinding. But you'd starve if you're not paying constant attention, or if the steam created from lava and water gets unpredictable you could get fried pretty easy.

Food will be an issue, you'd likely need to use a timer to remind you when you need to stop and eat. I admit I've never tried it in BnB but I'd expect a piston based system could be built safely.
 

Nitrate

New Member
Jul 29, 2019
20
0
0
To boost a pickaxe, the most efficient and safe way I found was to take my pickaxe, a stack of netherrack (because it's fast to break) on the slot right of the pickaxe, setup a small enclosed room, and just keep down the left and right button of your mouse.
You shouldn't lose a lot of netherrack and it will go quite fast because netherrack.
 

Altrocity

New Member
Jul 29, 2019
13
0
0
To boost a pickaxe, the most efficient and safe way I found was to take my pickaxe, a stack of netherrack (because it's fast to break) on the slot right of the pickaxe, setup a small enclosed room, and just keep down the left and right button of your mouse.
You shouldn't lose a lot of netherrack and it will go quite fast because netherrack.

I did that when I had to fortune about 400+ nether quartz. One at a time and quick as heck and no chance of exploding (nether ore version of nether quartz). I wouldn't touch nether rack with the Eyamazing level tarterite pickaxe, it's fast, guaranteed I'd cut through it and any block behind/underneath it (including obsidian). I've fallen through into caves by not paying extremely close attention with that pickaxe.
 

PODonnell

New Member
Jul 29, 2019
876
0
0
anyone ever considered setting a turtle up to place a block of rack whenever the space in front of it was empty? You'd have a rack "generator" for leveling picks. You'd save yourself from having to place hundreds of blocks over and over again while still being able to level picks in a "safe" enviroment.
 
Last edited:

silentrob

New Member
Jul 29, 2019
228
0
0
anyone ever considered setting a turtle up to place a block of rack whenever the space in front of it was empty? Add a simple hopper system and you'd have a rack "generator" for leveling picks. You'd save yourself from having to place hundreds of blocks over and over again while still being able to level picks in a "safe" enviroment.
Don't we have autonomous activators and block placers in this pack? Both would be easier I'd think.

Personally, I prefer just clearing out a large space in the nether. Why break one at a time and pause for a new block to be placed when you can break a ton at a time...
 

Altrocity

New Member
Jul 29, 2019
13
0
0
Don't we have autonomous activators and block placers in this pack? Both would be easier I'd think.

Personally, I prefer just clearing out a large space in the nether. Why break one at a time and pause for a new block to be placed when you can break a ton at a time...

Automonous activators are end tier requiring dragon essence you can only get from the end. There is a block placer of awesome in the Mod Random things, however it has been disabled by eyamez. :( However, I have not tried building the minefactory reloaded block placer. But powering it, just to place a block slowly doesn't seem like a a viable replacement for mass block murder.
 
Last edited:

PODonnell

New Member
Jul 29, 2019
876
0
0
Don't we have autonomous activators and block placers in this pack? Both would be easier I'd think.

Personally, I prefer just clearing out a large space in the nether. Why break one at a time and pause for a new block to be placed when you can break a ton at a time...
There are several blocks that could used to place the rack, i defaulted to the turtle because I don't believe the evil one has nerfed the basic recipie. In short it's cheap enough to acquire relativley early.

Regarding using a generator rather than digging a big room..... the conversation started with a player having issues finding time to grind pick upgrades. We're also discussing a pack in which it's real easy for "accidents" to occur. Hardcore mode forces you to avoid "accidents" like the plague.
 

Athin

New Member
Jul 29, 2019
1
0
0
Hey all. I've been having a problem lately. I just upgraded to version 1.1.2 and started a new game. I started to realize that when eating items that gave 1+ hunger that I wasn't healing. This isn't from DR food etiher since I've tested it on a food I've never eaten before as well. This only happens after a bit of playtime but its been seemingly getting worst over time. I can fix this by resetting the game and it seems to work probably for awhile before it happens again. I've notice that in the console that this gets spit out every time it happens in red and I'm guessing it has to be related and something is quietly crashing in the background. I was hoping one of the code wizards here could help me out with this.

[INFO] [STDERR] Exception in thread "Thread-5887" java.lang.NullPointerException
[INFO] [STDERR] at atomicstryker.dynamiclights.client.modules.EntityLivingEquipmentLightSource.getEquipmentLightLevel(EntityLivingEquipmentLightSource.java:91)
[INFO] [STDERR] at atomicstryker.dynamiclights.client.modules.EntityLivingEquipmentLightSource.access$500(EntityLivingEquipmentLightSource.java:39)
[INFO] [STDERR] at atomicstryker.dynamiclights.client.modules.EntityLivingEquipmentLightSource$EntityListChecker.run(EntityLivingEquipmentLightSource.java:194)

Every time my healing stops working this will get spit out shortly after. Anyone have any ideas on the issue?
 

redcom9

New Member
Jul 29, 2019
7
0
0
@Eyamaz not sure if you're already working on it but currently the Essence Pickaxe infused can be exploited. Requiring only a boosted Manyullyn to obtain the materials to make it, it can mine every Metallurgy 3 ore and alloy.
 

LukeWUK

New Member
Jul 29, 2019
87
0
0
Hi Eyamaz awesome pack, I managed to get a world that crashes (Its brand new so i just reroll :) ) The spoiler is the tail end of the log.

2014-07-10 22:34:59 [FINEST] [IguanaTweaksTConstruct] Sending event FMLServerAboutToStartEvent to mod IguanaTweaksTConstruct
2014-07-10 22:34:59 [FINEST] [IguanaTweaksTConstruct] Sent event FMLServerAboutToStartEvent to mod IguanaTweaksTConstruct
2014-07-10 22:34:59 [FINEST] [ForgeMicroblock] Sending event FMLServerAboutToStartEvent to mod ForgeMicroblock
2014-07-10 22:34:59 [FINEST] [ForgeMicroblock] Sent event FMLServerAboutToStartEvent to mod ForgeMicroblock
2014-07-10 22:34:59 [INFO] [Minecraft-Server] Preparing level "world"
2014-07-10 22:34:59 [INFO] [ForgeModLoader] Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1c5d4144)
2014-07-10 22:34:59 [INFO] [ForgeModLoader] Loading dimension 9 (world) (net.minecraft.server.dedicated.DedicatedServer@1c5d4144)
2014-07-10 22:34:59 [INFO] [ForgeModLoader] Loading dimension -100 (world) (net.minecraft.server.dedicated.DedicatedServer@1c5d4144)
2014-07-10 22:34:59 [INFO] [ForgeModLoader] Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@1c5d4144)
2014-07-10 22:34:59 [INFO] [ForgeModLoader] Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@1c5d4144)
2014-07-10 22:34:59 [INFO] [STDOUT] Attemping to load JABBA data.
2014-07-10 22:34:59 [INFO] [Minecraft-Server] Preparing start region for level 0
2014-07-10 22:35:00 [INFO] [STDOUT] Trying to inject method abn.canSpawnAnything ()Z
2014-07-10 22:35:00 [INFO] [STDOUT] Found method node abn.canSpawnAnything ()Z in Coremod. Injecting !
2014-07-10 22:35:00 [INFO] [STDOUT] Trying to overwrite method abn.g ()V
2014-07-10 22:35:00 [INFO] [STDOUT] Found method node abn.g ()V in Vanilla.
2014-07-10 22:35:00 [INFO] [STDOUT] Found method node abn.g ()V in Coremod.
2014-07-10 22:35:03 [INFO] [STDERR] java.lang.NullPointerException
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.dungeon.room.DungeonOssuary.skull(DungeonOssuary.java:388)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.dungeon.room.DungeonOssuary.generate(DungeonOssuary.java:279)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.CatacombLevel.generate(CatacombLevel.java:99)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.Catacomb.generate(Catacomb.java:56)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.Catacomb.generateNear(Catacomb.java:27)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.catacomb.Catacomb.spawnInChunk(Catacomb.java:195)
2014-07-10 22:35:03 [INFO] [STDERR] at greymerk.roguelike.DungeonGenerator.generate(DungeonGenerator.java:13)
2014-07-10 22:35:03 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:264)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
2014-07-10 22:35:03 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-07-10 22:35:03 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NullPointerException
java.lang.NullPointerException
at greymerk.roguelike.catacomb.dungeon.room.DungeonOssuary.skull(DungeonOssuary.java:388)
at greymerk.roguelike.catacomb.dungeon.room.DungeonOssuary.generate(DungeonOssuary.java:279)
at greymerk.roguelike.catacomb.CatacombLevel.generate(CatacombLevel.java:99)
at greymerk.roguelike.catacomb.Catacomb.generate(Catacomb.java:56)
at greymerk.roguelike.catacomb.Catacomb.generateNear(Catacomb.java:27)
at greymerk.roguelike.catacomb.Catacomb.spawnInChunk(Catacomb.java:195)
at greymerk.roguelike.DungeonGenerator.generate(DungeonGenerator.java:13)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:264)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-07-10 22:35:03 [SEVERE] [Minecraft-Server] This crash report has been saved to: D:\Minecraft\FTB\sERVERS\Bnb\.\crash-reports\crash-2014-07-10_22.35.03-server.txt