0

add soul_soil, nether_gold_ore, removelist

This commit is contained in:
InrcedibleHolg
2020-08-04 19:20:09 +02:00
parent 3ac090a7a0
commit 0a9d1961c5
5 changed files with 14 additions and 3 deletions

View File

@@ -37,7 +37,9 @@ walk_chunk(RenderState* state, RenderPrimitiveNether* data) {
for (y = NETHER_ROOF - 1; y >= 0; y--) {
blockid = get_data(state, BLOCKS, x, y - (state->chunky * 16), z);
if (block_class_is_subset(blockid, (mc_block_t[]){block_bedrock, block_netherrack, block_quartz_ore, block_lava}, 4))
if (block_class_is_subset(blockid, (mc_block_t[]){block_bedrock, block_netherrack,
block_quartz_ore, block_lava, block_soul_sand, block_basalt, block_blackstone,
block_soul_soil, block_nether_gold_ore}, 9))
data->remove_block[x + 1][y][z + 1] = true;
else
break;