owengage / fastnbt

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

Make string an 'air' block #38

Open owengage opened 2 years ago

owengage commented 2 years ago

Fastanvil treats certain blocks as 'air', where when calculating height maps, will not consider some blocks as solid, like air.

String is considered solid and is often used to stop things like snow forming in builds. Include string in these blocks.