Giter VIP home page Giter VIP logo

betterbuilderswands's People

Contributors

bytegm avatar codewarrior0 avatar dilnu avatar gaz492 avatar portablejim avatar shadowfacts avatar xalcon avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

betterbuilderswands's Issues

Wand dupes items instead of using them from inventory

My iron builder wands dupe items instead of using up the item in my inventory.
Full client restart doesn't fix the problem, if you need more information please ask. Bug doesn't happen with other player on my server.

Modpack is SF3 3.0.4. Which has better builders wands version 0.10.2 rev 209.

It happened after crafting the wand with the crafting table on a stick from actually additions. Didn't try to reproduce the issue so can't give you nice reproduction steps.

UDPATE: Had my friend craft a wand via the crafting table on a stick and it didn't happen to him.

UPDATE 2: found out it only happens if I have the Rod of the Lands from botania in my inventory and the dupe bug also happens to my friend if he has the Rod of the Lands.

North-South+Vertical / East-West+Vertical are just wrong

  1. Build a 3x3x3 cube.
  2. Point at the center block on the west side, with appropriate blocks in your inventory to build with.
  3. Change mode to 'North-South', observe that mode allows placing 3 blocks (i: attached to the face you're pointing to, ii:north of that, iii: south of that).
  4. Change to 'East-West', observe that mode allows placing 0 blocks (mode says: "no building on east/west face").
  5. Change to 'North-South+Vertical', observe that mode allows placing (only) 3 blocks, not 5 as expected. (i: attached to pointed face, ii: above it, iii: below it)
  6. Reposition, pointing at center block on south side of cube.
  7. Observe that mode allows placing 9 blocks, not 0 as expected (mode says: "no building on north/south face")
  8. Change to 'East-West+Vertical'. Observe mode allows placing (only) 3 blocks, not 5 as expected (i: attached to pointed face, ii: above it, iii: below it)
  9. Reposition, pointing back at the original center block on west side.
  10. Observe that mode allows placing 9 blocks, not 0 as expected (mode says: "no building on east/west face")
  11. Change mode to "no lock". Observe help text names 4 of 6 directions and uses 'left' and 'right' instead of N/S/E/W for some reason.

[1.10.2] Platforms compatibility ?

As of now, if you use the any builders wand on Platforms It will create them with the wrong color and orientation (see screenshot at bottom)
Any plans for supporting this In the future (in 1.10.2)?
image

Add Botania IBlockProvider compatability

Botania has an API to allow a single item to provide items to things like builder's wands. This would allow users to store blocks in a Black Hole Talisman (basically a portable deep storage unit) and thus build with a cleaner inventory among other options.

If that seems like a reasonable API to incorporate I'd be willing to write a pull request.

[1.10.2] Nullability violation causing crash with Literal Ascension

Forge: 1.10.2-forge1.10.2-12.18.3.2185
BBW: BetterBuildersWands-1.10.2-0.9.3.187+c619800.jar

Hi,

Playing SkyFactory 3, I experienced an unfortunate crash related to Literal Ascension and Better Builder's Wands. Holding a builder's wand, highlighting a Literal Ascension block, then looking away causes a crash, as seen in this crash log.

The only way this crash can happen is one of the parameters passed to getPickBlock being null. None of the parameters should be null according to the package-wide @ParametersAreNonnullByDefault. All parameters are guaranteed to be non-null in the one instance where called in forgesrc. The nature of Kotlin, the programming language Literal Ascension is written in, enforces nullability contracts with exceptions as seen in this instance.

Because 1) the crash happens when looking away from a block you previously looked at and 2) I looked at your source, I have reason to suspect that the raytrace results is null in this brief moment.

While you could argue this should be fixed on Literal Ascension's side (which I will gladly do if necessary), I believe looking into this might help avoid problems with other mods that may expect all the parameters of getPickBlock to be non-null.

Steps to reproduce:

  1. Install Literal Ascension, any version will do, and BBW.
  2. Look at a Literal Ascension block while holding a builder's wand.
  3. Look away from the block.

Thanks.

[1.10.2] Crash with wand

This crash happened when I was looking at either a bed or a torch, not sure.

[28/12/2016 20:27:21 PM] [20:27:21] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.DrawBlockHighlightEvent@7fef082f: [28/12/2016 20:27:21 PM] java.lang.NullPointerException [28/12/2016 20:27:21 PM] at net.minecraft.item.ItemStack.func_77981_g(ItemStack.java:234) ~[adz.class:?] [28/12/2016 20:27:21 PM] at portablejim.bbw.shims.BasicPlayerShim.getBlockMeta(BasicPlayerShim.java:33) ~[BasicPlayerShim.class:?] [28/12/2016 20:27:21 PM] at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:53) ~[BasicPlayerShim.class:?] [28/12/2016 20:27:21 PM] at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:49) ~[WandWorker.class:?] [28/12/2016 20:27:21 PM] at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:52) ~[BlockEvents.class:?] [28/12/2016 20:27:21 PM] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_682_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic) ~[?:?] [28/12/2016 20:27:21 PM] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] [28/12/2016 20:27:21 PM] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?] [28/12/2016 20:27:21 PM] at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161) [ForgeHooksClient.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1329) [bnz.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229) [bnz.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038) [bnz.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) [bcx.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?] [28/12/2016 20:27:21 PM] at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?] [28/12/2016 20:27:21 PM] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111] [28/12/2016 20:27:21 PM] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] [28/12/2016 20:27:21 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] [28/12/2016 20:27:21 PM] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] [28/12/2016 20:27:21 PM] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] [28/12/2016 20:27:21 PM] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: Index: 11 Listeners: [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 0: NORMAL [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 1: ASM: ipsis.buildersguides.client.DrawBlockHighlightEventHandler@50b35189 onDrawBlockHighlightEvent(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 2: ASM: team.chisel.common.item.ItemOffsetTool@32dc5605 onBlockHighlight(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 3: ASM: codechicken.lib.render.CCRenderEventHandler@68e779cf onBlockHighlight(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 4: ASM: fi.dy.masa.enderutilities.event.RenderEventHandler@2430b10d onBlockHilight(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 5: ASM: com.rwtema.extrautils2.items.ItemDestructionWand@1ac177ad drawSelection(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 6: ASM: com.rwtema.extrautils2.items.ItemBuildersWand@6fa1add0 drawSelection(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 7: ASM: com.rwtema.extrautils2.items.ItemDestructionWand@6c08096e drawSelection(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 8: ASM: com.rwtema.extrautils2.items.ItemBuildersWand@7f43ada drawSelection(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 9: ASM: moze_intel.projecte.events.TransmutationRenderingEvent@228df27 onOverlay(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 10: ASM: thut.tech.common.items.ItemLinker@193f396a RenderBounds(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 11: ASM: portablejim.bbw.core.BlockEvents@4cc48549 blockHighlightEvent(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 12: ASM: blusunrize.immersiveengineering.client.ClientEventHandler@2898e79a renderAdditionalBlockBounds(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 13: ASM: INSTANCE onDrawBlockHighlight(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 14: ASM: mcjty.rftools.proxy.ClientProxy@70e436ee onRenderBlockOutline(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 15: ASM: com.tomevoll.routerreborn.Event.Event@41d5a DrawHighligth(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 16: LOW [28/12/2016 20:27:21 PM] [Client thread/ERROR] [FML]: 17: ASM: Block{null} onDrawBlockHighlight(Lnet/minecraftforge/client/event/DrawBlockHighlightEvent;)V [28/12/2016 20:27:27 PM] [Server thread/INFO] [Mekanism]: VoiceServer: Shutting down server...

Using BetterBuildersWands-0.8.0-1.10.2r1708ee7f54

No texture on EnderIO painted blocks

[SF3 modpack]

I used a max Unbreakable wand to put down a line of 15 EnderIO glowstone blocks painted with Basalt (Environmental Tech) and it placed pink/black checkered no texture blocks. When I broke the blocks they went back in my inventory with no texture.

I tried the same thing with an EU2 Builders Wand and it placed them with no issues.

I can post images if you want, but it should be pretty easy to replicate.

(Haven't had any other issues so far and have being using your wands in SF3 since I started.)

Crash when placing Better Builder's wand on hotbar

crash-2017-01-05_12.51.02-client.txt
crash-2017-01-05_13.16.31-client.txt

One of the above two crash reports shows the crash itself, when I experienced this crash, the last thing I was doing was placing the Better Builer's Wand (Iron) on the hotbar, where there was a stack of two Acacia Wood Planks from Biomes'o'Plenty.

People in a chat room who analyzed the crash log have written that there is a null pointer exception when it was expecting a true or false condition. I have no idea if this is actually related to the crash report or not.

http://paste.feed-the-beast.com/view/c753973b

Above is the link to the log file containing the crash report which was generated in FTBPresentsDirewolf20110 modpack on their launcher, whilst I was playing it, On line 4579 of that log is a java null pointer exception, and the crash report itself on line 4674. As I wrote above, though, I've no idea if the two are related.

Apologies if this is confusing, hopefully you can sort out what is actually going on here.

Edit, it turns out there is an updated version of the modpack which fixes this crash. Apologies, again, for any mixups or confusion.

Crash while launching game

Added BBW to my mods folder to do a build I had in mind with lots of repetitious block placement. It did not seem to like that. I'll be redownloading to see if that fixes it, then downgrading a version if it doesn't. If the error persists...well, I'm in for a lot of RMB-holding.


Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Better Builder's Wands (betterbuilderswands)
Caused by: java.lang.NoSuchMethodError: net.minecraft.item.Item$ToolMaterial.getMaxUses()I
at portablejim.bbw.BetterBuildersWandsMod.preInit(BetterBuildersWandsMod.java:77)


Full log at http://pastebin.com/kTYiT1kN

Wand places incorrect textured Farm Block from Forestry

Using:
Direwolf20 1.4.1
Forestry 5.2.17.354
Better Builder's Wands 0.10.2 [MC1.10,1.10.2; rev 209]

2017-02-13_05 17 18

I crafted the nether brick style of Farm Blocks, but the wand placed the stone style, which I believe is the default option. I can't really tell if this is a Forestry bug issue or Better Builder's Wand, so this was my best guess. Thanks!

Wand does not place blocks in 1.9

Using BetterBuildersWands-0.6.0-1.9r124+c748dee

The wand finds its area, shows where it is going to place blocks, then doesn't place on click.

array cast crash on startup. minechem interaction?

All versions I tried (including 0.5.1r69) crash. Possibly mod interaction, but a very strange dump if that's the case.

Removing BBW lets the server start.

Full startup log: startup.log.txt

Possibly relevant:
UCHIJEE minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)

[1.10.2] Unable to place any blocks

Forge: 1.10.2-forge1.10.2-12.18.3.2185
BBW: BetterBuildersWands-0.9.0-1.10.2r175+1b65179.jar
(If you need any more info, say so)

Unable to place any blocks in creative and survival with Unbreakable Wand

Stacktrace:

[15:10:19] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_174822_a(DF)Lnet/minecraft/util/math/RayTraceResult;
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
        at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
        at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_174822_a(DF)Lnet/minecraft/util/math/RayTraceResult;
        at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:70) ~[WandWorker.class:?]
        at portablejim.bbw.core.items.ItemBasicWand.func_180614_a(ItemBasicWand.java:69) ~[ItemBasicWand.class:?]
        at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:780) ~[ForgeHooks.class:?]
        at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:144) ~[adz.class:?]
        at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:483) ~[lv.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
        at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
        at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
        at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
        at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
        ... 5 more

Mod Conflict with Botania Item

When a Botania Rod of the Lands is present in the user's inventory, the Unbreakable Wand sees it as a source of dirt, but obviously cannot place dirt blocks through it, so the white outlines show up but nothing happens. If dirt is present in the user's inventory along with the Rod of the Lands, both are ignored as a source of dirt and no outlines appear. When the Rod of the Lands is not present, but dirt is present, the Wand works as it should.

[1.10.2] Crash upon joining

Forge: 1.10.2-forge1.10.2-12.18.3.2185
BBW: BetterBuildersWands-0.9.0-1.10.2r175+1b65179.jar
(If you need any more info, say so)

Stacktrace:

java.lang.NullPointerException: Unexpected error
	at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:72)
	at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:53)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1014_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at Reflector.callBoolean(Reflector.java:352)
	at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1748)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1557)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1336)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

SkyFactory3 - Plaacing Storage Drawer limits them to 1 stack.

I already contacted jaquadro with the following just wanted you in the loop in case it is a compatibility issue.

Actually, it says 1 stack, but you cannot place items into them. I used a diamond builder's wand from Better Builder's Wand mod to place several 1x1 and 2x2 onto existing drawers. They placed, but this is what they showed:
2017-01-15_17 43 22
2017-01-15_17 45 34

My son had me try [shift] + [right click] to see if it updated the capacity, but that was a no go. I could see the gui, but when I left it it was still 1 stack.
So far breaking and placing by hand restores the drawer.
2017-01-15_17 49 41
2017-01-15_17 48 25

Placing stairs: orientation issue

Recently modifying a roof and found that the builders wands will only orient stairs in the east facing orientation (stairs going up, character facing east). flew around to the other side and tried place stairs for other side of roof and stairs only placed east facing. See screenshots.
2017-01-24_10 55 29
2017-01-24_10 55 37

I derped, nvm

Nvm, for some reason it didn't show me the next change

WandOops doesn't restore fluids

  1. Set fluid mode so it's possible to use wand underwater.
  2. Click wand on something with the appropriate blocks in your inventory, despite having no wireframe that suggests that's possible (#27).
  3. /wandOops
    There you go, now you have hollow air blocks where you had fluid blocks before.

/wandOops in creative

When using /wandOops in creative, you get back all the blocks the wand created. Because your in creative, this is not desirable.

Basically, in portablejim.bbw.core just add a check to see if players game mode is creative and if so, don't call player.worldObj.spawnEntityInWorld.

wand cannot place chiseled blocks

I'm creating some custom blocks using chisels and bits.

However, it seems BBW wands don't place chiseled blocks. Is this a bug or intended behavior?

thanks,

Colossal Chest bug

When building with colossal chest using builder's wand, it will default to the a normal data value. So a Iron Chest Wall(5172:2 turns into Bronze Chest Wall(5172:1).

DUPE BUG!

Hey Jim,

Soooo, I just found out that you can duplicate blocks using the Oops command.

  1. Place blocks using the wand
  2. Break those blocks by hand/tool
  3. Hold the wand and use the oops command
  4. You will get the blocks back and have duped your blocks
  5. ???
  6. Profit

Ples! JIM PLES! I NEED FIX PLES!

Better Builder Wands: 1.10.2-0.10.2.209+115b204
MC: 1.10.2
Forge: 2215

Thank you for dealing with this matter <3
Darkosto

[1.11.2]Game crash when looking at the side of snow

When you look at the small side of a snow layer on the ground the game crashes with the following error message.
`---- Minecraft Crash Report ----

WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.9.10.jar)
CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.7.jar)
AppleCore (AppleCore-mc1.11.2-2.1.1.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.2.jar)
SpawnerImbuer Coremod (spawnerimbuer-0.1.jar)
LittlePatchingLoader (LittleTiles v1.4.1 mc1.11.2.jar)
LoadingPlugin (Quark-r1.2-83.jar)
TANLoadingPlugin (ToughAsNails-1.11-2.0.5.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 3/7/17 9:25 AM
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:144)
at portablejim.bbw.core.WandWorker.shouldContinue(WandWorker.java:126)
at portablejim.bbw.core.WandWorker.getBlockPositionList(WandWorker.java:155)
at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:59)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_537_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161)
at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at Reflector.callBoolean(Reflector.java:550)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1775)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1582)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1359)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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 --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:144)
at portablejim.bbw.core.WandWorker.shouldContinue(WandWorker.java:126)
at portablejim.bbw.core.WandWorker.getBlockPositionList(WandWorker.java:155)
at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:59)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_537_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161)
at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at Reflector.callBoolean(Reflector.java:550)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1775)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1582)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['LHS_Buster'/1109, l='MpServer', x=5.75, y=68.00, z=-123.72]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 06 - quark_realistic, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-3,64,-11), Chunk: (at 13,4,5 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 273273 game time, 382048 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: 407 total; [EntityPlayerSP['LHS_Buster'/1109, l='MpServer', x=5.75, y=68.00, z=-123.72], EntityFairy['Fairy'/249, l='MpServer', x=-49.43, y=79.10, z=-161.30], EntityFairy['Fairy'/250, l='MpServer', x=-49.82, y=79.44, z=-157.03], EntityFairy['Fairy'/251, l='MpServer', x=-53.78, y=76.81, z=-98.42], EntityFairy['Fairy'/252, l='MpServer', x=-52.13, y=73.06, z=-99.31], EntityFairy['Fairy'/253, l='MpServer', x=-53.61, y=78.02, z=-96.91], EntityFairy['Fairy'/254, l='MpServer', x=-50.78, y=75.18, z=-103.37], EntityFairyCircle['entity.fairy_circle.name'/255, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/256, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/257, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/258, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/259, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/260, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/261, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/262, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/263, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/264, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/265, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/266, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/267, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/268, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/269, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/270, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/271, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/272, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/273, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/274, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/275, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/276, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/277, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/278, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/279, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/280, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/281, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/282, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/283, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/284, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/285, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/286, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/287, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/288, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/289, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/290, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/291, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/292, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/293, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/294, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/295, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/296, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/297, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/298, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/299, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/300, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/301, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/302, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/303, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/304, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/305, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/306, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/307, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/308, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/309, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/310, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/311, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/312, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/313, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/314, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/315, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/316, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/317, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/318, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/319, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/320, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/321, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/322, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/323, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/324, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/325, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/326, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/327, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/328, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/329, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/330, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/331, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/332, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/333, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/334, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/335, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/336, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/337, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/338, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/339, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/340, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/341, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/342, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/343, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/344, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/345, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/346, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/347, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/348, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/349, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/350, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/351, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/352, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/353, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/354, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/355, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/356, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/357, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/358, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/359, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/360, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/361, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/362, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/363, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/364, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/365, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/366, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/367, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/368, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/369, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/370, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/371, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/372, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/373, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairyCircle['entity.fairy_circle.name'/374, l='MpServer', x=-51.00, y=75.00, z=-94.00], EntityFairy['Fairy'/375, l='MpServer', x=-56.87, y=77.61, z=-93.12], EntityFairy['Fairy'/376, l='MpServer', x=-50.92, y=74.71, z=-86.46], EntityFairy['Fairy'/377, l='MpServer', x=-50.65, y=75.73, z=-93.45], EntityFairy['Fairy'/378, l='MpServer', x=-53.61, y=74.35, z=-92.56], EntityFairy['Fairy'/379, l='MpServer', x=-53.06, y=75.03, z=-95.34], EntityRabbit['Rabbit'/385, l='MpServer', x=-46.58, y=70.00, z=-190.30], EntityFairy['Fairy'/386, l='MpServer', x=-42.14, y=80.98, z=-164.11], EntityFairy['Fairy'/387, l='MpServer', x=-36.74, y=81.98, z=-154.46], EntityFairy['Fairy'/388, l='MpServer', x=-43.57, y=80.42, z=-153.84], EntityFairyCircle['entity.fairy_circle.name'/389, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/390, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/391, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/392, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/393, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/394, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/395, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/396, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/397, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/398, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/399, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/400, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/401, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/402, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/403, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/404, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/405, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/406, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/407, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/408, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/409, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/410, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/411, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/412, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/413, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/414, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/415, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/416, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/417, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/418, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/419, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/420, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/421, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/422, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/423, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/424, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/425, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/426, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/427, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/428, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/429, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/430, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/431, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/432, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/433, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/434, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/435, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/436, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/437, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/438, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/439, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/440, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/441, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/442, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/443, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/444, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/445, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/446, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/447, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/448, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/449, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/450, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/451, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/452, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/453, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/454, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/455, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/456, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/457, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/458, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/459, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/460, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/461, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/462, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/463, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/464, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/465, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/466, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/467, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/468, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/469, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/470, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/471, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/472, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/473, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/474, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/475, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/476, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/477, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/478, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/479, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/480, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/481, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/482, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/483, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/484, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/485, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/486, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/487, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/488, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/489, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/490, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/491, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/492, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/493, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/494, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/495, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/496, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/497, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/498, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/499, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/500, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/501, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/502, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/503, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/504, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/505, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/506, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/507, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairyCircle['entity.fairy_circle.name'/508, l='MpServer', x=-38.00, y=74.00, z=-155.00], EntityFairy['Fairy'/509, l='MpServer', x=-42.29, y=77.51, z=-156.69], EntityFairy['Fairy'/510, l='MpServer', x=-42.70, y=74.03, z=-155.49], EntityFairy['Fairy'/511, l='MpServer', x=-37.79, y=80.49, z=-156.12], EntityFairy['Fairy'/512, l='MpServer', x=-42.01, y=82.02, z=-151.58], EntityFairyCircle['entity.fairy_circle.name'/513, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/514, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/515, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/516, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/517, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/518, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/519, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/520, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/521, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/522, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/523, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/524, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/525, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/526, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/527, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/528, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/529, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/530, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/531, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/532, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/533, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/534, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/535, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/536, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/537, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/538, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/539, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/540, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/541, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/542, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/543, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/544, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/545, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/546, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/547, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/548, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/549, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/550, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/551, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/552, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/553, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/554, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/555, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/556, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/557, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/558, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/559, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/560, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/561, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/562, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/563, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/564, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/565, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/566, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/567, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/568, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/569, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/570, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/571, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/572, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/573, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/574, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/575, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/576, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/577, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/578, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/579, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/580, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/581, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/582, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/583, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/584, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/585, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/586, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/587, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/588, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/589, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/590, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/591, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/592, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/593, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/594, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/595, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/596, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/597, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/598, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/599, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/600, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/601, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/602, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/603, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/604, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/605, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/606, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/607, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/608, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/609, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/610, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/611, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/612, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/613, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/614, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/615, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/616, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/617, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/618, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/619, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/620, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/621, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/622, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/623, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/624, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/625, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/626, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/627, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/628, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/629, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/630, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/631, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairyCircle['entity.fairy_circle.name'/632, l='MpServer', x=-44.00, y=73.00, z=-136.00], EntityFairy['Fairy'/633, l='MpServer', x=-44.27, y=76.04, z=-84.14], EntityDeer['Deer'/634, l='MpServer', x=-40.14, y=68.00, z=-75.34], EntityFairy['Fairy'/635, l='MpServer', x=-35.07, y=76.82, z=-150.82], EntityDeer['Deer'/636, l='MpServer', x=-25.28, y=68.00, z=-126.11], EntityDeer['Deer'/637, l='MpServer', x=-28.50, y=68.00, z=-110.00], EntityBat['Bat'/640, l='MpServer', x=-8.40, y=37.10, z=-133.82], EntityDeer['Deer'/642, l='MpServer', x=13.08, y=70.00, z=-178.50], EntityAdeliePenguin['Adรฉlie Penguin'/643, l='MpServer', x=3.39, y=71.00, z=-187.32], EntityDeer['Deer'/644, l='MpServer', x=15.00, y=70.00, z=-179.50], EntityDeer['Deer'/645, l='MpServer', x=10.16, y=69.00, z=-95.13], EntityAuspiciousPoint['entity.auspicious_point.name'/646, l='MpServer', x=9.00, y=76.00, z=-71.00], EntityDeer['Deer'/649, l='MpServer', x=26.05, y=70.00, z=-180.37], EntityDeer['Deer'/650, l='MpServer', x=20.00, y=70.00, z=-181.50], EntityDeer['Deer'/651, l='MpServer', x=25.71, y=69.00, z=-161.10], EntityDeer['Deer'/653, l='MpServer', x=32.89, y=70.00, z=-185.15], EntityDeer['Deer'/654, l='MpServer', x=28.76, y=69.00, z=-166.14], EntityBat['Bat'/655, l='MpServer', x=34.75, y=64.10, z=-157.39], EntityDeer['Deer'/656, l='MpServer', x=34.59, y=70.00, z=-80.85], EntityBat['Bat'/657, l='MpServer', x=33.25, y=51.10, z=-69.42], EntityBat['Bat'/658, l='MpServer', x=33.73, y=52.94, z=-68.66], EntityDeer['Deer'/659, l='MpServer', x=60.10, y=69.00, z=-89.85], EntityBat['Bat'/660, l='MpServer', x=50.20, y=34.12, z=-80.31], EntityBat['Bat'/783, l='MpServer', x=76.44, y=30.48, z=-195.86], EntityBat['Bat'/784, l='MpServer', x=76.03, y=29.68, z=-196.97], EntityBat['Bat'/785, l='MpServer', x=75.39, y=45.08, z=-193.38], EntityBat['Bat'/786, l='MpServer', x=79.57, y=30.84, z=-189.51], EntityBat['Bat'/794, l='MpServer', x=79.69, y=31.68, z=-190.04]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:401)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Mac OS X (x86_64) version 10.11.6
Java Version: 1.8.0_112, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1894567576 bytes (1806 MB) / 4785700864 bytes (4564 MB) up to 7158628352 bytes (6827 MB)
JVM Flags: 2 total; -Xmx8G -Xmn4G
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.38 Powered by Forge 13.20.0.2252 Optifine OptiFine_1.11.2_HD_U_B7 84 mods loaded, 84 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
UCHIJAAAA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
UCHIJAAAA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
UCHIJAAAA spawnerimbuer{0.1} [Spawner Imbuer] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.7} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.7.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA jei{4.2.8.242} [Just Enough Items] (jei_1.11.2-4.2.8.242.jar)
UCHIJAAAA abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.3.10.jar)
UCHIJAAAA applecore{2.1.1} [AppleCore] (AppleCore-mc1.11.2-2.1.1.jar)
UCHIJAAAA appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar)
UCHIJAAAA quark{r1.2-83} [Quark] (Quark-r1.2-83.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA bdlib{1.13.1.4} [BD Lib] (bdlib-1.13.1.4-mc1.11.2.jar)
UCHIJAAAA betterwithmods{1.0.3} [Better With Mods] (Better With Mods-1.0.3-1.11.2.jar)
UCHIJAAAA betterbuilderswands{0.11.0} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.0.233+4d933ac.jar)
UCHIJAAAA betterthanbunnies{1.11-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.11-1.1.0.jar)
UCHIJAAAA guideapi{1.11-2.1.0-50} [Guide-API] (Guide-API-1.11-2.1.0-50.jar)
UCHIJAAAA bloodmagic{1.11-2.1.5-74} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.5-74.jar)
UCHIJAAAA cavern{1.6.2} [Cavern] (Cavern_1.11-v1.6.2.jar)
UCHIJAAAA chameleon{1.11-3.0.2} [Chameleon] (Chameleon-1.11-3.0.2.jar)
UCHIJAAAA chisel{MC1.11.2-0.0.9.10} [Chisel] (Chisel-MC1.11.2-0.0.9.10.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA cookingforblockheads{5.2.6} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.2.6.jar)
UCHIJAAAA coralreef{1.0} [Coral Reef] (CoralReef-1.3.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.22.jar)
UCHIJAAAA crafttweaker{3.0.22} [Crafttweaker] (CraftTweaker-1.11.2-3.0.22.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.22.jar)
UCHIJAAAA creativecore{1.5.0} [CreativeCore] (CreativeCore v1.6.26 mc1.11.2.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(22jan17).jar)
UCHIJAAAA cyclicmagic{1.1.3} [Cyclic] (Cyclic-1.11.2-1.1.3.jar)
UCHIJAAAA deathcounter{1.0.0} [DeathCounter] (DeathCounter-1.11-1.0.0.jar)
UCHIJAAAA ediblebugs{1.5.0.2201} [Edible Bugs Mod] (ediblebugs-MC1.11.2_EB1.5.0.2201.jar)
UCHIJAAAA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UCHIJAAAA forestry{5.3.1.44} [Forestry] (forestry_1.11.2-5.3.1.44.jar)
UCHIJAAAA gravestone{1.7.2} [Gravestone] (GraveStone Mod 1.7.2.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-2.0.1.jar)
UCHIJAAAA initialinventory{2.0.1} [InitialInventory] (InitialInventory-2.0.1.jar)
UCHIJAAAA inventorytweaks{1.62-dev-77-7812cce} [Inventory Tweaks] (InventoryTweaks-1.62-dev-77.jar)
UCHIJAAAA ironchest{1.11-7.0.17.799} [Iron Chest] (ironchest-1.11-7.0.17.799.jar)
UCHIJAAAA itemscroller{0.10.3} [Item Scroller] (itemscroller-1.11.2-0.10.3.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA jeresources{0.6.2.104} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.2.104.jar)
UCHIJAAAA kleeslabs{4.3.2} [KleeSlabs] (KleeSlabs_1.11.2-4.3.2.jar)
UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.14-1.11.2.jar)
UCHIJAAAA littletiles{1.3.0} [LittleTiles] (LittleTiles v1.4.1 mc1.11.2.jar)
UCHIJAAAA llor{1.1.3-mc1.11.2} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.3-mc1.11.2.jar)
UCHIJAAAA lunatriuscore{1.1.2.39} [LunatriusCore] (LunatriusCore-1.11-1.1.2.39-universal.jar)
UCHIJAAAA modlister{1.11.2-3.1.7} [ModLister] (ModLister-1.11.2-3.1.7.jar)
UCHIJAAAA morpheus{1.11.2-3.2.13} [Morpheus] (Morpheus-1.11.2-3.2.13.jar)
UCHIJAAAA oreexcavation{1.3.85} [OreExcavation] (OreExcavation-1.3.85.jar)
UCHIJAAAA harvestcraft{1.11.2e} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2e.jar)
UCHIJAAAA placeableitems{3.0.3.1} [Placeable Items Mod] (placeableitems-3.0.3.1.jar)
UCHIJAAAA shetiphiancore{3.4.1} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.2.jar)
UCHIJAAAA platforms{1.3.2} [Platforms] (platforms-1.11.0-1.3.2.jar)
UCHIJAAAA randomthings{3.8} [Random Things] (RandomThings-MC1.11.2-3.8.jar)
UCHIJAAAA realfilingcabinet{1.2.2} [Real Filing Cabinet] (realfilingcabinet-1.11.2-1.2.2.jar)
UCHIJAAAA roguelike{1.6.5} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.5.jar)
UCHIJAAAA roots{0.010} [Roots 2] (roots-2-0.011.jar)
UCHIJAAAA roughtweaks{1.0} [Rough Tweaks] (roughTweaks-0.2.1.jar)
UCHIJAAAA schematica{1.7.8.159} [Schematica] (Schematica-1.11-1.7.8.159-universal.jar)
UCHIJAAAA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
UCHIJAAAA spiceoflife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.8.jar)
UCHIJAAAA statues{0.6.1} [Statues mod] (statues-0.6.1.jar)
UCHIJAAAA stellarapi{0.6.4.1.2} [Stellar API] (Stellar API-0.6.4.1.2.jar)
UCHIJAAAA stellarsky{0.6.5.1.2} [Stellar Sky] (Stellar Sky-0.6.5.1.2.jar)
UCHIJAAAA storagedrawers{1.11.2-4.2.0} [Storage Drawers] (StorageDrawers-1.11.2-4.2.0.jar)
UCHIJAAAA guru{1.77} [The Basic Elements] (thebasicelements-workable-1.11.jar)
UCHIJAAAA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
UCHIJAAAA torohealthmod{1.11.2-10} [ToroHealth Damage Indicators] (torohealth-1.11.2-10.jar)
UCHIJAAAA toughasnails{@MOD_VERSION@} [Tough As Nails] (ToughAsNails-1.11-2.0.5.jar)
UCHIJAAAA treechopper{1.1.2} [Tree Chopper] (TreeChopper-1.11.2-1.1.2.jar)
UCHIJAAAA cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 4.0.4 - 1.11.2.jar)
UCHIJAAAA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
UCHIJAAAA vanillamagic{1.11.2-0.21.9.1} [Vanilla Magic] (VanillaMagic-1.11.2-0.21.9.1.jar)
UCHIJAAAA vc{4.22.0} [ViesCraft] (ViesCraft-1.11.2-4.22.0.jar)
UCHIJAAAA vd{v1.1a-mc1.11.0} [Viesis' Dismounter] (Viesis' Dismount-1.1a-mc1.11.0.jar)
UCHIJAAAA waddles{0.5.1} [Waddles] (Waddles-1.11-0.5.1.jar)
UCHIJAAAA wearablebackpacks{2.3.0} [Wearable Backpacks] (WearableBackpacks-1.11.2-2.3.0.jar)
UCHIJAAAA webshooter{1.0.1} [WebShooter] (webshooter-1.11-1.0.1.jar)
UCHIJAAAA wolfarmor{1.3.2} [Wolf Armor and Storage] (wolfarmor-1.3.3.6.jar)
Loaded coremods (and transformers):
FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
invtweaks.forge.asm.ContainerTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.9.10.jar)
team.chisel.common.asm.ChiselTransformer
CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)

BCModPlugin (zz-backpacks 1.11.2 - 3.1.7.jar)
brad16840.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.11.2-2.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (RandomThings-MC1.11.2-3.8.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.2.jar)
shetiphian.core.asm.ClassTransformer
SpawnerImbuer Coremod (spawnerimbuer-0.1.jar)
com.raoulvdberge.spawnerimbuer.SpawnerImbuerTransformer
LittlePatchingLoader (LittleTiles v1.4.1 mc1.11.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
LoadingPlugin (Quark-r1.2-83.jar)
vazkii.quark.base.asm.ClassTransformer
TANLoadingPlugin (ToughAsNails-1.11-2.0.5.jar)
toughasnails.asm.transformer.BlockCropsTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
List of loaded APIs:
* AbyssalCraftAPI (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Biome (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Block (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Disruption (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Energy (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Entity (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Event (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Integration (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Internal (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Item (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Necronomicon (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Recipe (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AbyssalCraftAPI|Ritual (1.8.9) from AbyssalCraft-1.11.2-1.9.3.10.jar
* AppleCoreAPI (2.2.0) from AppleCore-mc1.11.2-2.1.1.jar
* Baubles|API (1.4.0.2) from Baubles-1.11-1.4.3.jar
* BetterWithModsAPI (Beta 0.6) from Better With Mods-1.0.3-1.11.2.jar
* bloodmagic|API (1.11-2.1.5-74) from BloodMagic-1.11-2.1.5-74.jar
* cavern.api (1.6.0) from Cavern_1.11-v1.6.2.jar
* cavern.api.event (1.6.0) from Cavern_1.11-v1.6.2.jar
* ChiselAPI (0.0.1) from Chisel-MC1.11.2-0.0.9.10.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.9.10.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.10.jar
* CoFHAPI (1.8.9R1.2.0B1) from theoneprobe-1.1x-1.4.4.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from theoneprobe-1.1x-1.4.4.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.9.jar
* compatlayer (0.2.2) from compatlayer-1.11.2-0.2.2.jar
* Core (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Blocks (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Constants (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Entities (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Entities|Data (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Entities|Data|Role (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Events (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Handlers (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* Core|Handlers|Data (0.1) from CustomNPCs_1.11.2_beta(22jan17).jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|farming (2.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.1.44.jar
* ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.1.44.jar
* Guide-API|API (1.11-2.1.0-50) from Guide-API-1.11-2.1.0-50.jar
* jeresources|API (0.6.2.104) from JustEnoughResources-1.11.2-0.6.2.104.jar
* journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
* journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
* journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
* journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
* journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
* JustEnoughItemsAPI (4.11.0) from jei_1.11.2-4.2.8.242.jar
* mcjtylib_ng (2.3.9) from mcjtylib-1.1x-2.3.9.jar
* SchematicaAPI (1.1) from Schematica-1.11-1.7.8.159-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.11-1.7.8.159-universal.jar
* stellarapi|api (0.6.4.1.2) from Stellar API-0.6.4.1.2.jar
* stellarsky|API (2.5) from Stellar Sky-0.6.5.1.2.jar
* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
Launched Version: 1.11.2-forge1.11.2-13.20.0.2252
LWJGL: 2.9.2
OpenGL: NVIDIA GeForce GTX 780M OpenGL Engine GL version 2.1 NVIDIA-10.11.14 346.03.15f06, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: F32-1.10.2.zip, ATLCraftCandlesMod64xVer1.0.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4771 CPU @ 3.50GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 10
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1 NVIDIA-10.11.14 346.03.15f06
OpenGlRenderer: NVIDIA GeForce GTX 780M OpenGL Engine
OpenGlVendor: NVIDIA Corporation
CpuCount: 8`

Gamecrash

Placing Redstone Blocks with builders wand On server Got me this Crashlog http://pastebin.com/XS7Aqbd9

Playing Modpack Dionysos on Forge version 12,18,3,2185

If i can get you anything else just Ask :)

[1.11.2] Crash Rendering screen and JEI bug

screenshot 1952

[21:52:01] [Client thread/ERROR] [jei/]: Failed to get tooltip: 1xitem.twigWand@0 botania:twigwand nbt:{color1:1,color2:1}
java.lang.NullPointerException
	at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:777) ~[afj.class:?]
	at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:42) [ItemStackRenderer.class:?]
	at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:20) [ItemStackRenderer.class:?]
	at mezz.jei.gui.ingredients.GuiIngredientFast.getIngredientTooltipSafe(GuiIngredientFast.java:309) [GuiIngredientFast.class:?]
	at mezz.jei.gui.ingredients.GuiIngredientFast.getTooltip(GuiIngredientFast.java:285) [GuiIngredientFast.class:?]
	at mezz.jei.gui.ingredients.GuiIngredientFast.drawTooltip(GuiIngredientFast.java:273) [GuiIngredientFast.class:?]
	at mezz.jei.gui.ingredients.GuiIngredientFast.drawTooltip(GuiIngredientFast.java:266) [GuiIngredientFast.class:?]
	at mezz.jei.gui.IngredientGrid.drawTooltips(IngredientGrid.java:108) [IngredientGrid.class:?]
	at mezz.jei.gui.ItemListOverlayInternal.drawTooltips(ItemListOverlayInternal.java:194) [ItemListOverlayInternal.class:?]
	at mezz.jei.GuiEventHandler.onDrawScreenEventPost(GuiEventHandler.java:110) [GuiEventHandler.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_511_GuiEventHandler_onDrawScreenEventPost_Post.invoke(.dynamic) [?:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383) [ForgeHooksClient.class:?]
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_92]
	at Reflector.callVoid(Reflector.java:530) [Reflector.class:?]
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1425) [bqe.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077) [bes.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372) [bes.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_92]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_92]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
 ---- Minecraft Crash Report ----

WARNING: coremods are present:
  TweaksLoadingPlugin (CCTweaks-1.11.2-1.3.3.jar)
  AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
  ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar)
  UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.4.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-75.jar)
  LoadingPlugin (Quark-r1.2-87.jar)
  CoreMod (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 3/23/17 9:52 PM
Description: Rendering screen

java.lang.NullPointerException: Rendering screen
	at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:777)
	at net.minecraft.client.gui.GuiScreen.func_146285_a(GuiScreen.java:137)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:170)
	at com.raoulvdberge.refinedstorage.gui.GuiBase.func_73863_a(GuiBase.java:104)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at Reflector.callVoid(Reflector.java:530)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1425)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	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)
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
	at org.multimc.EntryPoint.listen(EntryPoint.java:162)
	at org.multimc.EntryPoint.main(EntryPoint.java:53)


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:777)
	at net.minecraft.client.gui.GuiScreen.func_146285_a(GuiScreen.java:137)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:170)
	at com.raoulvdberge.refinedstorage.gui.GuiBase.func_73863_a(GuiBase.java:104)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at Reflector.callVoid(Reflector.java:530)

-- Screen render details --
Details:
	Screen name: com.raoulvdberge.refinedstorage.gui.grid.GuiGrid
	Mouse location: Scaled: (248, 106). Absolute: (496, 267)
	Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2

-- Affected level --
Details:
	Level name: MpServer
	All players: 2 total; [EntityPlayerSP['armelin1'/1966, l='MpServer', x=96.27, y=80.00, z=79.76], EntityOtherPlayerMP['D4rkness_King'/1322, l='MpServer', x=50.83, y=83.00, z=79.87]]
	Chunk stats: MultiplayerChunkCache: 289, 289
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (0,68,0), Chunk: (at 0,4,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: 15465834 game time, 9878507 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Forced entities: 80 total; [EntityWorm['Worm'/0, l='MpServer', x=50.50, y=69.50, z=65.50], EntityWorm['Worm'/1, l='MpServer', x=51.50, y=69.50, z=70.50], EntityWorm['Worm'/2, l='MpServer', x=87.50, y=79.50, z=74.50], EntityItemFrame['entity.ItemFrame.name'/3, l='MpServer', x=61.03, y=84.50, z=58.50], EntityItem['item.item.rottenFlesh'/1805, l='MpServer', x=43.82, y=67.00, z=81.75], EntityEnderman['Enderman'/1429, l='MpServer', x=130.10, y=44.00, z=54.80], EntitySkeleton['Skeleton'/1941, l='MpServer', x=42.70, y=75.00, z=85.23], EntitySkeleton['Skeleton'/2070, l='MpServer', x=109.50, y=40.00, z=70.50], EntitySkeleton['Skeleton'/2072, l='MpServer', x=127.50, y=79.00, z=119.50], EntitySkeleton['Skeleton'/2075, l='MpServer', x=33.50, y=75.00, z=84.50], EntityBat['Bat'/1308, l='MpServer', x=76.36, y=22.10, z=35.29], EntityZombie['Zombie'/2076, l='MpServer', x=41.85, y=67.00, z=90.66], EntityZombie['Zombie'/1950, l='MpServer', x=34.50, y=75.00, z=84.27], EntityZombie['Zombie'/2078, l='MpServer', x=42.50, y=75.00, z=88.50], EntityZombie['Zombie'/2079, l='MpServer', x=41.50, y=71.00, z=90.50], EntitySpider['Spider'/2080, l='MpServer', x=41.28, y=67.00, z=86.68], EntityCreeper['Creeper'/2082, l='MpServer', x=32.30, y=75.00, z=83.52], EntityCreeper['Creeper'/2086, l='MpServer', x=41.74, y=75.00, z=90.66], EntityZombie['Zombie'/1959, l='MpServer', x=32.45, y=67.00, z=90.70], EntityItem['item.item.redstone'/2088, l='MpServer', x=41.53, y=67.00, z=82.14], EntityItem['item.item.stick'/2089, l='MpServer', x=41.30, y=67.00, z=81.36], EntityOtherPlayerMP['D4rkness_King'/1322, l='MpServer', x=50.83, y=83.00, z=79.87], EntitySpider['Spider'/2091, l='MpServer', x=32.80, y=71.00, z=88.43], EntitySpider['Spider'/1836, l='MpServer', x=36.03, y=78.10, z=90.30], EntityItem['item.item.string'/2094, l='MpServer', x=43.42, y=67.00, z=81.13], EntityWorm['Worm'/175, l='MpServer', x=62.50, y=74.50, z=17.50], EntityZombie['Zombie'/2095, l='MpServer', x=39.50, y=67.00, z=86.50], EntityWorm['Worm'/176, l='MpServer', x=62.50, y=74.50, z=23.50], EntityZombie['Zombie'/2096, l='MpServer', x=40.50, y=67.00, z=84.50], EntityWorm['Worm'/177, l='MpServer', x=62.50, y=74.50, z=20.50], EntityCreeper['Creeper'/1970, l='MpServer', x=30.50, y=36.00, z=124.50], EntityCreeper['Creeper'/2098, l='MpServer', x=40.25, y=71.00, z=86.67], EntityWorm['Worm'/183, l='MpServer', x=68.50, y=74.50, z=17.50], EntitySheep['Sheep'/1335, l='MpServer', x=116.50, y=79.00, z=145.50], EntityCreeper['Creeper'/1975, l='MpServer', x=30.50, y=36.00, z=124.50], EntitySheep['Sheep'/1336, l='MpServer', x=115.50, y=79.00, z=145.50], EntityCreeper['Creeper'/1337, l='MpServer', x=128.50, y=41.00, z=119.50], EntityItem['item.item.seeds'/1338, l='MpServer', x=140.49, y=98.00, z=65.74], EntitySkeleton['Skeleton'/1339, l='MpServer', x=144.50, y=62.00, z=105.50], EntityZombie['Zombie'/1212, l='MpServer', x=88.50, y=42.00, z=118.50], EntityWorm['Worm'/190, l='MpServer', x=86.50, y=79.50, z=84.50], EntityCreeper['Creeper'/1982, l='MpServer', x=30.50, y=36.00, z=124.50], EntityWorm['Worm'/191, l='MpServer', x=83.50, y=79.50, z=85.50], EntityLlama['Llama'/192, l='MpServer', x=83.46, y=78.00, z=91.96], EntityLlama['Llama'/193, l='MpServer', x=84.46, y=78.00, z=90.91], EntityCreeper['Creeper'/1986, l='MpServer', x=79.50, y=56.00, z=105.50], EntityItem['item.item.sulphur'/1859, l='MpServer', x=42.48, y=67.00, z=82.19], EntitySkeleton['Skeleton'/1987, l='MpServer', x=79.50, y=56.00, z=105.50], EntityPlayerSP['armelin1'/1966, l='MpServer', x=96.27, y=80.00, z=79.76], EntitySpider['Spider'/1736, l='MpServer', x=33.58, y=67.00, z=85.17], EntityCreeper['Creeper'/1992, l='MpServer', x=100.50, y=14.00, z=115.50], EntityZombie['Zombie'/1869, l='MpServer', x=32.30, y=67.00, z=84.99], EntitySkeleton['Skeleton'/1229, l='MpServer', x=42.50, y=30.00, z=115.50], EntitySkeleton['Skeleton'/2003, l='MpServer', x=136.50, y=68.00, z=30.50], EntityItem['item.item.arrow'/1751, l='MpServer', x=43.00, y=67.00, z=81.88], EntityZombie['Zombie'/2009, l='MpServer', x=32.50, y=79.00, z=107.50], EntityItem['item.item.string'/1886, l='MpServer', x=36.13, y=67.00, z=81.78], EntityZombieVillager['Zombie Villager'/1887, l='MpServer', x=41.07, y=75.00, z=83.58], EntityItem['item.item.arrow'/1888, l='MpServer', x=37.56, y=67.00, z=82.74], EntityZombie['Zombie'/2023, l='MpServer', x=115.50, y=18.00, z=88.50], EntitySpider['Spider'/1900, l='MpServer', x=32.70, y=78.10, z=86.17], EntityZombie['Zombie'/2028, l='MpServer', x=51.50, y=21.00, z=123.50], EntitySkeleton['Skeleton'/2030, l='MpServer', x=70.50, y=21.00, z=26.50], EntityCow['Cow'/111, l='MpServer', x=19.42, y=75.00, z=62.77], EntityItem['item.item.sugar'/1775, l='MpServer', x=35.20, y=67.00, z=81.52], EntityZombie['Zombie'/2031, l='MpServer', x=150.50, y=67.00, z=26.50], EntitySpider['Spider'/1776, l='MpServer', x=38.30, y=73.10, z=79.85], EntityItem['item.item.chickenRaw'/1905, l='MpServer', x=41.12, y=67.00, z=82.16], EntitySkeleton['Skeleton'/2033, l='MpServer', x=33.04, y=67.00, z=87.94], EntityOtherPlayerMP['D4rkness_King'/1322, l='MpServer', x=50.83, y=83.00, z=79.87], EntityChicken['Chicken'/116, l='MpServer', x=16.45, y=77.00, z=20.16], EntityCreeper['Creeper'/2036, l='MpServer', x=32.64, y=67.00, z=82.98], EntityChicken['Chicken'/117, l='MpServer', x=23.44, y=79.00, z=22.50], EntityBat['Bat'/1397, l='MpServer', x=41.25, y=13.02, z=130.25], EntityWorm['Worm'/121, l='MpServer', x=45.50, y=69.50, z=64.50], EntityWorm['Worm'/122, l='MpServer', x=45.50, y=69.50, z=70.50], EntitySkeleton['Skeleton'/1915, l='MpServer', x=32.30, y=67.00, z=84.13], EntityItem['item.item.bone'/1789, l='MpServer', x=33.25, y=67.00, z=82.55], EntityBat['Bat'/1661, l='MpServer', x=75.75, y=20.10, z=119.25], EntityItem['item.item.bone'/2047, l='MpServer', x=33.63, y=67.00, z=81.95]]
	Retry entities: 0 total; []
	Server brand: fml,forge,sponge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	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)
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
	at org.multimc.EntryPoint.listen(EntryPoint.java:162)
	at org.multimc.EntryPoint.main(EntryPoint.java:53)

-- System Details --
Details:
	Minecraft Version: 1.11.2
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_92, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 527554160 bytes (503 MB) / 2136473600 bytes (2037 MB) up to 3340763136 bytes (3186 MB)
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3584m
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
	FML: MCP 9.38 Powered by Forge 13.20.0.2230 Optifine OptiFine_1.11.2_HD_U_B7 60 mods loaded, 60 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJA	minecraft{1.11.2} [Minecraft] (minecraft.jar) 
	UCHIJA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2230-universal.jar) 
	UCHIJA	forge{13.20.0.2230} [Minecraft Forge] (forge-1.11.2-13.20.0.2230-universal.jar) 
	UCHIJA	aroma1997core{${version}} [Aroma1997Core] (Aroma1997Core-1.11.2-1.2.0.0.b81.jar) 
	UCHIJA	foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
	UCHIJA	unborked_core{1.1.4} [Unborked Core] (minecraft.jar) 
	UCHIJA	<CCTweaks ASM>{1.3.3} [<CCTweaks ASM>] (minecraft.jar) 
	UCHIJA	actuallyadditions{1.11.2-r106} [Actually Additions] (ActuallyAdditions-1.11.2-r106.jar) 
	UCHIJA	akashictome{1.1-7} [Akashic Tome] (AkashicTome-1.1-7.jar) 
	UCHIJA	applecore{2.1.2} [AppleCore] (AppleCore-mc1.11.2-2.1.2.jar) 
	UCHIJA	jei{4.2.10.248} [Just Enough Items] (jei_1.11.2-4.2.10.248.jar) 
	UCHIJA	appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar) 
	UCHIJA	aroma1997corehelper{1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.11.2-1.2.0.0.b81.jar) 
	UCHIJA	aromabackup{1.0} [AromaBackup] (AromaBackup-1.11-2.1.0.0.b64.jar) 
	UCHIJA	aromabackuprecovery{1.0} [AromaBackupRecovery] (AromaBackup-1.11-2.1.0.0.b64.jar) 
	UCHIJA	morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar) 
	UCHIJA	psi{r1.1-46} [Psi] (Psi-r1.1-46.jar) 
	UCHIJA	quark{r1.2-87} [Quark] (Quark-r1.2-87.jar) 
	UCHIJA	autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar) 
	UCHIJA	baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar) 
	UCHIJA	betterachievements{0.4.1.44} [Better Achievements] (BetterAchievements-1.11.2-0.4.1.44.jar) 
	UCHIJA	betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar) 
	UCHIJA	botania{r1.9-342} [Botania] (Botania r1.9-342.jar) 
	UCHIJA	computercraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0-patched-DO-NOT-DISTRIBUTE.jar) 
	UCHIJA	cctweaks{1.3.3} [CCTweaks] (CCTweaks-1.11.2-1.3.3.jar) 
	UCHIJA	chameleon{1.11-3.0.2} [Chameleon] (Chameleon-1.11-3.0.2.jar) 
	UCHIJA	neat{1.4-13} [Neat] (client-Neat 1.4-13.jar) 
	UCHIJA	cookingforblockheads{5.3.13} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.13.jar) 
	UCHIJA	cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar) 
	UCHIJA	durabilityshow{4.1.0} [Durability Show] (Durability Show-1.11.2-4.1.0.jar) 
	UCHIJA	elevatorid{1.3.0} [Elevator Mod] (ElevatorMod-1.11.2-1.3.0.jar) 
	UCHIJA	shetiphiancore{3.4.3} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.3.jar) 
	UCHIJA	endertanks{1.5.3} [EnderTanks] (endertanks-1.11.0-1.5.3.jar) 
	UCHIJA	valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar) 
	UCHIJA	environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar) 
	UCHIJA	extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.3.0.jar) 
	UCHIJA	fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar) 
	UCHIJA	foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar) 
	UCHIJA	waila{1.8.7} [Waila] (Hwyla-1.8.7-B21_1.11.jar) 
	UCHIJA	inventorytweaks{1.62-dev-75-f4ba194} [Inventory Tweaks] (InventoryTweaks-1.62-dev-75.jar) 
	UCHIJA	itemscroller{0.10.3} [Item Scroller] (itemscroller-1.11.2-0.10.3.jar) 
	UCHIJA	journeymap{1.11.2-5.4.4} [JourneyMap] (journeymap-1.11.2-5.4.4.jar) 
	UCHIJA	jeresources{0.6.2.104} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.2.104.jar) 
	UCHIJA	morpheus{1.11.2-3.2.13} [Morpheus] (Morpheus-1.11.2-3.2.13.jar) 
	UCHIJA	multistorage{1.3.5} [Multi-Storage] (multistorage-1.11.0-1.3.5.jar) 
	UCHIJA	fodc{1.10.0} [Ore Dictionary Converter] (OreDictionaryConverter-1.10.0.jar) 
	UCHIJA	harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2g.jar) 
	UCHIJA	rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar) 
	UCHIJA	refinedstorage{1.4.1} [Refined Storage] (refinedstorage-1.4.1.jar) 
	UCHIJA	rftools{5.90} [RFTools] (rftools-1.1x-5.90.jar) 
	UCHIJA	scenter{1.11.2-3.10.1} [Scenter] (scenter-1.11.2-3.10.1.jar) 
	UCHIJA	spiceoflife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.8.jar) 
	UCHIJA	storagedrawers{1.11.2-4.2.0} [Storage Drawers] (StorageDrawers-1.11.2-4.2.0.jar) 
	UCHIJA	theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar) 
	UCHIJA	tp{2.0.2} [Tiny Progressions] (tinyprogressions-1.11.2-2.0.2 (1).jar) 
	UCHIJA	topaddons{1.11.2-0.9.2} [TOP Addons] (topaddons-1.11.2-0.9.2.jar) 
	UCHIJA	unborked{1.1.4} [Unborked] (unborked-1.11.2-1.80pr0-1.1.4.jar) 
	UCHIJA	wailaharvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.11-1.1.9.jar) 
	UCHIJA	xnet{1.1.2} [XNet] (xnet-1.1.2.jar) 
	Loaded coremods (and transformers): 
TweaksLoadingPlugin (CCTweaks-1.11.2-1.3.3.jar)
  org.squiddev.cctweaks.core.asm.ASMTransformer
AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
  squeek.applecore.asm.TransformerModuleHandler
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar)
  shetiphian.core.asm.ClassTransformer
UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.4.jar)
  org.squiddev.unborked.core.UnborkedTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
FMLPlugin (InventoryTweaks-1.62-dev-75.jar)
  invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (Quark-r1.2-87.jar)
  vazkii.quark.base.asm.ClassTransformer
CoreMod (Aroma1997Core-1.11.2-1.2.0.0.b81.jar)
  
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.1.11156 Compatibility Profile Context' Renderer: 'AMD Radeon(TM) HD 6620G'
	Launched Version: MultiMC5
	LWJGL: 2.9.1
	OpenGL: AMD Radeon(TM) HD 6620G GL version 4.1.11156 Compatibility Profile Context, ATI Technologies Inc.
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	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)
	CPU: 4x AMD A8-3520M APU with Radeon(tm) HD Graphics
	OptiFine Version: OptiFine_1.11.2_HD_U_B7
	Render Distance Chunks: 8
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.1.11156 Compatibility Profile Context
	OpenGlRenderer: AMD Radeon(TM) HD 6620G
	OpenGlVendor: ATI Technologies Inc.
	CpuCount: 4

dube bug

when holding 2 stacks of chissel blocks on my hotbar i can place blocks without them disappearing from my inventory .
(was also flying don't think that mathers tho.)

hope it is a easy fix.

Crash occurred when hitting Redstone Ore with "Unbreakable Builder's Wand"

This same crash occurs every time I load my world now...

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.163-universal.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.61-beta.jar)
  DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 12/14/16 1:25 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
	at net.minecraft.item.ItemStack.func_77981_g(ItemStack.java:234)
	at portablejim.bbw.shims.BasicPlayerShim.getBlockMeta(BasicPlayerShim.java:33)
	at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:53)
	at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:49)
	at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:52)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_223_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161)
	at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at Reflector.callBoolean(Reflector.java:352)
	at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1748)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1557)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1336)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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 --
Thread: Client thread
Stacktrace:
	at net.minecraft.item.ItemStack.func_77981_g(ItemStack.java:234)
	at portablejim.bbw.shims.BasicPlayerShim.getBlockMeta(BasicPlayerShim.java:33)
	at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:53)
	at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:49)
	at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:52)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_223_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:161)
	at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at Reflector.callBoolean(Reflector.java:352)
	at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1748)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1557)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['DuelMonster'/949, l='MpServer', x=-124.34, y=10.00, z=221.82]]
	Chunk stats: MultiplayerChunkCache: 841, 841
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-108,64,256), Chunk: (at 4,4,0 in -7,16; contains blocks -112,0,256 to -97,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 66491319 game time, 7856153 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: survival (ID 0). Hardcore: false. Cheats: false
	Forced entities: 92 total; [EntitySkeleton['Skeleton'/10497, l='MpServer', x=-191.50, y=53.00, z=253.50], EntityBat['Bat'/3074, l='MpServer', x=-118.51, y=24.98, z=218.22], EntityCreeper['Creeper'/12038, l='MpServer', x=-168.50, y=37.00, z=292.50], EntityPig['Pig'/266, l='MpServer', x=-91.70, y=68.00, z=146.50], EntitySquid['Squid'/11531, l='MpServer', x=-59.35, y=62.01, z=213.31], EntitySquid['Squid'/11532, l='MpServer', x=-60.45, y=60.01, z=224.01], EntitySkeleton['Skeleton'/12054, l='MpServer', x=-175.50, y=19.00, z=250.50], EntitySpider['Spider'/12055, l='MpServer', x=-176.50, y=19.00, z=248.54], EntityEnderman['Enderman'/11800, l='MpServer', x=-148.50, y=20.00, z=252.50], EntitySpider['Spider'/12056, l='MpServer', x=-174.95, y=19.00, z=245.91], EntitySpider['Spider'/12057, l='MpServer', x=-178.05, y=19.00, z=245.91], EntityPig['Pig'/282, l='MpServer', x=-90.22, y=68.00, z=148.49], EntityPig['Pig'/283, l='MpServer', x=-89.93, y=68.00, z=145.61], EntitySpider['Spider'/11548, l='MpServer', x=-198.32, y=13.02, z=294.73], EntityCow['Cow'/286, l='MpServer', x=-85.55, y=62.38, z=202.44], EntityBat['Bat'/10785, l='MpServer', x=-171.12, y=19.23, z=253.14], EntityCow['Cow'/298, l='MpServer', x=-69.36, y=62.47, z=221.34], EntityCow['Cow'/299, l='MpServer', x=-60.30, y=66.00, z=295.36], EntityPig['Pig'/309, l='MpServer', x=-42.72, y=63.00, z=220.40], EntityBat['Bat'/11834, l='MpServer', x=-172.25, y=34.20, z=241.20], EntityCreeper['Creeper'/11599, l='MpServer', x=-135.50, y=51.00, z=192.50], EntityCreeper['Creeper'/9554, l='MpServer', x=-174.50, y=40.00, z=237.50], EntityBat['Bat'/2901, l='MpServer', x=-122.77, y=27.29, z=212.79], EntityBat['Bat'/9048, l='MpServer', x=-82.25, y=36.10, z=190.54], EntityBat['Bat'/11866, l='MpServer', x=-139.29, y=27.24, z=197.35], EntityBat['Bat'/1893, l='MpServer', x=-124.55, y=26.76, z=214.47], EntitySkeleton['Skeleton'/9317, l='MpServer', x=-167.50, y=19.00, z=252.50], EntityZombie['Zombie'/11884, l='MpServer', x=-165.50, y=37.00, z=263.50], EntityZombie['Zombie'/11886, l='MpServer', x=-165.50, y=37.00, z=264.50], EntityZombie['Zombie'/11888, l='MpServer', x=-163.50, y=37.00, z=265.50], EntityZombie['Zombie'/10612, l='MpServer', x=-126.50, y=51.00, z=203.50], EntityCreeper['Creeper'/11384, l='MpServer', x=-167.50, y=62.00, z=258.50], EntityBat['Bat'/10634, l='MpServer', x=-72.02, y=15.53, z=160.86], EntitySpider['Spider'/10133, l='MpServer', x=-144.50, y=51.00, z=194.50], EntityCreeper['Creeper'/11925, l='MpServer', x=-197.48, y=46.17, z=296.71], EntitySkeleton['Skeleton'/11670, l='MpServer', x=-156.50, y=27.00, z=263.50], EntityZombie['Zombie'/11926, l='MpServer', x=-191.50, y=44.00, z=293.50], EntityCreeper['Creeper'/11163, l='MpServer', x=-143.50, y=44.00, z=278.50], EntityCreeper['Creeper'/11680, l='MpServer', x=-130.50, y=48.00, z=279.50], EntityCreeper['Creeper'/11681, l='MpServer', x=-123.50, y=48.00, z=278.50], EntityZombie['Zombie'/11682, l='MpServer', x=-154.50, y=33.00, z=230.50], EntityZombie['Zombie'/10919, l='MpServer', x=-200.71, y=63.00, z=274.51], EntitySkeleton['Skeleton'/11432, l='MpServer', x=-118.50, y=51.00, z=275.50], EntityPig['Pig'/170, l='MpServer', x=-197.33, y=66.00, z=186.45], EntityPig['Pig'/171, l='MpServer', x=-192.26, y=66.00, z=180.53], EntityPig['Pig'/172, l='MpServer', x=-198.49, y=66.00, z=211.30], EntitySkeleton['Skeleton'/11948, l='MpServer', x=-124.50, y=39.00, z=254.50], EntityPig['Pig'/173, l='MpServer', x=-194.87, y=70.00, z=254.55], EntityZombie['Zombie'/10925, l='MpServer', x=-152.47, y=32.00, z=234.21], EntitySkeleton['Skeleton'/10926, l='MpServer', x=-149.50, y=30.00, z=228.50], EntityVillager['Villager'/175, l='MpServer', x=-198.81, y=73.00, z=272.11], EntityVillager['Villager'/176, l='MpServer', x=-199.63, y=73.00, z=270.70], EntityVillager['Villager'/179, l='MpServer', x=-196.50, y=72.00, z=277.70], EntitySkeleton['Skeleton'/8631, l='MpServer', x=-104.50, y=35.00, z=237.50], EntitySpider['Spider'/4536, l='MpServer', x=-135.17, y=31.10, z=207.30], EntityPig['Pig'/185, l='MpServer', x=-195.22, y=66.00, z=180.49], EntityPig['Pig'/186, l='MpServer', x=-177.49, y=64.00, z=177.77], EntityPlayerSP['DuelMonster'/949, l='MpServer', x=-124.34, y=10.00, z=221.82], EntityPig['Pig'/187, l='MpServer', x=-178.51, y=64.00, z=191.23], EntityZombie['Zombie'/9660, l='MpServer', x=-130.50, y=20.00, z=255.50], EntityPig['Pig'/189, l='MpServer', x=-191.60, y=65.00, z=207.60], EntityPig['Pig'/190, l='MpServer', x=-184.80, y=64.00, z=195.81], EntityPig['Pig'/203, l='MpServer', x=-181.27, y=88.00, z=140.50], EntityPig['Pig'/204, l='MpServer', x=-171.50, y=82.00, z=144.22], EntitySkeleton['Skeleton'/11980, l='MpServer', x=-155.08, y=16.00, z=270.24], EntityPig['Pig'/205, l='MpServer', x=-172.48, y=82.00, z=145.16], EntitySkeleton['Skeleton'/11981, l='MpServer', x=-151.50, y=16.00, z=266.50], EntityPig['Pig'/206, l='MpServer', x=-167.78, y=65.00, z=194.70], EntitySkeleton['Skeleton'/11982, l='MpServer', x=-154.03, y=16.00, z=271.70], EntityPig['Pig'/207, l='MpServer', x=-171.30, y=66.00, z=218.50], EntitySkeleton['Skeleton'/11983, l='MpServer', x=-154.59, y=16.00, z=271.08], EntityPig['Pig'/209, l='MpServer', x=-172.70, y=67.00, z=238.49], EntityZombie['Zombie'/11730, l='MpServer', x=-176.50, y=17.00, z=174.50], EntitySkeleton['Skeleton'/10715, l='MpServer', x=-104.50, y=19.00, z=241.50], EntitySkeleton['Skeleton'/10981, l='MpServer', x=-193.50, y=44.00, z=256.50], EntityPig['Pig'/233, l='MpServer', x=-137.15, y=65.00, z=154.87], EntityBat['Bat'/12011, l='MpServer', x=-147.45, y=21.69, z=255.42], EntityCow['Cow'/236, l='MpServer', x=-140.16, y=64.00, z=170.19], EntityBat['Bat'/12012, l='MpServer', x=-147.26, y=20.75, z=252.28], EntityCow['Cow'/237, l='MpServer', x=-142.14, y=64.00, z=171.26], EntityCow['Cow'/238, l='MpServer', x=-140.21, y=65.00, z=183.47], EntitySheep['Sheep'/241, l='MpServer', x=-135.40, y=66.00, z=245.25], EntitySkeleton['Skeleton'/4339, l='MpServer', x=-110.37, y=19.00, z=232.72], EntityBat['Bat'/12019, l='MpServer', x=-201.75, y=54.82, z=242.75], EntityPig['Pig'/244, l='MpServer', x=-120.88, y=67.00, z=141.98], EntityBat['Bat'/3061, l='MpServer', x=-117.56, y=29.52, z=218.24], EntityPig['Pig'/245, l='MpServer', x=-127.32, y=66.00, z=142.84], EntityBat['Bat'/12022, l='MpServer', x=-198.47, y=56.06, z=243.75], EntityPig['Pig'/248, l='MpServer', x=-120.12, y=67.00, z=146.21], EntityCow['Cow'/250, l='MpServer', x=-117.45, y=70.00, z=174.19], EntityCow['Cow'/251, l='MpServer', x=-126.72, y=65.00, z=166.45], EntityCow['Cow'/255, l='MpServer', x=-115.15, y=68.00, z=220.25]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:498)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2048765968 bytes (1953 MB) / 3217555456 bytes (3068 MB) up to 5728894976 bytes (5463 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6146m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
	FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D4 62 mods loaded, 62 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar) 
	UCHIJAAAA	Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar) 
	UCHIJAAAA	Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar) 
	UCHIJAAAA	NotEnoughItems{2.1.2.163} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.2.163-universal.jar) 
	UCHIJAAAA	ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) 
	UCHIJAAAA	architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar) 
	UCHIJAAAA	Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar) 
	UCHIJAAAA	AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar) 
	UCHIJAAAA	AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar) 
	UCHIJAAAA	BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) 
	UCHIJAAAA	betterbuilderswands{0.8.0} [Better Builder's Wands] (BetterBuildersWands-0.8.0-1.10.2r170+8ee7f54.jar) 
	UCHIJAAAA	Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar) 
	UCHIJAAAA	ChestTransporter{2.5.6} [Chest Transporter] (ChestTransporter-1.10.2-2.5.6.jar) 
	UCHIJAAAA	CodeChickenLib{2.4.3.145} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) 
	UCHIJAAAA	CodeChickenCore{2.3.5.91} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.91-universal.jar) 
	UCHIJAAAA	ChickenChunks{2.1.5.42} [ChickenChunks] (ChickenChunks-1.10.2-2.1.5.42-universal.jar) 
	UCHIJAAAA	chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar) 
	UCHIJAAAA	clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) 
	UCHIJAAAA	elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
	UCHIJAAAA	endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar) 
	UCHIJAAAA	endercore{1.10.2-0.4.1.61-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.61-beta.jar) 
	UCHIJAAAA	JEI{3.13.6.390} [Just Enough Items] (jei_1.10.2-3.13.6.390.jar) 
	UCHIJAAAA	Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
	UCHIJAAAA	EnderIO{1.10.2-3.0.1.138_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.138_beta.jar) 
	UCHIJAAAA	ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.2.jar) 
	UCHIJAAAA	fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
	UCHIJAAAA	LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
	UCHIJAAAA	InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
	UCHIJAAAA	inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
	UCHIJAAAA	jacb{1.0.6} [JACB] (JACB-1.10.2-1.0.6.jar) 
	UCHIJAAAA	journeymap{1.10.2-5.3.2} [JourneyMap] (journeymap-1.10.2-5.3.2.jar) 
	UCHIJAAAA	jeresources{0.5.7.96} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.7.96.jar) 
	UCHIJAAAA	kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
	UCHIJAAAA	limelib{1.3.5} [LimeLib] (limelib-1.10.2-1.3.5.jar) 
	UCHIJAAAA	malisiscore{1.10.2-4.2.9} [MalisisCore] (malisiscore-1.10.2-4.2.9.jar) 
	UCHIJAAAA	malisisblocks{1.10.2-4.1.3} [Malisis Blocks] (malisisblocks-1.10.2-4.1.3.jar) 
	UCHIJAAAA	malisisdoors{1.10.2-5.1.6} [MalisisDoors] (malisisdoors-1.10.2-5.1.6.jar) 
	UCHIJAAAA	mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar) 
	UCHIJAAAA	menumobs{1.14} [Menu Mobs] (MenuMobs-1.10.2-1.14.jar) 
	UCHIJAAAA	ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar) 
	UCHIJAAAA	netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) 
	UCHIJAAAA	placementpreview{0.3.0} [Placement Preview] (placementpreview-1.10.2-0.3.0.jar) 
	UCHIJAAAA	quantumflux{2.0.9} [QuantumFlux] (quantumflux-1.10.2-2.0.9.jar) 
	UCHIJAAAA	StorageDrawers{1.10.2-3.5.11} [Storage Drawers] (StorageDrawers-1.10.2-3.5.11.jar) 
	UCHIJAAAA	refinedstorage{1.2.11} [Refined Storage] (refinedstorage-1.2.11.jar) 
	UCHIJAAAA	storagenetwork{1.12.10} [Storage Network] (StorageNetwork-1.10.2-1.12.10-final.jar) 
	UCHIJAAAA	superminer_core{[1.10.2]-2.1.6.105} [SuperMiner] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_captivator{[1.10.2]-2.1.6.105} [SuperMiner Captivator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_cropinator{[1.10.2]-2.1.6.105} [SuperMiner Copinator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_excavator{[1.10.2]-2.1.6.105} [SuperMiner Excavator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_illuminator{[1.10.2]-2.1.6.105} [SuperMiner Illuminator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_lumbinator{[1.10.2]-2.1.6.105} [SuperMiner Lumbinator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_shaftanator{[1.10.2]-2.1.6.105} [SuperMiner Shaftanator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_substitutor{[1.10.2]-2.1.6.105} [SuperMiner Substitutor] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	superminer_veinator{[1.10.2]-2.1.6.105} [SuperMiner Veinator] (SuperMiner-[1.10.2]-2.1.6.105.jar) 
	UCHIJAAAA	lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar) 
	UCHIJAAAA	torchmaster{1.0} [TorchMaster] (torchmaster-1.0.1.jar) 
	UCHIJAAAA	visiblearmorslots{2.0} [Visible Armor Slots] (VisibleArmorSlots[1.10.2]-2.0.jar) 
	UCHIJAAAA	WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar) 
	UCHIJAAAA	icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar) 
	UCHIJAAAA	wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar) 
	Loaded coremods (and transformers): 
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
  
MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  team.chisel.common.asm.ChiselTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.163-universal.jar)
  codechicken.nei.asm.NEITransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.61-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
  
	GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4534' Renderer: 'Intel(R) HD Graphics 530'
	EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * Optifine is installed. This is NOT supported.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
	Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/$MC/~Launchers/Andy/Curse/Instances/Testing%201.10.2/mods/extrautils2-1.10.2-1.1.2.jar!/cofh/api/energy/TileEnergyHandler.class
	Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

	Launched Version: forge-12.18.3.2185
	LWJGL: 2.9.4
	OpenGL: Intel(R) HD Graphics 530 GL version 4.4.0 - Build 21.20.16.4534, Intel
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: Default Improved.zip (incompatible)
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
	OptiFine Version: OptiFine_1.10.2_HD_U_D4
	Render Distance Chunks: 14
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.4.0 - Build 21.20.16.4534
	OpenGlRenderer: Intel(R) HD Graphics 530
	OpenGlVendor: Intel
	CpuCount: 8

Server Crash

Installed the newest version for 1.10.2 and the server crashes. I rolled back to the previous version and the server started fine.

Crash log: http://pastebin.com/YGmpMYaH
BBW Version: BetterBuildersWands-1.10.2-0.10.2.209+115b204-dev.jar
Forge: 2185

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.