Add wall exteriors and interior access

This commit is contained in:
chelsea
2026-05-02 20:30:12 -05:00
parent 32d2b09b9f
commit 17c9634c0f
4 changed files with 81 additions and 10 deletions

View File

@@ -57,7 +57,11 @@
BLOCK_SMOOTH_STONE = 44,
BLOCK_STONE_BRICKS = 45,
BLOCK_BLACKSTONE = 46,
BLOCK_IRON_BARS = 47
BLOCK_IRON_BARS = 47,
BLOCK_STONE_BRICK_STAIRS_E = 48,
BLOCK_STONE_BRICK_STAIRS_W = 49,
BLOCK_STONE_BRICK_STAIRS_N = 50,
BLOCK_STONE_BRICK_STAIRS_S = 51
};
struct trail_segment;