NavidK0 / Carbon

Carbon is a Spigot plugin which turns a spigot protocol hacked server (on 1.7.10) into a 1.8 server.
GNU Lesser General Public License v3.0
35 stars 19 forks source link

[Bug] Odd torch behavior. #14

Closed mibby closed 10 years ago

mibby commented 10 years ago

Compiled source as of commit https://github.com/NavidK0/Carbon/commit/0da8f35147fc1efd4dec38482b1917617485f908

Torches are behaving oddly. They are not rotated correctly on blocks.

This is a place in my world that has torches floating. link

This occurs every once in a while when trying to place a torch on the wall. It floats in the wrong direction. link2

Some players are reporting they are able to dupe torches when it floats, but might be clientside only until they relog.

mibby commented 10 years ago

@NavidK0

link2

I think I narrowed it down some. When crafting torches (stick + coal), placing the newly crafted torches on the ground causes them to float and at an angle. It also does not use up the stack at all, causing infinite torches.

mibby commented 10 years ago

@NavidK0 Torch recipe is extremely broken with this commit. I can keep spam clicking to spawn in arrows. https://github.com/NavidK0/Carbon/commit/a15fed6884edda2436f453c991c15f556e8787a8

link5

Shevchik commented 10 years ago

Should be fixed now

mibby commented 10 years ago

Confirmed fixed. Can create torches properly again, jack-o-lanterns, and not noticing any more issues with floating torches when placing newly crafted ones down.

Though, there are issues with floating torches already existing in the world still. Not sure if there is much you can do about that. Torches that are suppose to be on a block, but rotated 180 degrees, floating instead of hanging. Breaking the block the torch is suppose to be on breaks the torch.

I will let you know if there are still issues with newly placed torches floating.