Giter VIP home page Giter VIP logo

chisels-and-bits's Introduction

Logo

| Discord | Wiki | CurseForge | Releases | Code | Issues | Pull Requests | Patreon |

Minecraft mod:

Chisels and Bits is a Minecraft Mod which allows you to cut up the large blocks that make up your world, and place the little cuts back down. In any way you like.

You want smoother stairs? Go for it. You want better looking roofs? Or Pillars? It is all possible now.

You can make entirely new looking and feeling blocks by mixing and matching the bits of different already existing blocks.

Compatibility:

Vanilla:

By default, all solid, simple, full cube blocks, like logs, planks, ores, storage blocks (diamond, emerald, iron etc) are supported. Additionally, some specific blocks are curated by hand, this is especially done for all glass blocks.

Mod:

The scan for compatible blocks automatically also detects all mod blocks which are compatible. If a mod maker wants to control the selection procedure for his or her blocks, he can do so, by adding them to either one of two tags:

  • chiselsandbits:chiselable/forced to force the block to be chiselable (handy for glass like blocks)
  • chiselsandbits:chiselable/blocked to prevent a block that is normally chiselable to be chiseled.

Cross Platform Compatibility:

This mod uses Scena to run common code on both forge and fabric. This means that the mod is compatible with both forge and fabric, and that the code is shared between both platforms via the core subproject.

chisels-and-bits's People

Contributors

buwwet avatar ferriarnus avatar firepup6500 avatar marchermans avatar

Stargazers

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

Watchers

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

chisels-and-bits's Issues

Can't chiselbits some blocks?

Hi, got some odd issue in 1.9 (Forge 1904, chiselbits 9.18).

In singleplayer I can cut into psi decorative blocks just fine. As well as chisel blocks (like chiseled glowstone). However, on the server for a splitsecond it looks like it takes away something but then just puts the block back to as it was? Other blocks like stonebricks etc work fine though

The server admin also doesn't seem to have changed any configs for it, so they should be the same as on the client?

Unable to use mirror print

On 9.5 (I never tried previous versions), after writing to a mirror print, it automatically clears when I open a crafting bench, or pick the print up (such as to move into the personal 2x2 crafting area). Because of this it can't be crafted with the positive/negative prints, and so mirroring doesn't appear to be possible right now.

Bookshelves

Should probably relax the drop check, I've basically relaxed it on most other things, seems kinda pointless to keep it at this point.

Crash when joining server.

I encountered this crash when joining a server. The stack trace seems to point to Chisel and Bits. The log is extremely long, with the stack trace happening on line 8453. I have separated out the actual crash which you can find here.

Version used is 9.16

[1.9] Client Crash

So I reported this to Optifine, because blame optifine when I see a render issue, but they believed it might actually be related to you. All relevant information is in it, and naturally I want to ensure that you have the same information in your report as I gave them to maintain a completely neutral stance to ensure that it is properly fixed.

Here is a copy paste of my post to Optifine: (link to the post)

I might as well report this, even if it has before I can offer probably a better understanding of what happened than most people have.

Minecraft Version: 1.9
Forge Version: 1.9 - 12.16.0.1863
Optifine Version: OptiFine 1.9.0 HD U B1
Other mods: This mod pack "Episode 1 Edition" http://minecraft.curseforge.com/projects/sk-lets-play-season-1-pack
Crash-log: http://pastebin.com/344qy24w
What was I doing when everything broke: https://youtu.be/E4crQMm4vng

Additional Notes: I notice reviewing the video I was recording at the time to extract the portion where it crashed so I could show rather than tell the normally outlined regions when using the chisel or trying to work with bits was not present, because of this I think it is an interaction issue between you and Chisel & Bits, and because the crash-log referenced rendering, well "Blame Optifine", since in my experience that is a safe call when you see rendering issues when optifine installed.

The crash was caused when I was clicking and dragging for "Drawn Region" construction. This normally renders the area that will be filled upon releasing the right mouse button as you move the mouse to select the area, but in this case there was simply a crash and everything broke down as you saw in the short video I included above.

And the response from them: (and a link to that post)

Most probably "iblockstate.getCollisionBoundingBox()" returned NULL.
When painting the selected block outlines, the mod block returned that it has no bounding box, which should never happen.
This is a mod problem.

Forge Incompatibility : forge 12-1805

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 4/5/16 5:59 AM
Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.event.entity.player.PlayerInteractEvent.getAction()Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$Action;
at mod.chiselsandbits.events.EventPlayerInteract.interaction(EventPlayerInteract.java:20)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_19_EventPlayerInteract_interaction_PlayerInteractEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLeftClickBlock(ForgeHooks.java:963)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:226)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1452)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2166)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1955)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1743)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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 --
Stacktrace:
at mod.chiselsandbits.events.EventPlayerInteract.interaction(EventPlayerInteract.java:20)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_19_EventPlayerInteract_interaction_PlayerInteractEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLeftClickBlock(ForgeHooks.java:963)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:226)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1452)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2166)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1955)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['ShadesCraft1997'/238, l='MpServer', x=177.50, y=67.00, z=130.50]]
Chunk stats: MultiplayerChunkCache: 479, 479
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (186,64,137), Chunk: (at 10,4,9 in 11,8; contains blocks 176,0,128 to 191,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 60 game time, 60 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: 267 total; [EntityFallingBlock['Falling Block'/2054, l='MpServer', x=123.50, y=27.95, z=279.50], EntityFallingBlock['Falling Block'/2055, l='MpServer', x=123.50, y=28.95, z=280.50], EntityFallingBlock['Falling Block'/2056, l='MpServer', x=124.50, y=25.95, z=280.50], EntityFallingBlock['Falling Block'/2057, l='MpServer', x=124.50, y=26.95, z=279.50], EntityFallingBlock['Falling Block'/2058, l='MpServer', x=123.50, y=27.95, z=278.50], EntityFallingBlock['Falling Block'/2059, l='MpServer', x=124.50, y=26.95, z=278.50], EntityFallingBlock['Falling Block'/2060, l='MpServer', x=125.50, y=26.95, z=278.50], EntityFallingBlock['Falling Block'/2061, l='MpServer', x=122.50, y=29.95, z=278.50], EntityFallingBlock['Falling Block'/2062, l='MpServer', x=122.50, y=29.95, z=279.50], EntityFallingBlock['Falling Block'/2063, l='MpServer', x=123.50, y=27.95, z=277.50], EntityFallingBlock['Falling Block'/2064, l='MpServer', x=124.50, y=26.95, z=277.50], EntityFallingBlock['Falling Block'/2065, l='MpServer', x=122.50, y=29.95, z=277.50], EntityFallingBlock['Falling Block'/2066, l='MpServer', x=122.50, y=29.95, z=276.50], EntityFallingBlock['Falling Block'/2067, l='MpServer', x=123.50, y=26.95, z=276.50], EntityFallingBlock['Falling Block'/1559, l='MpServer', x=116.50, y=30.09, z=108.50], EntityFallingBlock['Falling Block'/1560, l='MpServer', x=117.50, y=29.09, z=108.50], EntityFallingBlock['Falling Block'/1561, l='MpServer', x=116.50, y=30.09, z=107.50], EntityFallingBlock['Falling Block'/1562, l='MpServer', x=116.50, y=30.09, z=109.50], EntityFallingBlock['Falling Block'/1563, l='MpServer', x=117.50, y=29.09, z=109.50], EntityFallingBlock['Falling Block'/1564, l='MpServer', x=115.50, y=31.09, z=108.50], EntityFallingBlock['Falling Block'/1565, l='MpServer', x=114.50, y=31.09, z=106.50], EntityFallingBlock['Falling Block'/1566, l='MpServer', x=114.50, y=32.09, z=107.50], EntityFallingBlock['Falling Block'/1567, l='MpServer', x=114.50, y=32.09, z=108.50], EntityFallingBlock['Falling Block'/1568, l='MpServer', x=114.50, y=32.09, z=109.50], EntityFallingBlock['Falling Block'/1569, l='MpServer', x=115.50, y=30.09, z=106.50], EntityFallingBlock['Falling Block'/1570, l='MpServer', x=115.50, y=31.09, z=107.50], EntityFallingBlock['Falling Block'/1571, l='MpServer', x=115.50, y=31.09, z=109.50], EntityBat['Bat'/548, l='MpServer', x=108.58, y=41.65, z=133.42], EntityFallingBlock['Falling Block'/1572, l='MpServer', x=115.50, y=31.09, z=110.50], EntityFallingBlock['Falling Block'/1573, l='MpServer', x=113.50, y=32.09, z=107.50], EntityFallingBlock['Falling Block'/1574, l='MpServer', x=113.50, y=32.09, z=108.50], EntityFallingBlock['Falling Block'/1575, l='MpServer', x=113.50, y=32.09, z=106.50], EntityFallingBlock['Falling Block'/1576, l='MpServer', x=114.50, y=31.09, z=105.50], EntityFallingBlock['Falling Block'/1577, l='MpServer', x=112.50, y=33.09, z=107.50], EntitySkeleton['Skeleton'/2089, l='MpServer', x=146.50, y=18.00, z=97.50], EntityFallingBlock['Falling Block'/1578, l='MpServer', x=112.50, y=33.09, z=108.50], EntityZombie['Zombie'/2091, l='MpServer', x=131.50, y=48.00, z=121.50], EntityCreeper['Creeper'/2092, l='MpServer', x=185.50, y=35.00, z=195.50], EntityFallingBlock['Falling Block'/1585, l='MpServer', x=105.50, y=23.09, z=134.50], EntityFallingBlock['Falling Block'/2100, l='MpServer', x=133.50, y=8.13, z=287.50], EntityFallingBlock['Falling Block'/1589, l='MpServer', x=105.50, y=24.09, z=133.50], EntityFallingBlock['Falling Block'/2101, l='MpServer', x=134.50, y=8.13, z=287.50], EntityFallingBlock['Falling Block'/2102, l='MpServer', x=135.50, y=8.13, z=287.50], EntityFallingBlock['Falling Block'/2103, l='MpServer', x=133.50, y=8.13, z=286.50], EntityFallingBlock['Falling Block'/2104, l='MpServer', x=134.50, y=9.13, z=286.50], EntityFallingBlock['Falling Block'/2105, l='MpServer', x=135.50, y=8.13, z=286.50], EntityFallingBlock['Falling Block'/1595, l='MpServer', x=118.50, y=48.09, z=131.50], EntityFallingBlock['Falling Block'/2107, l='MpServer', x=134.50, y=8.13, z=285.50], EntityFallingBlock['Falling Block'/1597, l='MpServer', x=116.50, y=48.09, z=131.50], EntitySheep['Sheep'/75, l='MpServer', x=141.50, y=69.00, z=136.50], EntitySheep['Sheep'/76, l='MpServer', x=141.50, y=69.00, z=138.50], EntitySheep['Sheep'/77, l='MpServer', x=140.50, y=69.00, z=140.50], EntitySheep['Sheep'/78, l='MpServer', x=139.50, y=69.00, z=142.50], EntitySheep['Sheep'/82, l='MpServer', x=150.50, y=64.00, z=210.50], EntityChicken['Chicken'/87, l='MpServer', x=167.50, y=75.00, z=147.50], EntityChicken['Chicken'/88, l='MpServer', x=165.50, y=75.00, z=147.50], EntityCreeper['Creeper'/2145, l='MpServer', x=155.50, y=28.00, z=142.50], EntitySheep['Sheep'/105, l='MpServer', x=206.50, y=73.00, z=68.50], EntitySheep['Sheep'/106, l='MpServer', x=206.50, y=73.00, z=70.50], EntitySheep['Sheep'/107, l='MpServer', x=205.50, y=75.00, z=70.50], EntitySheep['Sheep'/108, l='MpServer', x=205.50, y=75.00, z=68.50], EntityMinecartChest['container.minecart'/109, l='MpServer', x=218.50, y=25.06, z=76.50], EntityMinecartChest['container.minecart'/110, l='MpServer', x=226.50, y=25.06, z=91.50], EntityMinecartChest['container.minecart'/111, l='MpServer', x=224.50, y=25.06, z=89.50], EntitySheep['Sheep'/112, l='MpServer', x=225.17, y=65.00, z=124.49], EntitySheep['Sheep'/113, l='MpServer', x=224.18, y=65.00, z=124.38], EntitySheep['Sheep'/114, l='MpServer', x=221.50, y=64.00, z=126.50], EntitySheep['Sheep'/115, l='MpServer', x=219.50, y=65.00, z=122.50], EntityMinecartChest['container.minecart'/116, l='MpServer', x=235.50, y=24.06, z=63.50], EntityItem['item.tile.rail'/117, l='MpServer', x=240.88, y=24.00, z=87.25], EntityChicken['Chicken'/118, l='MpServer', x=242.50, y=68.00, z=78.50], EntityChicken['Chicken'/119, l='MpServer', x=245.50, y=68.00, z=77.50], EntityChicken['Chicken'/120, l='MpServer', x=242.50, y=68.00, z=76.50], EntityChicken['Chicken'/121, l='MpServer', x=242.50, y=68.00, z=77.50], EntityMinecartChest['container.minecart'/123, l='MpServer', x=236.50, y=15.06, z=131.50], EntityMinecartChest['container.minecart'/124, l='MpServer', x=243.50, y=19.06, z=123.50], EntityBat['Bat'/1148, l='MpServer', x=235.77, y=58.18, z=65.27], EntityMinecartChest['container.minecart'/125, l='MpServer', x=245.50, y=19.06, z=126.50], EntityFallingBlock['Falling Block'/1664, l='MpServer', x=103.50, y=8.27, z=173.50], EntityFallingBlock['Falling Block'/1667, l='MpServer', x=102.50, y=7.20, z=174.50], EntityFallingBlock['Falling Block'/1669, l='MpServer', x=101.50, y=6.09, z=176.50], EntityFallingBlock['Falling Block'/1670, l='MpServer', x=101.50, y=7.20, z=174.50], EntityCreeper['Creeper'/2183, l='MpServer', x=167.50, y=30.00, z=203.50], EntityFallingBlock['Falling Block'/2184, l='MpServer', x=152.50, y=60.94, z=125.50], EntityFallingBlock['Falling Block'/1673, l='MpServer', x=101.50, y=5.09, z=177.50], EntityFallingBlock['Falling Block'/2185, l='MpServer', x=151.50, y=60.94, z=124.50], EntityFallingBlock['Falling Block'/1674, l='MpServer', x=100.50, y=5.09, z=177.50], EntityFallingBlock['Falling Block'/2186, l='MpServer', x=150.50, y=60.94, z=123.50], EntityFallingBlock['Falling Block'/2187, l='MpServer', x=150.50, y=60.94, z=121.50], EntityFallingBlock['Falling Block'/2188, l='MpServer', x=149.50, y=60.94, z=121.50], EntityFallingBlock['Falling Block'/2189, l='MpServer', x=135.50, y=51.94, z=134.50], EntityFallingBlock['Falling Block'/2190, l='MpServer', x=136.50, y=51.00, z=134.50], EntityFallingBlock['Falling Block'/2191, l='MpServer', x=135.50, y=51.94, z=133.50], EntityFallingBlock['Falling Block'/2192, l='MpServer', x=134.50, y=51.94, z=133.50], EntityFallingBlock['Falling Block'/2193, l='MpServer', x=134.50, y=51.94, z=134.50], EntityFallingBlock['Falling Block'/2194, l='MpServer', x=135.50, y=51.94, z=132.50], EntityBat['Bat'/659, l='MpServer', x=139.48, y=16.88, z=99.80], EntityFallingBlock['Falling Block'/2195, l='MpServer', x=135.50, y=51.94, z=135.50], EntityFallingBlock['Falling Block'/2196, l='MpServer', x=134.50, y=51.94, z=132.50], EntityFallingBlock['Falling Block'/2197, l='MpServer', x=133.50, y=51.94, z=132.50], EntityFallingBlock['Falling Block'/2198, l='MpServer', x=133.50, y=51.94, z=134.50], EntityFallingBlock['Falling Block'/2199, l='MpServer', x=145.50, y=23.94, z=140.50], EntityFallingBlock['Falling Block'/2200, l='MpServer', x=146.50, y=23.94, z=140.50], EntityFallingBlock['Falling Block'/2201, l='MpServer', x=144.50, y=23.00, z=137.50], EntityFallingBlock['Falling Block'/2202, l='MpServer', x=143.50, y=20.94, z=137.50], EntityFallingBlock['Falling Block'/2203, l='MpServer', x=142.50, y=21.94, z=136.50], EntityFallingBlock['Falling Block'/2204, l='MpServer', x=143.50, y=21.94, z=136.50], EntityFallingBlock['Falling Block'/2205, l='MpServer', x=143.50, y=22.94, z=135.50], EntityFallingBlock['Falling Block'/2206, l='MpServer', x=144.50, y=21.94, z=135.50], EntityZombie['Zombie'/1219, l='MpServer', x=251.50, y=27.00, z=200.50], EntityFallingBlock['Falling Block'/2246, l='MpServer', x=144.50, y=23.25, z=135.50], EntityZombie['Zombie'/2265, l='MpServer', x=144.50, y=21.00, z=103.50], EntityFallingBlock['Falling Block'/2277, l='MpServer', x=145.50, y=62.63, z=289.50], EntityZombie['Zombie'/1262, l='MpServer', x=201.50, y=39.00, z=202.50], EntityZombie['Zombie'/2287, l='MpServer', x=177.50, y=35.00, z=193.50], EntitySkeleton['Skeleton'/1264, l='MpServer', x=188.50, y=33.00, z=186.50], EntityPlayerSP['ShadesCraft1997'/238, l='MpServer', x=177.50, y=67.00, z=130.50], EntityFallingBlock['Falling Block'/2297, l='MpServer', x=146.50, y=62.78, z=290.50], EntityFallingBlock['Falling Block'/2298, l='MpServer', x=147.50, y=62.78, z=290.50], EntityFallingBlock['Falling Block'/2299, l='MpServer', x=148.50, y=62.78, z=290.50], EntityFallingBlock['Falling Block'/2300, l='MpServer', x=149.50, y=62.78, z=290.50], EntityFallingBlock['Falling Block'/2301, l='MpServer', x=150.50, y=62.78, z=284.50], EntityFallingBlock['Falling Block'/2302, l='MpServer', x=151.50, y=62.78, z=289.50], EntityFallingBlock['Falling Block'/2303, l='MpServer', x=152.50, y=62.78, z=285.50], EntityFallingBlock['Falling Block'/2304, l='MpServer', x=152.50, y=62.78, z=288.50], EntityEnderman['Enderman'/1796, l='MpServer', x=162.50, y=28.00, z=145.50], EntitySkeleton['Skeleton'/2335, l='MpServer', x=146.50, y=23.00, z=193.50], EntityFallingBlock['Falling Block'/2338, l='MpServer', x=166.50, y=52.90, z=-7.50], EntityCreeper['Creeper'/803, l='MpServer', x=152.50, y=29.00, z=137.50], EntityFallingBlock['Falling Block'/2339, l='MpServer', x=166.50, y=53.90, z=-6.50], EntityFallingBlock['Falling Block'/2340, l='MpServer', x=167.50, y=53.90, z=-7.50], EntityFallingBlock['Falling Block'/2341, l='MpServer', x=167.50, y=53.90, z=-6.50], EntityFallingBlock['Falling Block'/2342, l='MpServer', x=168.50, y=52.90, z=-8.50], EntityFallingBlock['Falling Block'/2343, l='MpServer', x=168.50, y=53.90, z=-7.50], EntityFallingBlock['Falling Block'/2344, l='MpServer', x=168.50, y=54.90, z=-6.50], EntityFallingBlock['Falling Block'/2345, l='MpServer', x=168.50, y=54.90, z=-5.50], EntityFallingBlock['Falling Block'/2346, l='MpServer', x=169.50, y=53.90, z=-7.50], EntityFallingBlock['Falling Block'/2347, l='MpServer', x=167.50, y=51.90, z=-8.50], EntityFallingBlock['Falling Block'/2348, l='MpServer', x=169.50, y=52.90, z=-8.50], EntityBat['Bat'/301, l='MpServer', x=110.64, y=46.22, z=157.72], EntityFallingBlock['Falling Block'/2349, l='MpServer', x=165.50, y=52.90, z=-7.50], EntitySkeleton['Skeleton'/1336, l='MpServer', x=254.50, y=41.00, z=202.50], EntityCreeper['Creeper'/831, l='MpServer', x=211.50, y=24.00, z=57.50], EntityBat['Bat'/1858, l='MpServer', x=175.19, y=35.52, z=193.16], EntityZombie['Zombie'/839, l='MpServer', x=115.50, y=62.00, z=143.50], EntityFallingBlock['Falling Block'/2380, l='MpServer', x=155.50, y=28.94, z=65.50], EntityFallingBlock['Falling Block'/2381, l='MpServer', x=155.50, y=28.94, z=67.50], EntityBat['Bat'/1358, l='MpServer', x=129.70, y=29.08, z=136.48], EntityBat['Bat'/848, l='MpServer', x=112.22, y=58.52, z=162.42], EntitySkeleton['Skeleton'/339, l='MpServer', x=254.50, y=23.00, z=206.50], EntityFallingBlock['Falling Block'/1364, l='MpServer', x=97.50, y=54.18, z=132.50], EntityFallingBlock['Falling Block'/1365, l='MpServer', x=98.50, y=54.18, z=132.50], EntityFallingBlock['Falling Block'/1366, l='MpServer', x=98.50, y=54.18, z=133.50], EntityFallingBlock['Falling Block'/1367, l='MpServer', x=96.50, y=54.18, z=133.50], EntityFallingBlock['Falling Block'/1368, l='MpServer', x=97.50, y=54.18, z=133.50], EntityFallingBlock['Falling Block'/1369, l='MpServer', x=97.50, y=54.18, z=134.50], EntityCreeper['Creeper'/346, l='MpServer', x=144.50, y=24.00, z=192.50], EntityFallingBlock['Falling Block'/1370, l='MpServer', x=98.50, y=54.18, z=134.50], EntityFallingBlock['Falling Block'/1371, l='MpServer', x=99.50, y=54.18, z=133.50], EntitySkeleton['Skeleton'/348, l='MpServer', x=230.50, y=55.00, z=51.50], EntityFallingBlock['Falling Block'/1372, l='MpServer', x=96.50, y=54.18, z=134.50], EntityFallingBlock['Falling Block'/1373, l='MpServer', x=97.50, y=54.18, z=135.50], EntityZombie['Zombie'/2397, l='MpServer', x=233.50, y=18.00, z=195.50], EntityFallingBlock['Falling Block'/1374, l='MpServer', x=98.50, y=54.18, z=135.50], EntityCreeper['Creeper'/2399, l='MpServer', x=252.50, y=19.00, z=90.50], EntityZombie['Zombie'/2400, l='MpServer', x=228.50, y=25.00, z=69.50], EntityFallingBlock['Falling Block'/1889, l='MpServer', x=122.50, y=24.70, z=-0.50], EntityFallingBlock['Falling Block'/2401, l='MpServer', x=157.50, y=26.98, z=122.50], EntityFallingBlock['Falling Block'/1890, l='MpServer', x=121.50, y=25.70, z=0.50], EntityFallingBlock['Falling Block'/2402, l='MpServer', x=158.50, y=26.98, z=123.50], EntityZombie['Zombie'/1893, l='MpServer', x=157.50, y=23.00, z=134.50], EntitySkeleton['Skeleton'/1894, l='MpServer', x=186.50, y=33.00, z=186.50], EntityEnderman['Enderman'/1392, l='MpServer', x=133.50, y=24.00, z=179.50], EntityFallingBlock['Falling Block'/1905, l='MpServer', x=135.50, y=20.12, z=98.50], EntityFallingBlock['Falling Block'/1906, l='MpServer', x=136.50, y=21.12, z=98.50], EntityFallingBlock['Falling Block'/1907, l='MpServer', x=136.50, y=21.12, z=99.50], EntityFallingBlock['Falling Block'/1908, l='MpServer', x=135.50, y=20.12, z=100.50], EntityFallingBlock['Falling Block'/1909, l='MpServer', x=134.50, y=20.12, z=100.50], EntityFallingBlock['Falling Block'/1910, l='MpServer', x=135.50, y=20.12, z=101.50], EntityFallingBlock['Falling Block'/1911, l='MpServer', x=136.50, y=20.12, z=101.50], EntityFallingBlock['Falling Block'/1912, l='MpServer', x=134.50, y=20.12, z=101.50], EntityFallingBlock['Falling Block'/1913, l='MpServer', x=134.50, y=20.12, z=102.50], EntityFallingBlock['Falling Block'/1914, l='MpServer', x=135.50, y=20.12, z=102.50], EntityFallingBlock['Falling Block'/1915, l='MpServer', x=136.50, y=20.12, z=102.50], EntityFallingBlock['Falling Block'/1916, l='MpServer', x=134.50, y=20.12, z=103.50], EntityFallingBlock['Falling Block'/1917, l='MpServer', x=133.50, y=19.12, z=100.50], EntityFallingBlock['Falling Block'/1918, l='MpServer', x=133.50, y=19.12, z=101.50], EntityFallingBlock['Falling Block'/1919, l='MpServer', x=133.50, y=19.12, z=102.50], EntityFallingBlock['Falling Block'/1920, l='MpServer', x=133.50, y=19.12, z=103.50], EntityFallingBlock['Falling Block'/1921, l='MpServer', x=133.50, y=19.12, z=104.50], EntityFallingBlock['Falling Block'/1922, l='MpServer', x=134.50, y=19.12, z=104.50], EntityFallingBlock['Falling Block'/1923, l='MpServer', x=135.50, y=20.12, z=103.50], EntityFallingBlock['Falling Block'/1924, l='MpServer', x=135.50, y=20.12, z=104.50], EntityFallingBlock['Falling Block'/1925, l='MpServer', x=136.50, y=20.12, z=103.50], EntityFallingBlock['Falling Block'/1926, l='MpServer', x=133.50, y=19.12, z=105.50], EntityFallingBlock['Falling Block'/1927, l='MpServer', x=134.50, y=19.12, z=105.50], EntityFallingBlock['Falling Block'/1928, l='MpServer', x=133.50, y=19.12, z=106.50], EntityFallingBlock['Falling Block'/2440, l='MpServer', x=154.50, y=25.02, z=175.50], EntityFallingBlock['Falling Block'/2441, l='MpServer', x=154.50, y=26.02, z=176.50], EntityFallingBlock['Falling Block'/2442, l='MpServer', x=155.50, y=26.02, z=176.50], EntityFallingBlock['Falling Block'/1931, l='MpServer', x=134.50, y=16.12, z=145.50], EntityFallingBlock['Falling Block'/2443, l='MpServer', x=152.50, y=25.02, z=176.50], EntityFallingBlock['Falling Block'/1932, l='MpServer', x=134.50, y=16.12, z=146.50], EntityFallingBlock['Falling Block'/2444, l='MpServer', x=153.50, y=25.02, z=174.50], EntityFallingBlock['Falling Block'/1933, l='MpServer', x=135.50, y=16.12, z=145.50], EntityFallingBlock['Falling Block'/2445, l='MpServer', x=153.50, y=26.02, z=175.50], EntityFallingBlock['Falling Block'/1934, l='MpServer', x=135.50, y=16.12, z=146.50], EntityFallingBlock['Falling Block'/2446, l='MpServer', x=153.50, y=26.02, z=176.50], EntityFallingBlock['Falling Block'/1935, l='MpServer', x=135.50, y=16.12, z=147.50], EntityFallingBlock['Falling Block'/2447, l='MpServer', x=153.50, y=26.02, z=177.50], EntityFallingBlock['Falling Block'/1936, l='MpServer', x=136.50, y=16.12, z=146.50], EntityFallingBlock['Falling Block'/2448, l='MpServer', x=152.50, y=25.02, z=174.50], EntityFallingBlock['Falling Block'/2449, l='MpServer', x=153.50, y=24.02, z=173.50], EntityFallingBlock['Falling Block'/2450, l='MpServer', x=152.50, y=25.02, z=173.50], EntityFallingBlock['Falling Block'/2451, l='MpServer', x=151.50, y=24.02, z=172.50], EntityFallingBlock['Falling Block'/2452, l='MpServer', x=151.50, y=24.02, z=173.50], EntityFallingBlock['Falling Block'/2453, l='MpServer', x=151.50, y=24.02, z=174.50], EntityFallingBlock['Falling Block'/2454, l='MpServer', x=152.50, y=24.02, z=172.50], EntityFallingBlock['Falling Block'/2455, l='MpServer', x=153.50, y=23.02, z=172.50], EntityFallingBlock['Falling Block'/2456, l='MpServer', x=152.50, y=23.02, z=171.50], EntityFallingBlock['Falling Block'/2457, l='MpServer', x=168.50, y=12.02, z=190.50], EntityFallingBlock['Falling Block'/2458, l='MpServer', x=168.50, y=13.02, z=191.50], EntityFallingBlock['Falling Block'/2459, l='MpServer', x=169.50, y=12.02, z=190.50], EntityFallingBlock['Falling Block'/2460, l='MpServer', x=169.50, y=14.02, z=191.50], EntityFallingBlock['Falling Block'/2461, l='MpServer', x=167.50, y=12.02, z=190.50], EntityFallingBlock['Falling Block'/2462, l='MpServer', x=167.50, y=13.02, z=191.50], EntityFallingBlock['Falling Block'/2463, l='MpServer', x=166.50, y=12.02, z=191.50], EntityFallingBlock['Falling Block'/2464, l='MpServer', x=165.50, y=13.02, z=190.50], EntityFallingBlock['Falling Block'/2465, l='MpServer', x=166.50, y=11.02, z=190.50], EntityFallingBlock['Falling Block'/2466, l='MpServer', x=166.50, y=13.02, z=192.50], EntityFallingBlock['Falling Block'/2467, l='MpServer', x=167.50, y=13.02, z=192.50], EntityFallingBlock['Falling Block'/2468, l='MpServer', x=164.50, y=13.02, z=189.50], EntityFallingBlock['Falling Block'/2469, l='MpServer', x=164.50, y=14.02, z=190.50], EntityFallingBlock['Falling Block'/2470, l='MpServer', x=163.50, y=13.02, z=188.50], EntityFallingBlock['Falling Block'/2471, l='MpServer', x=163.50, y=14.02, z=189.50], EntityFallingBlock['Falling Block'/2472, l='MpServer', x=162.50, y=13.02, z=187.50], EntityFallingBlock['Falling Block'/2473, l='MpServer', x=161.50, y=60.02, z=225.50], EntityFallingBlock['Falling Block'/2474, l='MpServer', x=161.50, y=60.02, z=226.50], EntityWitch['Witch'/433, l='MpServer', x=154.50, y=62.00, z=162.50], EntityZombie['Zombie'/1457, l='MpServer', x=252.50, y=22.00, z=190.50], EntityZombie['Zombie'/435, l='MpServer', x=120.50, y=46.00, z=163.50], EntitySkeleton['Skeleton'/436, l='MpServer', x=148.50, y=15.00, z=160.50], EntitySpider['Spider'/1974, l='MpServer', x=242.50, y=56.00, z=56.50], EntityBat['Bat'/449, l='MpServer', x=252.14, y=39.75, z=183.72], EntityFallingBlock['Falling Block'/1987, l='MpServer', x=134.50, y=12.55, z=155.50], EntityFallingBlock['Falling Block'/1988, l='MpServer', x=135.50, y=13.55, z=154.50], EntityFallingBlock['Falling Block'/1989, l='MpServer', x=133.50, y=12.55, z=155.50], EntityFallingBlock['Falling Block'/1990, l='MpServer', x=135.50, y=13.55, z=155.50], EntityFallingBlock['Falling Block'/1991, l='MpServer', x=132.50, y=12.55, z=155.50], EntityFallingBlock['Falling Block'/1992, l='MpServer', x=132.50, y=12.55, z=156.50], EntityFallingBlock['Falling Block'/1993, l='MpServer', x=133.50, y=12.55, z=156.50], EntityFallingBlock['Falling Block'/1994, l='MpServer', x=133.50, y=12.55, z=157.50], EntityFallingBlock['Falling Block'/1995, l='MpServer', x=134.50, y=13.55, z=156.50], EntityFallingBlock['Falling Block'/1996, l='MpServer', x=134.50, y=13.55, z=157.50], EntityCreeper['Creeper'/1485, l='MpServer', x=171.50, y=8.00, z=136.50], EntityFallingBlock['Falling Block'/1997, l='MpServer', x=135.50, y=13.55, z=157.50], EntityFallingBlock['Falling Block'/1998, l='MpServer', x=132.50, y=12.55, z=157.50], EntityFallingBlock['Falling Block'/1999, l='MpServer', x=133.50, y=12.55, z=158.50], EntityFallingBlock['Falling Block'/2000, l='MpServer', x=132.50, y=12.55, z=158.50], EntityFallingBlock['Falling Block'/2001, l='MpServer', x=133.50, y=12.55, z=159.50], EntityFallingBlock['Falling Block'/2002, l='MpServer', x=134.50, y=12.55, z=159.50], EntityFallingBlock['Falling Block'/2003, l='MpServer', x=134.50, y=13.55, z=158.50], EntityFallingBlock['Falling Block'/2007, l='MpServer', x=129.50, y=27.55, z=170.50], EntityFallingBlock['Falling Block'/2008, l='MpServer', x=129.50, y=27.55, z=171.50], EntityFallingBlock['Falling Block'/2010, l='MpServer', x=128.50, y=27.55, z=170.50], EntityZombie['Zombie'/500, l='MpServer', x=116.50, y=46.00, z=156.50], EntityCreeper['Creeper'/505, l='MpServer', x=245.50, y=56.00, z=158.50]]
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:409)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:395)
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)

Block Hardness sometimes changes with rotation, inordinately hard blocks when liquids are used

When a block is composed of half liquid and half solid, it being rotated can sometimes change it's hardness.

Looking at the ground, I place 1 plane of quartz, and 1 plane of lava on top of it. It broke at the speed of quartz. After being rotated so that the quartz plane is facing upwards, the block seems to take on the liquids hardness, causing it to take an exceptionally long time to mine. (similar to mining obsidian with an unenchanted diamond pick)

This might only be with quartz and lava. I've tried it with some other blocks and they seem to keep the hardness value they have, though that value isn't always a solid or liquid hardness value (yellow stained clay and water had a long break time, reliably. Emerald block and lava had emerald's break time reliably)

Certain chiseled blocks decaying like leaves

Absolutely love this mod, have been using it a lot recently. However there is this annoying bug where only in a certain area, chiseled blocks seem to disappear gradually over time like leaves do when you cut down a tree. I say that they seem to disappear because they are still apparently there, and I cannot walk through them but I jitter whilst attempting to do so.
I currently am running on 1.8 Forge, with 15 mods active, including Optifine-1.8_HD_U_H5, which may be the problem.

Invisible Chiseled Blocks

On any chunk, at the west side of the chunk border, the chiseled blocks become invisible.
any chiseled block
chisel invisible bug

a bug i've run into a few times that crashes my game

i've been using chisel and bits version 9.14 and sometimes when i break/place bits, mc crashes and gives me this error;
---- Minecraft Crash Report ----

WARNING: coremods are present:
NowWithRendering (redstonepaste-mc1.9-1.7.3.jar)
FMLPlugin (InventoryTweaks-1.61-dev-45.jar)
LoadingPlugin (DimensionRules-MC1.9-1.0.jar)
CXLibraryCore (cxlibrary-1.0.0.jar)
LoadingPlugin (ChunkAnimator-MC1.9-1.1.jar)
LoadingPlugin (Bloodmoon-MC1.9-1.4.1.jar)
CCLCorePlugin (CodeChickenLib-1.9-2.0.1.23-universal.jar)
LoadingPlugin (Quark-beta-18.jar)
CodeChickenCorePlugin (CodeChickenCore-1.9-2.0.1.53-universal.jar)
CCCDeobfPlugin (unknown)
LoadingPlugin (RandomThings-MC1.9-3.6.9.jar)
LoadingPlugin (FastLeafDecay-MC1.9-1.2.jar)
LoadingPlugin (ResourceLoader-MC1.9-1.5.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 4/23/16 9:50 PM
Description: Unexpected error

java.lang.RuntimeException: Closing undo group, but no undogroup was started.
at mod.chiselsandbits.client.UndoTracker.endGroup(UndoTracker.java:230)
at mod.chiselsandbits.network.packets.PacketChisel.doAction(PacketChisel.java:206)
at mod.chiselsandbits.items.ItemChisel.useChisel(ItemChisel.java:249)
at mod.chiselsandbits.items.ItemChisel.fromBreakToChisel(ItemChisel.java:156)
at mod.chiselsandbits.items.ItemChisel.onBlockStartBreak(ItemChisel.java:114)
at mod.chiselsandbits.events.EventPlayerInteract.interaction(EventPlayerInteract.java:34)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_234_EventPlayerInteract_interaction_LeftClickBlock.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLeftClickBlock(ForgeHooks.java:958)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:226)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1452)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2166)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1955)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1743)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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 --
Stacktrace:
at mod.chiselsandbits.client.UndoTracker.endGroup(UndoTracker.java:230)
at mod.chiselsandbits.network.packets.PacketChisel.doAction(PacketChisel.java:206)
at mod.chiselsandbits.items.ItemChisel.useChisel(ItemChisel.java:249)
at mod.chiselsandbits.items.ItemChisel.fromBreakToChisel(ItemChisel.java:156)
at mod.chiselsandbits.items.ItemChisel.onBlockStartBreak(ItemChisel.java:114)
at mod.chiselsandbits.events.EventPlayerInteract.interaction(EventPlayerInteract.java:34)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_234_EventPlayerInteract_interaction_LeftClickBlock.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLeftClickBlock(ForgeHooks.java:958)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:226)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1452)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2166)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1955)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['jaz3001'/32100, l='MpServer', x=200.21, y=59.00, z=365.20]]
Chunk stats: MultiplayerChunkCache: 361, 361
Level seed: 0
Level generator: ID 04 - customized, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (240,64,232), Chunk: (at 0,4,8 in 15,14; contains blocks 240,0,224 to 255,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1478454 game time, 142275 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: 85 total; [EntitySheep['Sheep'/38144, l='MpServer', x=231.55, y=63.00, z=403.76], EntitySkeleton['Skeleton'/54788, l='MpServer', x=1076.50, y=18.00, z=409.50], EntitySkeleton['Skeleton'/112909, l='MpServer', x=146.50, y=63.00, z=364.50], EntityZombie['Zombie'/109580, l='MpServer', x=171.52, y=72.00, z=355.20], EntityCreeper['Creeper'/112908, l='MpServer', x=163.50, y=14.00, z=332.50], EntityCreeper['Creeper'/112143, l='MpServer', x=140.50, y=73.00, z=433.50], EntityCreeper['Creeper'/102420, l='MpServer', x=220.65, y=51.00, z=356.97], EntityBat['Bat'/112667, l='MpServer', x=275.50, y=21.52, z=319.45], EntityCow['Cow'/55334, l='MpServer', x=196.47, y=68.00, z=363.92], EntityMinecartChest['container.minecart'/55335, l='MpServer', x=168.50, y=21.06, z=398.50], EntityBat['Bat'/110121, l='MpServer', x=222.58, y=53.10, z=359.95], EntitySkeleton['Skeleton'/112687, l='MpServer', x=271.50, y=40.00, z=349.50], EntityZombie['Zombie'/112689, l='MpServer', x=178.50, y=35.00, z=335.50], EntityCreeper['Creeper'/111924, l='MpServer', x=121.21, y=66.00, z=365.54], EntitySheep['Sheep'/100151, l='MpServer', x=231.55, y=63.00, z=403.66], EntityZombie['Zombie'/55351, l='MpServer', x=226.50, y=35.56, z=381.85], EntityZombie['Zombie'/55352, l='MpServer', x=226.30, y=45.50, z=379.70], EntityZombie['Zombie'/55353, l='MpServer', x=226.30, y=45.50, z=379.30], EntityItem['item.item.egg'/110652, l='MpServer', x=178.13, y=79.00, z=354.96], EntityBat['Bat'/112702, l='MpServer', x=227.67, y=16.64, z=399.81], EntityChicken['Chicken'/55361, l='MpServer', x=274.86, y=62.68, z=431.43], EntityPig['Pig'/75335, l='MpServer', x=244.69, y=67.00, z=377.51], EntityZombie['Zombie'/111186, l='MpServer', x=139.50, y=23.00, z=348.50], EntityCow['Cow'/31834, l='MpServer', x=122.94, y=63.13, z=367.77], EntityBat['Bat'/112733, l='MpServer', x=137.50, y=26.89, z=362.45], EntityCow['Cow'/31840, l='MpServer', x=143.53, y=63.00, z=319.70], EntityMinecartChest['container.minecart'/101985, l='MpServer', x=125.50, y=12.06, z=397.50], EntitySheep['Sheep'/31841, l='MpServer', x=143.82, y=63.00, z=340.23], EntityCreeper['Creeper'/112741, l='MpServer', x=152.50, y=64.00, z=385.50], EntityBat['Bat'/111974, l='MpServer', x=177.48, y=54.00, z=289.10], EntityItem['item.item.egg'/111212, l='MpServer', x=192.36, y=61.00, z=424.16], EntityChicken['Chicken'/100977, l='MpServer', x=191.81, y=64.00, z=423.12], EntityCreeper['Creeper'/112753, l='MpServer', x=200.50, y=69.00, z=300.50], EntityMinecartChest['container.minecart'/100976, l='MpServer', x=187.50, y=20.06, z=427.50], EntityZombie['Zombie'/112755, l='MpServer', x=131.50, y=16.00, z=415.50], EntityWitch['Witch'/111986, l='MpServer', x=145.55, y=63.00, z=321.76], EntityCow['Cow'/31863, l='MpServer', x=166.11, y=62.35, z=312.89], EntityBat['Bat'/103289, l='MpServer', x=222.25, y=54.10, z=360.56], EntityChicken['Chicken'/31865, l='MpServer', x=176.83, y=76.00, z=346.50], EntityCreeper['Creeper'/112250, l='MpServer', x=174.50, y=63.00, z=298.50], EntityWitch['Witch'/112255, l='MpServer', x=266.50, y=15.00, z=334.50], EntitySkeleton['Skeleton'/42880, l='MpServer', x=296.50, y=70.00, z=344.50], EntityZombie['Zombie'/112773, l='MpServer', x=167.50, y=65.00, z=371.50], EntityPlayerSP['jaz3001'/32100, l='MpServer', x=351.65, y=50.60, z=415.41], EntityCow['Cow'/31881, l='MpServer', x=184.15, y=67.00, z=309.60], EntityMinecartChest['container.minecart'/101002, l='MpServer', x=148.50, y=21.06, z=388.49], EntityZombie['Zombie'/112527, l='MpServer', x=203.52, y=27.00, z=302.28], EntitySkeleton['Skeleton'/112782, l='MpServer', x=133.50, y=12.00, z=413.50], EntityZombie['Zombie'/112792, l='MpServer', x=193.50, y=17.00, z=398.50], EntityCow['Cow'/31898, l='MpServer', x=200.22, y=68.00, z=363.53], EntityCow['Cow'/31900, l='MpServer', x=195.13, y=68.00, z=359.38], EntitySkeleton['Skeleton'/112797, l='MpServer', x=223.50, y=25.00, z=293.50], EntityCow['Cow'/31901, l='MpServer', x=197.08, y=68.00, z=358.07], EntityCow['Cow'/31902, l='MpServer', x=197.02, y=68.00, z=362.85], EntityZombie['Zombie'/112799, l='MpServer', x=175.50, y=71.00, z=328.50], EntityCow['Cow'/31905, l='MpServer', x=200.55, y=68.00, z=358.07], EntitySkeleton['Skeleton'/112800, l='MpServer', x=251.50, y=66.00, z=316.50], EntityCow['Cow'/31906, l='MpServer', x=198.00, y=68.00, z=358.84], EntityCreeper['Creeper'/111779, l='MpServer', x=224.50, y=64.00, z=403.50], EntityCow['Cow'/31907, l='MpServer', x=200.41, y=68.00, z=359.02], EntityCow['Cow'/31908, l='MpServer', x=194.84, y=68.00, z=358.36], EntityCreeper['Creeper'/102565, l='MpServer', x=229.23, y=54.00, z=373.62], EntityBat['Bat'/112567, l='MpServer', x=248.94, y=19.40, z=400.51], EntityCreeper['Creeper'/110518, l='MpServer', x=269.30, y=67.00, z=395.30], EntitySheep['Sheep'/31937, l='MpServer', x=243.40, y=67.00, z=359.20], EntityBat['Bat'/112579, l='MpServer', x=168.51, y=22.10, z=387.75], EntitySheep['Sheep'/101317, l='MpServer', x=161.55, y=63.09, z=414.25], EntityMinecartChest['container.minecart'/101316, l='MpServer', x=147.50, y=17.06, z=401.49], EntityCreeper['Creeper'/110791, l='MpServer', x=217.79, y=70.00, z=359.49], EntitySkeleton['Skeleton'/110797, l='MpServer', x=183.70, y=62.12, z=387.14], EntityCreeper['Creeper'/109263, l='MpServer', x=201.23, y=67.00, z=352.49], EntityChicken['Chicken'/31955, l='MpServer', x=266.50, y=74.00, z=317.12], EntitySheep['Sheep'/31956, l='MpServer', x=239.73, y=69.00, z=308.50], EntityItem['item.item.feather'/111573, l='MpServer', x=184.40, y=74.00, z=341.28], EntityZombie['Zombie'/110809, l='MpServer', x=181.70, y=61.00, z=366.54], EntitySkeleton['Skeleton'/112600, l='MpServer', x=262.50, y=15.00, z=342.50], EntitySheep['Sheep'/31965, l='MpServer', x=274.64, y=72.00, z=319.81], EntitySheep['Sheep'/31966, l='MpServer', x=278.78, y=72.00, z=320.67], EntityZombie['Zombie'/112606, l='MpServer', x=241.50, y=21.00, z=338.50], EntityZombie['Zombie'/112608, l='MpServer', x=244.50, y=63.00, z=414.50], EntityBat['Bat'/112613, l='MpServer', x=141.20, y=14.93, z=299.11], EntitySheep['Sheep'/31973, l='MpServer', x=267.47, y=66.00, z=300.80], EntityPlayerSP['jaz3001'/32100, l='MpServer', x=200.21, y=59.00, z=365.20], EntityZombie['Zombie'/112889, l='MpServer', x=274.50, y=71.00, z=348.50], EntityItem['item.item.feather'/111867, l='MpServer', x=193.19, y=61.00, z=423.66]]
Retry entities: 272 total; [EntitySkeleton['Skeleton'/54788, l='MpServer', x=1076.50, y=18.00, z=409.50], EntityBat['Bat'/43013, l='MpServer', x=227.54, y=27.36, z=294.36], EntityCreeper['Creeper'/54790, l='MpServer', x=1033.50, y=12.00, z=396.50], EntityCreeper['Creeper'/75793, l='MpServer', x=373.65, y=70.00, z=398.80], EntitySkeleton['Skeleton'/75798, l='MpServer', x=347.70, y=66.66, z=430.05], EntityHorse['Skeleton Horse'/75801, l='MpServer', x=348.00, y=65.00, z=428.30], EntitySkeleton['Skeleton'/71705, l='MpServer', x=354.28, y=65.00, z=466.36], EntityHorse['Skeleton Horse'/75803, l='MpServer', x=350.90, y=64.00, z=435.58], EntitySkeleton['Skeleton'/75802, l='MpServer', x=348.00, y=65.66, z=428.30], EntityCreeper['Creeper'/42525, l='MpServer', x=216.50, y=23.00, z=292.50], EntitySkeleton['Skeleton'/75804, l='MpServer', x=350.90, y=64.66, z=435.58], EntitySkeleton['Skeleton'/73249, l='MpServer', x=430.50, y=64.00, z=494.50], EntityPig['Pig'/69155, l='MpServer', x=336.46, y=66.00, z=458.60], EntityBat['Bat'/75299, l='MpServer', x=401.77, y=49.10, z=353.91], EntityBat['Bat'/75298, l='MpServer', x=373.45, y=33.10, z=492.25], EntityPig['Pig'/69156, l='MpServer', x=342.64, y=65.00, z=458.28], EntityZombie['Zombie'/75815, l='MpServer', x=385.50, y=44.00, z=446.50], EntityCreeper['Creeper'/42024, l='MpServer', x=256.50, y=18.00, z=424.50], EntityPig['Pig'/69161, l='MpServer', x=339.47, y=68.00, z=450.75], EntitySheep['Sheep'/69163, l='MpServer', x=352.17, y=65.00, z=463.50], EntityPig['Pig'/69162, l='MpServer', x=339.61, y=71.00, z=433.75], EntitySkeleton['Skeleton'/75821, l='MpServer', x=386.50, y=24.00, z=478.50], EntityChicken['Chicken'/69166, l='MpServer', x=371.09, y=62.57, z=457.48], EntityChicken['Chicken'/69169, l='MpServer', x=368.56, y=62.58, z=456.80], EntitySheep['Sheep'/69171, l='MpServer', x=377.80, y=68.00, z=458.51], EntityZombie['Zombie'/54835, l='MpServer', x=1081.50, y=20.00, z=381.50], EntityItem['item.tile.stonebrick'/54332, l='MpServer', x=1018.01, y=11.00, z=361.88], EntityZombie['Zombie'/54844, l='MpServer', x=1103.50, y=71.00, z=371.50], EntityBat['Bat'/42558, l='MpServer', x=249.25, y=23.10, z=421.59], EntityBat['Bat'/74815, l='MpServer', x=375.56, y=55.10, z=375.88], EntityBat['Bat'/42560, l='MpServer', x=253.45, y=14.26, z=396.50], EntityPig['Pig'/70723, l='MpServer', x=367.49, y=68.00, z=386.32], EntityRabbit['Rabbit'/70722, l='MpServer', x=426.52, y=70.00, z=482.33], EntityItem['item.tile.stonebrick'/54342, l='MpServer', x=1020.85, y=11.00, z=361.27], EntitySheep['Sheep'/70727, l='MpServer', x=377.24, y=65.00, z=450.44], EntityPig['Pig'/70726, l='MpServer', x=359.63, y=64.00, z=438.48], EntityPig['Pig'/70729, l='MpServer', x=365.44, y=67.00, z=479.75], EntitySheep['Sheep'/70728, l='MpServer', x=353.49, y=66.00, z=472.21], EntityMinecartChest['container.minecart'/70219, l='MpServer', x=148.50, y=21.06, z=388.49], EntityPig['Pig'/70733, l='MpServer', x=361.51, y=70.00, z=386.96], EntityBat['Bat'/43085, l='MpServer', x=251.16, y=54.00, z=318.59], EntitySpider['Spider'/53837, l='MpServer', x=1092.50, y=66.00, z=399.50], EntityBat['Bat'/43086, l='MpServer', x=240.77, y=24.98, z=337.70], EntitySheep['Sheep'/70735, l='MpServer', x=367.52, y=67.00, z=421.77], EntityChicken['Chicken'/70734, l='MpServer', x=372.87, y=71.00, z=414.51], EntitySheep['Sheep'/70737, l='MpServer', x=390.21, y=74.00, z=429.38], EntityChicken['Chicken'/70739, l='MpServer', x=371.24, y=62.65, z=457.49], EntityChicken['Chicken'/70738, l='MpServer', x=370.72, y=62.73, z=457.49], EntitySheep['Sheep'/70741, l='MpServer', x=372.80, y=65.00, z=453.76], EntitySkeleton['Skeleton'/54357, l='MpServer', x=1079.50, y=68.00, z=373.50], EntitySpider['Spider'/75860, l='MpServer', x=385.38, y=74.00, z=436.71], EntityItem['item.tile.stonebrick'/54360, l='MpServer', x=1021.75, y=11.00, z=361.88], EntityBat['Bat'/42076, l='MpServer', x=272.60, y=20.10, z=360.17], EntityZombie['Zombie'/42590, l='MpServer', x=365.22, y=70.00, z=390.50], EntityCreeper['Creeper'/43109, l='MpServer', x=274.50, y=53.00, z=328.50], EntityEnderman['Enderman'/43111, l='MpServer', x=256.50, y=18.00, z=423.50], EntityHorse['Skeleton Horse'/69225, l='MpServer', x=358.39, y=66.00, z=423.15], EntitySkeleton['Skeleton'/72297, l='MpServer', x=396.73, y=73.00, z=444.49], EntitySkeleton['Skeleton'/54895, l='MpServer', x=1003.50, y=12.00, z=410.50], EntityItem['item.tile.stone.diorite'/54897, l='MpServer', x=1030.19, y=11.00, z=361.62], EntityCreeper['Creeper'/53882, l='MpServer', x=973.50, y=17.00, z=348.50], EntityItem['item.item.egg'/48767, l='MpServer', x=987.31, y=110.00, z=350.88], EntityBat['Bat'/54912, l='MpServer', x=1036.58, y=22.79, z=287.78], EntityCreeper['Creeper'/75393, l='MpServer', x=388.50, y=51.00, z=351.50], EntityBat['Bat'/54916, l='MpServer', x=1101.43, y=44.03, z=343.20], EntityBat['Bat'/54921, l='MpServer', x=1097.15, y=16.04, z=286.36], EntityBat['Bat'/54922, l='MpServer', x=1079.53, y=22.46, z=287.82], EntityCreeper['Creeper'/53393, l='MpServer', x=1045.50, y=71.00, z=362.50], EntitySpider['Spider'/68752, l='MpServer', x=159.50, y=39.00, z=339.50], EntityCreeper['Creeper'/54931, l='MpServer', x=1061.50, y=24.00, z=356.50], EntityItem['item.tile.stone.diorite'/54934, l='MpServer', x=1031.88, y=11.00, z=361.22], EntityCreeper['Creeper'/52887, l='MpServer', x=1043.81, y=18.00, z=367.54], EntitySquid['Squid'/43160, l='MpServer', x=353.42, y=64.25, z=335.53], EntityItem['item.tile.stonebrick'/54936, l='MpServer', x=1032.30, y=11.00, z=361.13], EntityItem['item.item.egg'/74906, l='MpServer', x=373.92, y=63.00, z=456.88], EntitySkeleton['Skeleton'/75936, l='MpServer', x=390.50, y=71.00, z=401.50], EntityZombie['Zombie'/48292, l='MpServer', x=1036.29, y=21.00, z=362.76], EntitySkeleton['Skeleton'/43173, l='MpServer', x=271.50, y=69.00, z=367.50], EntityItem['item.tile.stonebrick'/54950, l='MpServer', x=1033.57, y=11.00, z=361.59], EntityBat['Bat'/42664, l='MpServer', x=315.29, y=30.03, z=288.99], EntityCreeper['Creeper'/43178, l='MpServer', x=213.50, y=62.00, z=352.50], EntityBat['Bat'/42673, l='MpServer', x=337.62, y=52.61, z=326.46], EntityBat['Bat'/53938, l='MpServer', x=1021.75, y=16.99, z=307.14], EntityItem['item.tile.stonebrick'/54451, l='MpServer', x=1022.27, y=11.00, z=361.13], EntityCreeper['Creeper'/50868, l='MpServer', x=1005.50, y=18.00, z=340.50], EntityItem['item.tile.stone.diorite'/54453, l='MpServer', x=1021.71, y=11.00, z=361.51], EntityZombie['Zombie'/75962, l='MpServer', x=404.50, y=68.00, z=477.50], EntitySpider['Spider'/75965, l='MpServer', x=400.50, y=54.00, z=430.50], EntityItem['item.item.egg'/50877, l='MpServer', x=987.88, y=108.00, z=348.81], EntityPig['Pig'/70844, l='MpServer', x=352.20, y=66.00, z=474.76], EntityBat['Bat'/74944, l='MpServer', x=385.61, y=39.37, z=423.46], EntityZombie['Zombie'/51908, l='MpServer', x=1008.50, y=21.00, z=390.50], EntitySkeleton['Skeleton'/42694, l='MpServer', x=337.50, y=70.00, z=428.50], EntitySheep['Sheep'/70855, l='MpServer', x=388.48, y=68.00, z=364.73], EntityZombie['Zombie'/75976, l='MpServer', x=373.23, y=35.00, z=482.55], EntitySheep['Sheep'/70858, l='MpServer', x=388.51, y=74.00, z=426.21], EntitySheep['Sheep'/70860, l='MpServer', x=394.78, y=63.00, z=466.49], EntitySpider['Spider'/50894, l='MpServer', x=1048.85, y=15.00, z=369.52], EntityItem['item.tile.stonebrick'/54994, l='MpServer', x=1034.88, y=11.00, z=361.35], EntitySkeleton['Skeleton'/41683, l='MpServer', x=261.30, y=75.00, z=328.30], EntityItem['item.tile.stonebrick'/54996, l='MpServer', x=1032.13, y=10.00, z=360.13], EntityCreeper['Creeper'/42198, l='MpServer', x=244.50, y=20.00, z=406.50], EntityZombie['Zombie'/75993, l='MpServer', x=407.50, y=41.00, z=354.50], EntityZombie['Zombie'/75480, l='MpServer', x=406.50, y=72.00, z=410.50], EntityBat['Bat'/51418, l='MpServer', x=1028.57, y=15.10, z=381.75], EntitySkeleton['Skeleton'/42721, l='MpServer', x=226.50, y=66.00, z=373.50], EntityCreeper['Creeper'/42722, l='MpServer', x=310.50, y=36.00, z=282.50], EntityBat['Bat'/55012, l='MpServer', x=1023.74, y=28.97, z=301.43], EntityItem['item.item.feather'/48357, l='MpServer', x=992.65, y=74.00, z=299.74], EntitySkeleton['Skeleton'/53991, l='MpServer', x=970.50, y=29.00, z=335.50], EntityCreeper['Creeper'/74473, l='MpServer', x=380.50, y=40.00, z=417.50], EntityItem['item.item.egg'/48874, l='MpServer', x=984.32, y=78.00, z=302.22], EntityZombie['Zombie'/42228, l='MpServer', x=276.20, y=21.00, z=356.48], EntityZombie['Zombie'/51959, l='MpServer', x=1018.88, y=36.05, z=357.73], EntityZombie['Zombie'/38139, l='MpServer', x=226.50, y=35.21, z=381.85], EntityZombie['Zombie'/38140, l='MpServer', x=226.30, y=45.50, z=379.70], EntityZombie['Zombie'/38141, l='MpServer', x=226.30, y=45.50, z=379.30], EntityItem['item.tile.stonebrick'/48893, l='MpServer', x=962.88, y=11.00, z=361.88], EntityCreeper['Creeper'/42238, l='MpServer', x=252.50, y=18.00, z=335.50], EntityBat['Bat'/69374, l='MpServer', x=138.54, y=32.09, z=347.31], EntitySheep['Sheep'/38144, l='MpServer', x=231.55, y=63.00, z=403.76], EntityBat['Bat'/55040, l='MpServer', x=1065.39, y=27.00, z=413.49], EntitySheep['Sheep'/70913, l='MpServer', x=411.60, y=70.21, z=398.50], EntityItem['item.tile.stonebrick'/48899, l='MpServer', x=964.46, y=11.00, z=361.78], EntitySheep['Sheep'/70914, l='MpServer', x=409.50, y=78.00, z=388.73], EntitySheep['Sheep'/70916, l='MpServer', x=415.66, y=82.00, z=394.47], EntityPig['Pig'/38152, l='MpServer', x=241.72, y=63.09, z=392.18], EntityPig['Pig'/68873, l='MpServer', x=362.51, y=70.00, z=380.28], EntitySheep['Sheep'/70921, l='MpServer', x=400.64, y=73.00, z=414.76], EntityZombie['Zombie'/42761, l='MpServer', x=346.50, y=70.00, z=380.50], EntityItem['item.item.egg'/75016, l='MpServer', x=371.38, y=61.00, z=456.49], EntityItem['item.item.egg'/42250, l='MpServer', x=301.98, y=68.00, z=403.42], EntitySheep['Sheep'/68875, l='MpServer', x=357.31, y=64.00, z=441.80], EntityPig['Pig'/68874, l='MpServer', x=359.82, y=66.00, z=420.78], EntitySheep['Sheep'/70922, l='MpServer', x=432.20, y=63.00, z=425.51], EntitySheep['Sheep'/48403, l='MpServer', x=1081.50, y=84.00, z=361.76], EntitySheep['Sheep'/48404, l='MpServer', x=1081.45, y=84.00, z=367.60], EntitySheep['Sheep'/48405, l='MpServer', x=1084.50, y=86.00, z=366.50], EntityItem['item.item.egg'/42774, l='MpServer', x=345.00, y=70.00, z=379.78], EntityItem['item.tile.rail'/48406, l='MpServer', x=1086.35, y=15.00, z=377.78], EntityMinecartChest['container.minecart'/48409, l='MpServer', x=1075.50, y=18.06, z=413.50], EntityZombie['Zombie'/54555, l='MpServer', x=955.50, y=53.00, z=382.50], EntityZombie['Zombie'/53020, l='MpServer', x=1093.35, y=48.00, z=320.35], EntityChicken['Chicken'/38173, l='MpServer', x=303.12, y=70.00, z=404.60], EntityZombie['Zombie'/53533, l='MpServer', x=1043.56, y=12.00, z=340.24], EntitySkeleton['Skeleton'/54049, l='MpServer', x=1092.47, y=72.00, z=367.28], EntityZombie['Zombie'/42279, l='MpServer', x=217.81, y=20.00, z=364.49], EntityPig['Pig'/38183, l='MpServer', x=328.25, y=71.00, z=368.49], EntityCreeper['Creeper'/42281, l='MpServer', x=300.50, y=71.00, z=313.50], EntityHorse['Horse'/38185, l='MpServer', x=332.88, y=65.00, z=403.49], EntityHorse['Horse'/38186, l='MpServer', x=331.98, y=68.00, z=428.98], EntityChicken['Chicken'/38193, l='MpServer', x=344.26, y=70.00, z=379.14], EntityHorse['Horse'/38194, l='MpServer', x=336.09, y=65.00, z=423.91], EntityZombie['Zombie'/42803, l='MpServer', x=340.29, y=50.00, z=319.50], EntityZombie['Zombie'/42804, l='MpServer', x=260.50, y=70.00, z=378.81], EntityCreeper['Creeper'/54069, l='MpServer', x=946.50, y=26.00, z=347.50], EntityCreeper['Creeper'/53560, l='MpServer', x=1036.50, y=69.00, z=398.50], EntityBat['Bat'/53050, l='MpServer', x=976.84, y=30.97, z=341.68], EntityItem['item.tile.stonebrick'/48956, l='MpServer', x=965.33, y=11.00, z=361.53], EntityZombie['Zombie'/53565, l='MpServer', x=1073.35, y=23.00, z=385.35], EntitySkeleton['Skeleton'/42814, l='MpServer', x=337.50, y=52.00, z=318.50], EntityItem['item.tile.stonebrick'/48958, l='MpServer', x=966.42, y=11.00, z=361.88], EntityBat['Bat'/76095, l='MpServer', x=289.43, y=9.04, z=438.68], EntityCreeper['Creeper'/52031, l='MpServer', x=1077.50, y=22.00, z=385.50], EntityItem['item.item.feather'/39744, l='MpServer', x=344.05, y=70.00, z=378.93], EntityItem['item.tile.stonebrick'/48960, l='MpServer', x=966.83, y=11.00, z=361.13], EntitySkeleton['Skeleton'/55104, l='MpServer', x=1101.50, y=21.00, z=399.50], EntityBat['Bat'/42820, l='MpServer', x=255.61, y=15.06, z=400.32], EntityZombie['Zombie'/54599, l='MpServer', x=953.50, y=46.00, z=390.50], EntityMinecartChest['container.minecart'/70470, l='MpServer', x=147.50, y=17.06, z=401.49], EntityPig['Pig'/68936, l='MpServer', x=377.51, y=69.00, z=389.33], EntityItem['item.tile.stonebrick'/48972, l='MpServer', x=968.23, y=11.00, z=361.88], EntityChicken['Chicken'/48462, l='MpServer', x=1099.87, y=87.00, z=351.50], EntitySheep['Sheep'/48463, l='MpServer', x=1081.76, y=84.00, z=366.38], EntityZombie['Zombie'/42832, l='MpServer', x=313.50, y=55.00, z=284.50], EntityTippedArrow['Arrow'/76117, l='MpServer', x=353.89, y=66.04, z=418.96], EntityWitch['Witch'/53077, l='MpServer', x=1075.50, y=69.00, z=334.50], EntityItem['item.item.egg'/40795, l='MpServer', x=269.43, y=74.00, z=312.90], EntityItem['item.item.egg'/48475, l='MpServer', x=992.52, y=74.00, z=298.82], EntityCreeper['Creeper'/51548, l='MpServer', x=1042.50, y=70.00, z=400.50], EntityItem['item.tile.stonebrick'/48989, l='MpServer', x=969.88, y=11.00, z=361.50], EntityBat['Bat'/54624, l='MpServer', x=1066.24, y=28.03, z=412.07], EntityBat['Bat'/54625, l='MpServer', x=1044.00, y=12.98, z=330.70], EntityItem['item.item.arrow'/51555, l='MpServer', x=985.88, y=11.00, z=346.13], EntityBat['Bat'/54634, l='MpServer', x=1052.56, y=36.61, z=310.65], EntityZombie['Zombie'/69995, l='MpServer', x=362.50, y=50.00, z=392.50], EntityEnderman['Enderman'/53099, l='MpServer', x=1070.50, y=33.00, z=440.50], EntityChicken['Chicken'/43373, l='MpServer', x=988.50, y=111.00, z=350.50], EntitySpider['Spider'/55149, l='MpServer', x=1103.50, y=72.00, z=364.50], EntityChicken['Chicken'/43374, l='MpServer', x=987.50, y=108.00, z=348.78], EntityChicken['Chicken'/43375, l='MpServer', x=988.52, y=110.00, z=349.12], EntitySkeleton['Skeleton'/54644, l='MpServer', x=1095.50, y=29.00, z=304.71], EntityBat['Bat'/42869, l='MpServer', x=249.71, y=26.83, z=429.38], EntityEnderman['Enderman'/54645, l='MpServer', x=1089.50, y=75.00, z=369.50], EntityItem['item.item.egg'/72058, l='MpServer', x=340.55, y=70.00, z=382.47], EntityCreeper['Creeper'/42364, l='MpServer', x=269.19, y=15.00, z=348.51], EntitySkeleton['Skeleton'/42877, l='MpServer', x=229.50, y=65.00, z=343.50], EntitySkeleton['Skeleton'/42880, l='MpServer', x=296.50, y=70.00, z=344.50], EntityMinecartChest['container.minecart'/70529, l='MpServer', x=125.50, y=12.06, z=397.50], EntityHorse['Horse'/66433, l='MpServer', x=339.94, y=65.00, z=423.97], EntityZombie['Zombie'/76160, l='MpServer', x=408.50, y=76.00, z=462.50], EntityChicken['Chicken'/43398, l='MpServer', x=987.50, y=72.00, z=283.50], EntityZombie['Zombie'/53126, l='MpServer', x=1074.73, y=42.00, z=320.52], EntityChicken['Chicken'/43399, l='MpServer', x=990.40, y=72.00, z=285.16], EntityChicken['Chicken'/43400, l='MpServer', x=986.50, y=75.00, z=297.50], EntityChicken['Chicken'/43401, l='MpServer', x=989.50, y=74.00, z=297.50], EntityChicken['Chicken'/43402, l='MpServer', x=993.40, y=74.00, z=298.87], EntityZombie['Zombie'/75659, l='MpServer', x=280.50, y=64.00, z=443.50], EntityZombie['Zombie'/75147, l='MpServer', x=344.29, y=66.00, z=427.49], EntityChicken['Chicken'/43403, l='MpServer', x=983.57, y=78.00, z=302.40], EntityChicken['Chicken'/43405, l='MpServer', x=980.89, y=73.00, z=289.21], EntityZombie['Zombie'/54157, l='MpServer', x=1093.50, y=56.00, z=395.50], EntityTippedArrow['Arrow'/76172, l='MpServer', x=353.86, y=66.04, z=418.83], EntityPig['Pig'/42384, l='MpServer', x=362.51, y=70.00, z=380.28], EntityZombie['Zombie'/54160, l='MpServer', x=1005.50, y=13.00, z=411.50], EntityBat['Bat'/55184, l='MpServer', x=1041.61, y=39.02, z=294.47], EntitySkeleton['Skeleton'/75665, l='MpServer', x=313.50, y=35.00, z=362.50], EntityHorse['Skeleton Horse'/70033, l='MpServer', x=347.70, y=66.00, z=430.05], EntitySheep['Sheep'/42385, l='MpServer', x=367.49, y=71.00, z=404.79], EntityPig['Pig'/42386, l='MpServer', x=359.82, y=66.00, z=420.78], EntityCreeper['Creeper'/76183, l='MpServer', x=394.50, y=67.00, z=365.50], EntitySkeleton['Skeleton'/55192, l='MpServer', x=1060.50, y=71.00, z=385.50], EntityItem['item.tile.stonebrick'/49049, l='MpServer', x=972.18, y=11.00, z=361.66], EntityItem['item.tile.stonebrick'/49052, l='MpServer', x=970.68, y=11.00, z=361.13], EntitySquid['Squid'/75676, l='MpServer', x=376.40, y=61.00, z=372.94], EntityBat['Bat'/53153, l='MpServer', x=1095.32, y=41.99, z=325.39], EntityChicken['Chicken'/43427, l='MpServer', x=993.50, y=113.00, z=351.89], EntitySpider['Spider'/42404, l='MpServer', x=243.50, y=22.00, z=312.50], EntityZombie['Zombie'/54692, l='MpServer', x=976.50, y=67.00, z=437.50], EntityItem['item.tile.stone.diorite'/50085, l='MpServer', x=976.33, y=7.00, z=363.78], EntityItem['item.tile.stone.andesite'/50088, l='MpServer', x=976.44, y=7.00, z=364.03], EntitySkeleton['Skeleton'/70057, l='MpServer', x=365.50, y=51.00, z=388.50], EntityPig['Pig'/42410, l='MpServer', x=368.78, y=68.00, z=385.49], EntitySkeleton['Skeleton'/42924, l='MpServer', x=326.22, y=64.00, z=292.49], EntitySpider['Spider'/54702, l='MpServer', x=1030.50, y=16.00, z=386.50], EntityZombie['Zombie'/42928, l='MpServer', x=220.50, y=79.00, z=292.50], EntityCow['Cow'/43450, l='MpServer', x=1018.53, y=96.00, z=362.81], EntityWitch['Witch'/54715, l='MpServer', x=1003.50, y=14.00, z=426.50], EntityCow['Cow'/43451, l='MpServer', x=1013.78, y=96.00, z=364.50], EntityCow['Cow'/43453, l='MpServer', x=1026.00, y=93.00, z=364.61], EntityZombie['Zombie'/42430, l='MpServer', x=235.50, y=28.00, z=408.50], EntityCow['Cow'/43454, l='MpServer', x=1029.30, y=92.00, z=360.60], EntityZombie['Zombie'/42947, l='MpServer', x=267.50, y=73.00, z=310.50], EntitySkeleton['Skeleton'/41924, l='MpServer', x=234.50, y=58.00, z=376.50], EntitySkeleton['Skeleton'/42436, l='MpServer', x=242.50, y=20.00, z=318.50], EntitySkeleton['Skeleton'/74697, l='MpServer', x=369.50, y=19.00, z=488.50], EntityBat['Bat'/40906, l='MpServer', x=240.45, y=22.88, z=336.97], EntityCow['Cow'/43466, l='MpServer', x=1024.51, y=77.00, z=432.78], EntityItem['item.tile.stonebrick'/54219, l='MpServer', x=1019.88, y=11.00, z=362.55], EntityCreeper['Creeper'/75722, l='MpServer', x=430.50, y=94.00, z=391.50], EntitySpider['Spider'/42956, l='MpServer', x=259.08, y=64.00, z=439.09], EntityCow['Cow'/43468, l='MpServer', x=1030.79, y=78.00, z=441.48], EntityCow['Cow'/43469, l='MpServer', x=1037.23, y=80.00, z=440.49], EntityItem['item.tile.stone.diorite'/54737, l='MpServer', x=1022.62, y=11.00, z=361.80], EntityBat['Bat'/53204, l='MpServer', x=990.24, y=42.10, z=373.06], EntitySkeleton['Skeleton'/41941, l='MpServer', x=247.50, y=17.00, z=416.50], EntitySoul['entity.randomthings.playerSoul.name'/76247, l='MpServer', x=353.05, y=50.51, z=415.30], EntitySkeleton['Skeleton'/54744, l='MpServer', x=952.50, y=46.00, z=357.50], EntitySkeleton['Skeleton'/42970, l='MpServer', x=311.50, y=70.00, z=374.50], EntitySpider['Spider'/55263, l='MpServer', x=966.50, y=35.00, z=325.50], EntityZombie['Zombie'/69603, l='MpServer', x=369.50, y=52.00, z=379.50], EntitySpider['Spider'/55271, l='MpServer', x=1088.50, y=70.00, z=380.50], EntitySkeleton['Skeleton'/55273, l='MpServer', x=1084.50, y=26.00, z=320.50], EntityItem['item.tile.stone.diorite'/54762, l='MpServer', x=1026.77, y=11.00, z=361.13], EntityCreeper['Creeper'/42988, l='MpServer', x=254.50, y=65.00, z=291.50], EntityCreeper['Creeper'/42993, l='MpServer', x=331.50, y=70.00, z=372.50], EntityZombie['Zombie'/54258, l='MpServer', x=1031.50, y=35.00, z=291.50], EntityCreeper['Creeper'/42995, l='MpServer', x=268.50, y=72.00, z=337.50], EntityZombie['Zombie'/54771, l='MpServer', x=1086.71, y=42.00, z=326.49], EntitySkeleton['Skeleton'/54260, l='MpServer', x=1100.50, y=70.00, z=400.50], EntityItem['item.item.egg'/49654, l='MpServer', x=987.05, y=75.00, z=298.22], EntityCow['Cow'/43519, l='MpServer', x=1043.20, y=82.00, z=432.51]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:409)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:395)
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.9
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: 1595065536 bytes (1521 MB) / 3017801728 bytes (2878 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.23 Powered by Forge 12.16.0.1865 75 mods loaded, 75 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAA mcp{9.19} Minecraft Coder Pack
UCHIJAAAAAAAAAAAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAAAAAAAAAAAA Forge{12.16.0.1865} Minecraft Forge
UCHIJAAAAAAAAAAAAAA CodeChickenCore{2.0.1.53} CodeChicken Core
UCHIJAAAAAAAAAAAAAA appleagain{1.1} Apples Again
UCHIJAAAAAAAAAAAAAA Baubles{1.2.0.2} Baubles
UCHIJAAAAAAAAAAAAAA BaublesHud{2.3.0} Baubles-Hud
UCHIJAAAAAAAAAAAAAA baublesstuff{2.0.5} Baubles Stuff
UCHIJAAAAAAAAAAAAAA BetterAchievements{0.2.2} Better Achievements
UCHIJAAAAAAAAAAAAAA betterbuilderswands{0.6.0} Better Builder's Wands
UCHIJAAAAAAAAAAAAAA Bloodmoon{1.2} Bloodmoon
UCHIJAAAAAAAAAAAAAA bookshelf{1.2.0.226} Bookshelf
UCHIJAAAAAAAAAAAAAA bookshelfapi{3.0.4} Bookshelf
UCHIJAAAAAAAAAAAAAA Chameleon{1.9-2.1.3} Chameleon
UCHIJAAAAAAAAAAAAAA ChickenChunks{2.0.1.26} ChickenChunks
UCHIJAAAAAAAAAAAAAA mcmultipart{1.1.1} MCMultiPart
UCHIJAAAAAAAAAAAAAA chiselsandbits{9.14} Chisels & Bits
UCHIJAAAAAAAAAAAAAA ChunkAnimator{1.1} Chunk Animator
UCHIJAAAAAAAAAAAAAA ColorfulStars{2.0.1} [Colorful Stars](Colorful Stars-1.9-2.0.1.jar)
UCHIJAAAAAAAAAAAAAA cookingforblockheads{2.0.5} Cooking for Blockheads
UCHIJAAAAAAAAAAAAAA MineTweaker3{3.0.3} MineTweaker 3
UCHIJAAAAAAAAAAAAAA CustomMainMenu{2.0} Custom Main Menu
UCHIJAAAAAAAAAAAAAA cxlibrary{1.0.0} CXLibrary
UCHIJAAAAAAAAAAAAAA DimensionRules{1.0} Dimension Rules
UCHIJAAAAAAAAAAAAAA Ding{MC1.9.0v2} Ding
UCHIJAAAAAAAAAAAAAA DurabilityShow{3.0.2} [Durability Show](Durability Show-1.9-3.0.2.jar)
UCHIJAAAAAAAAAAAAAA enderutilities{0.5.1} Ender Utilities
UCHIJAAAAAAAAAAAAAA ExtraBitManipulation{1.9-2.1.0} Extra Bit Manipulation
UCHIJAAAAAAAAAAAAAA golems{4.02} Extra Golems
UCHIJAAAAAAAAAAAAAA FastLeaveDecay{1.1} Fast Leave Decay
UCHIJAAAAAAAAAAAAAA flatcoloredblocks{mc1.9-v2.2} Flat Colored Blocks
UCHIJAAAAAAAAAAAAAA furnus{1.73} Furnus
UCHIJAAAAAAAAAAAAAA hopperducts{1.4.7} Hopper Ducts
UCHIJAAAAAAAAAAAAAA InfernalMobs{1.6.8} Infernal Mobs
UCHIJAAAAAAAAAAAAAA inventorytweaks{1.61-dev-45-29e0ed5} Inventory Tweaks
UCHIJAAAAAAAAAAAAAA IronChest{6.0.133.777} Iron Chest
UCHIJAAAAAAAAAAAAAA itemscroller{0.4.0} Item Scroller
UCHIJAAAAAAAAAAAAAA JEI{3.2.14.190} Just Enough Items
UCHIJAAAAAAAAAAAAAA journeymap{1.9-5.2.0b1} JourneyMap
UCHIJAAAAAAAAAAAAAA jeresources{0.4.3} Just Enough Resources
UCHIJAAAAAAAAAAAAAA LunatriusCore{1.1.2.34} LunatriusCore
UCHIJAAAAAAAAAAAAAA LaserLevel{2.0.0.11} Laser Level
UCHIJAAAAAAAAAAAAAA llor{1.0.7-mc1.9} Light Level Overlay Reloaded
UCHIJAAAAAAAAAAAAAA ModNameTooltip{1.3.0} Mod Name Tooltip
UCHIJAAAAAAAAAAAAAA MoreFurnaces{1.6.0} More Furnaces
UCHIJAAAAAAAAAAAAAA MouseTweaks{2.6.2} Mouse Tweaks
UCHIJAAAAAAAAAAAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat](Neat 1.2-5.jar)
UCHIJAAAAAAAAAAAAAA neotech{3.0.6} NeoTech
UCHIJAAAAAAAAAAAAAA fodc{1.8.1} Ore Dictionary Converter
UCHIJAAAAAAAAAAAAAA progressiveautomation{1.6.42} Progressive Automation
UCHIJAAAAAAAAAAAAAA Psi{beta-31} Psi
UCHIJAAAAAAAAAAAAAA quantumflux{2.0.4} QuantumFlux
UCHIJAAAAAAAAAAAAAA Quark{beta-18} Quark
UCHIJAAAAAAAAAAAAAA randomthings{3.6.9} Random Things
UCHIJAAAAAAAAAAAAAA redstonepaste{1.7.3} Redstone Paste
UCHIJAAAAAAAAAAAAAA xreliquary{1.9-1.3.1.322} Reliquary
UCHIJAAAAAAAAAAAAAA ResourceLoader{1.5} Resource Loader
UCHIJAAAAAAAAAAAAAA rftools{4.40} RFTools
UCHIJAAAAAAAAAAAAAA rftoolsdim{4.23beta34} RFTools Dimensions
UCHIJAAAAAAAAAAAAAA Roguelike{1.5.0} Roguelike Dungeons
UCHIJAAAAAAAAAAAAAA AS_Ruins{15.8} Ruins Spawning System
UCHIJAAAAAAAAAAAAAA SimpleGraves{1.9-1.0.0-8} SimpleGraves
UCHIJAAAAAAAAAAAAAA soulshardstow{1.9-2.3.9-25} Soul Shards - The Old Ways
UCHIJAAAAAAAAAAAAAA StorageDrawers{1.9-3.1.6} Storage Drawers
UCHIJAAAAAAAAAAAAAA substratum{1.3.0.0} Substratum
UCHIJAAAAAAAAAAAAAA terrainCrystals{1.0.8} Terrain Crystals
UCHIJAAAAAAAAAAAAAA uncraftingtable{1.0.4} Uncrafting Grinder
UCHIJAAAAAAAAAAAAAA AS_UpdateCheck{1.1.7} AtomicStryker Update Check Mod
UCHIJAAAAAAAAAAAAAA VeinMiner{0.31.5_build.forgePost18010} Vein Miner
UCHIJAAAAAAAAAAAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} Mod Support
UCHIJAAAAAAAAAAAAAA Waila{1.7.0} Waila
UCHIJAAAAAAAAAAAAAA WailaHarvestability{1.1.7} Waila Harvestability
UCHIJAAAAAAAAAAAAAA ICSE{1.0.0.0} I Can See Everything
UCHIJAAAAAAAAAAAAAA wawla{2.2.0.178} What Are We Looking At
UCHIJAAAAAAAAAAAAAA WorldHandler{1.9-3.2} World Handler GUI
Loaded coremods (and transformers):
NowWithRendering (redstonepaste-mc1.9-1.7.3.jar)
net.fybertech.nwr.NowWithRendering
FMLPlugin (InventoryTweaks-1.61-dev-45.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (DimensionRules-MC1.9-1.0.jar)
lumien.dimensionrules.asm.ClassTransformer
CXLibraryCore (cxlibrary-1.0.0.jar)
cubex2.cxlibrary.CoreModTransformer
LoadingPlugin (ChunkAnimator-MC1.9-1.1.jar)
lumien.chunkanimator.asm.ClassTransformer
LoadingPlugin (Bloodmoon-MC1.9-1.4.1.jar)
lumien.bloodmoon.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.9-2.0.1.23-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
LoadingPlugin (Quark-beta-18.jar)
vazkii.quark.base.asm.ClassTransformer
CodeChickenCorePlugin (CodeChickenCore-1.9-2.0.1.53-universal.jar)
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)

LoadingPlugin (RandomThings-MC1.9-3.6.9.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (FastLeafDecay-MC1.9-1.2.jar)
lumien.fastleavedecay.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.9-1.5.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics'
Launched Version: forge-12.16.0.1865
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4276, 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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (United States)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Pentium(R) CPU N3540 @ 2.16GHz

Error while "Tesselating block model"

I was building a book when this happened

I had a look in the console and it had this error.
It was being spammed in the console VERY quickly (every frame or tick, not sure which)
(Pasted in link because it's a bit big)

It was fixed after reloading the world, though oddly enough reloading the chunks didn't fix it.
Here is what it was meant to look like (not finished)

As you can see on the block one away from the far right has a piece missing, that was the piece that I added when the error started. I removed those bits to try to fix it but reloading the world is the only thing that did. (It is possible that I didn't go far enough away to reload the chunks however. Difficult to test as the error has stopped now.)

Mod List:

  • chiselsandbits-8.3.jar
  • flatcoloredblocks-mc1.8.9-v1.8.jar
  • InventoryTweaks-1.60-beta-33.jar
  • jei_1.8.9-2.28.2.166.jar
  • journeymap-1.8.8-5.1.3-unlimited.jar
  • LLOverlayReloaded-1.0.5-mc1.8.9.jar
  • OptiFine_1.8.9_HD_U_H3.jar

Bag Implementation - Fake Slots

Should probably look into either hiding the fake slots form external sources completely, or using normal slots with more custom handling.

Optifine Incompatibility

When the complexity of a sculptures hits a certain threshold, which is quite low, the structure doesn't render anymore when using any shader pack. It works properly using the internal shader pack or no shaders at all. The collisions are still working and the chisel tool still works on the expected model, it's really just the rendering that's affected.

Steps to reproduce:
Chisels bits out of a block and eventually it will stop rendering.

Minecraft v1.8.9, Forge v11.15.1.1761, Optifine v1.8.9 HD U H3.

ExtraUtilities2 - Incompatability, Some bits are invisible

Polished stone (from ExtraUtilities2)-Bits are most of the time (sometimes some of them work fine) invisible allowing you to see the caves (the thing that happens if a solid block has a transparent texture). I tested this at two diffrent days, with and without Optifine and with multiple restarts and texture-reloads.

2016-04-03_20 54 02
Here one side of the block shows the texture, the other doesn't. Both sides are Polished Stone (a third side stone bricks).

2016-04-03_20 54 25
This should be mostly polished stone....

Sorry for my english, it isn't my native language ;)

Texturepack bug with Optifine

I have a minecraft 1.9 modpack created with this mod . now I have opti fine installed unfortunately now the textures very buggy . there is a solution to this problem or do I have Optifine leave out ?

Minecraft 1.9
Forge : 12.16.0.1797
Chisel & Bits : 9.7
Optifine : 1.9_HD_U_A4_pre
-or- : 1.9_HD_U_A5_pre

Other mods :
Additional banner
BetterAchievments
Bioments O'Planty
duability Show
Ender Crops
Horse upgrade
JourneyMap
Just Enough Items
Leon's Simple teleporter
More Player Models
Morpheus
Progrssive Automation
VeinMiner
2016-03-26_21 40 05

Block duplication bug

Copy type A block to positive pattern, place bits of type B block, apply pattern to type B bits with one stack of type A bits in inventory while holding a bit bag. Application of pattern does not remove type A bits from inventory, and you can continue applying the pattern in this way to generate type A blocks with no cost.

Does not seem to depend on block type, as long as you have a single stack of the bits in your inventory and are using a different block's bits as your target for the pattern.

Bug occurred in chisels and bits version 8.4 while running the following mods with forge 11.15.1.1763
JEI, StorageDrawers, Thaumcraft, Mapwriter, Chameleon

Wrench rotation is only visual, v9.15

The wrench does rotate the block visually, but when the world is reloaded, the rotated block is back in its default position. Additionally, a rotated "stair" block causes you to glitch out when trying to walk up it.

Edit: also happens when the chunk is unloaded and reloaded.

Ghost placement can disappear after hitting shift

I want to place a block, and I see the ghost image is rotated the wrong way. I use shift-mouse-wheel to rotate it. Now the ghost image is gone though, and I have to look into a new block space and back to make it appear.

This only occurs when placing the block aligned to blocks, if I'm already shifting and placing it between blocks, the ghost image is updated immediately.

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

---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 3/13/16 8:48 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: mod.chiselsandbits.ChiselsAndBits
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:538)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:214)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.ClassNotFoundException: mod.chiselsandbits.ChiselsAndBits
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:461)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
... 10 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more

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

-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 133804384 bytes (127 MB) / 255066112 bytes (243 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} Minecraft Coder Pack
UC FML{8.0.99.99} Forge Mod Loader
UC Forge{11.14.4.1563} Minecraft Forge
UE chiselsandbits{1.6.2} Chisels & Bits
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3574' Renderer: 'Intel(R) HD Graphics 4600'

Suggestions?

client crashes

here's the crash report, the crashes were duplicable and only crashed the individual clients and not the server as a whole. the sever is running several mods and was wondering if this was a compatibility issue or something else altogether.
crash-2016-04-14_10.37.11-client.txt

Block-Map Mix-up On Sound / Texture Reload

On Chisels & Bits v. 8.7:

So, I'll describe my steps carefully:
Before:
2016-04-04_18 13 30

After F3 + S (also happens with F3 + T):
2016-04-04_18 11 43

After Server Re-Log / World Re-Load:

2016-04-04_18 12 18

Notice how even after re-log, the metadata of the blocks is wrong: the stone bordering the glass is the wrong metadata, and the wool pixel art which you can see inside my house is pink instead of white.

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.