Simon Walker
Simon Walker
 This image shows a roof made of a mixture of smooth and normal sandstone slabs. These two blocks have the same surface texture and are indistinguishable from each other...
Split from #45; this covers: * `minecraft:piglin_head` * `minecraft:piglin_wall_head` These need a custom model due to the ears, but can use the code for basic heads as a baseline.
Split from #45. The following blocks don't render. - minecraft:dragon_head - minecraft:dragon_wall_head This will need a custom model and potentially changes to Overviewer Core to allow larger image sprites to...
Currently, the renderer generates a set of textures based loosely on the NBT block_palette values only, then stitches them together into a larger image. This means entities such as armour...
Sniffer eggs are 14x16x12 pixels, so we can't quite just use build_full_block. I think we can ignore the hatch state for the time being.
The conduit doesn't render. As this is usually used underwater, we should respect the waterlogged state and render as water if necessary.
This is full of small leaves in varying positions, so will be slightly more complex to add.