Fix wall rails and water biomes

This commit is contained in:
chelsea
2026-05-02 23:23:29 -05:00
parent 335b35d416
commit 127e706bcb
4 changed files with 22 additions and 4 deletions

View File

@@ -69,7 +69,9 @@
BLOCK_LILY_OF_THE_VALLEY = 56,
BLOCK_FERN = 57,
BLOCK_CLAY = 58,
BLOCK_SEAGRASS = 59
BLOCK_SEAGRASS = 59,
BLOCK_IRON_BARS_NS = 60,
BLOCK_IRON_BARS_EW = 61
};
struct trail_segment;