feat: add aliased texture names for improved block texture handling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user