52535455565758596061
final int x = chunk.getBlockX(random); final int y = random.nextInt(NetherGenerator.HEIGHT); final int z = chunk.getBlockZ(random); glowstone.randomize(); if (glowstone.canPlaceObject(world, x, y, z)) { glowstone.placeObject(world, x, y, z); } } } }