feat: add aliased texture names for improved block texture handling

This commit is contained in:
MayaTheShy
2026-03-25 23:06:03 -04:00
parent 1050ed84f2
commit 25623b735c

View File

@@ -183,6 +183,8 @@ const BLOCK_TEXTURES = new Set([
'oxidized_copper_trapdoor', 'pale_oak_trapdoor',
// Dirt path and magma
'dirt_path', 'magma',
// Aliased texture names that live in block/ (resolved via TEXTURE_ALIASES)
'sandstone_top', 'red_sandstone_top', 'quartz_block_bottom',
// Additional blocks commonly seen as items
'smooth_stone', 'smooth_sandstone', 'smooth_red_sandstone', 'smooth_quartz',
'chiseled_sandstone', 'cut_sandstone', 'chiseled_red_sandstone', 'cut_red_sandstone',