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 are black in inventory #104

Closed drew5494 closed 10 years ago

drew5494 commented 10 years ago

This happens with command blocks and also base colour does not work properly with command blocks

Puremin0rez commented 10 years ago

Can confirm, base color is always black which messes things up.

This is a good example of a banner that's spawned improperly - orange will turn to black.

http://algoin.de/bngn/?=bapu

Shevchik commented 10 years ago

ITem banners don't support nbt at all.

Puremin0rez commented 10 years ago

I understand the black banner in inventory issue, but a problem he's talking about is that banners spawned via command blocks will always have the black base color. The patterns will all be correct, but the base color won't be when placed. My banner example above is a good example of this if you put it in a command block ingame.

Shevchik commented 10 years ago

The /setblock command works fine for me.

Puremin0rez commented 10 years ago

Ah you're correct, setblock works properly. give does not.