Gets a block with the id used in Minecraft.
auto block = blocks.fromBedrock(33, 2); assert(block && block.name == "piston facing north"); assert(blocks.fromBedrock(255) is null); // structure block
See Implementation
Gets a block with the id used in Minecraft.