Make border wall brutalist

This commit is contained in:
chelsea
2026-05-02 20:07:38 -05:00
parent f423c046ac
commit 32d2b09b9f
5 changed files with 65 additions and 9 deletions

View File

@@ -53,7 +53,11 @@
BLOCK_LADDER_N = 40,
BLOCK_LADDER_S = 41,
BLOCK_LADDER_W = 42,
BLOCK_LADDER_E = 43
BLOCK_LADDER_E = 43,
BLOCK_SMOOTH_STONE = 44,
BLOCK_STONE_BRICKS = 45,
BLOCK_BLACKSTONE = 46,
BLOCK_IRON_BARS = 47
};
struct trail_segment;