Gets a block with the id used in Minecraft.
auto block = blocks.fromMinecraft(217); assert(block.name == "structure void"); assert(blocks.fromMinecraft(248) is null);
See Implementation
Gets a block with the id used in Minecraft.