mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
278 stars 52 forks source link

parse all 2x combinations of Block proberties #358

Closed EtlamGit closed 1 year ago

EtlamGit commented 1 year ago

With 1.20 Pitcher Plant, we have a 2 Block tall flower that should have different color for lower/upper half and for each grow age (0..4) For lower grow ages the upper half is even invisible.

To get that to work, we have to combine 2 Block properties when defining the Block color. When searching the correct Block variant from a Palette:

In the definition file it would be nice to give these properties as list. But older Minutor versions would struggle with that. The code is implemented, but we should not use it for next couple of years.