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

Banners do not "pop off" when blocks go missing #68

Closed Puremin0rez closed 10 years ago

Puremin0rez commented 10 years ago

If you hang a banner on a wall, then break the blocks supporting the banner, the banner continues to float.

This is not Vanilla behavior (but somewhat neat?).

Shevchik commented 10 years ago

Yea, thats because we don't override block physics yet.

Wombosvideo commented 10 years ago

You could also check for the block near the broken block and check if it's a banner. Should be relatively easy to fix but then it would also need to drop the item with nbt data

NavidK0 commented 10 years ago

Banners don't drop the correct item either, it always drops black, that also needs to be fixed.

Puremin0rez commented 10 years ago

It always gives black when middle clicking them as well as spawning the pattern banners via command blocks.