Open ThatRedox opened 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.
MinecraftBlock
minecraft:
JsonBlock
Full blocks were being optimized into
MinecraftBlock
which adds theminecraft:
namespace to the passed name. This PR creates a newJsonBlock
class which handles the name correctly.