leMaik / chunky

Photorealistic image renderer for Minecraft 1.2.1+
https://chunky.lemaik.de
GNU General Public License v3.0
40 stars 1 forks source link

Fix blocks being created in the wrong namespace. Fixes glowstone, etc. not emitting. #39

Open ThatRedox opened 1 year ago

ThatRedox commented 1 year ago

Full blocks were being optimized into MinecraftBlock which adds the minecraft: namespace to the passed name. This PR creates a new JsonBlock class which handles the name correctly.