Add log cabin variants and fix palette

This commit is contained in:
chelsea
2025-12-02 20:45:50 -06:00
parent f5afe3d69b
commit c8ad0a06e8
4 changed files with 673 additions and 12 deletions

View File

@@ -24,7 +24,30 @@
BLOCK_GRAVEL = 12,
BLOCK_SNOW = 13,
BLOCK_TALL_GRASS = 14,
BLOCK_WILDFLOWER = 15
BLOCK_WILDFLOWER = 15,
BLOCK_COPPER_ORE = 16,
BLOCK_IRON_ORE = 17,
BLOCK_GOLD_ORE = 18,
BLOCK_REDSTONE_ORE = 19,
BLOCK_LAPIS_ORE = 20,
BLOCK_DIAMOND_ORE = 21,
BLOCK_OAK_PLANKS = 22,
BLOCK_SPRUCE_PLANKS = 23,
BLOCK_OAK_LOG_X = 24,
BLOCK_OAK_LOG_Z = 25,
BLOCK_SPRUCE_LOG_X = 26,
BLOCK_SPRUCE_LOG_Z = 27,
BLOCK_GLASS_PANE = 28,
BLOCK_SPRUCE_DOOR_S_LOWER = 29,
BLOCK_SPRUCE_DOOR_S_UPPER = 30,
BLOCK_SPRUCE_DOOR_N_LOWER = 31,
BLOCK_SPRUCE_DOOR_N_UPPER = 32,
BLOCK_SPRUCE_DOOR_W_LOWER = 33,
BLOCK_SPRUCE_DOOR_W_UPPER = 34,
BLOCK_SPRUCE_DOOR_E_LOWER = 35,
BLOCK_SPRUCE_DOOR_E_UPPER = 36,
BLOCK_SPRUCE_STAIRS_E = 37,
BLOCK_SPRUCE_STAIRS_W = 38
};
struct trail_segment;