owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 35 forks source link

1.16.5 iron bars render incorrect #93

Open shenjackyuanjie opened 1 year ago

shenjackyuanjie commented 1 year ago

map: image image

render: image

owengage commented 1 year ago

Hi, thanks for the report.

There are quite a few blocks that render in this magenta colour. It indicates that there isn't an entry in the colour palette for this block. Other examples at the moment are most redstone components.

There is an automatic palette extraction functionality in the tools directory, but it's far from perfect. There is also simpler regex matching and mapping to colours for some blocks.

I'll have to have a look at how iron bars are structured in Minecraft's data files and see if it can be automatically extracted in future.

shenjackyuanjie commented 1 year ago

well, there are also many many blocks render incorrect in this world such as powered_rails oak_sign

owengage commented 1 year ago

There are, yeah.

I have no plans to work on this much any time soon.