fix(fabric): render world arguments as dimensions
support worlds with whitespace in command input, closes #60
document renderer icon usage in config, closes #55
add missing blocks and block colors
closes #68 closes #73
[ci skip] bump gradle wrapper and fabric versions
register blocks/biomes even if max index is reached
update to 1.21.4
fix incorrect max build height value
solves the problem with the lines of air that would appear in the end
fix compilation error for bukkit servers
iterate down from max build height for nether roof renderer, closes #64
update to 1.21.3
bump gradle wrapper to 8.8
update to 1.21.1
shallow list copy in hashcode, closes #48
remove unnecessary global scheduler cancellation
we only cancel it ourselves when the plugin is disabled, but that's already handled for us. This removes the call to a paper-only class, which should allow pl3xmap to run properly on spigot