feat: allow overriding top and bottom model textures

- Used for Snowy Northland leaves (Eternal Starlight) and Frosted Leaves (Chipped)
This commit is contained in:
Martin Prokoph
2025-07-17 16:07:31 +02:00
parent 833e703f50
commit 819e402eac
58 changed files with 193 additions and 150 deletions

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/acacia_leaves/frosted_acacia_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/acacia_leaves/frosted_acacia_leaves_top",
"bottom": "#top"
}
}

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/birch_leaves/frosted_birch_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/birch_leaves/frosted_birch_leaves_top",
"bottom": "#top"
}
}

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/dark_oak_leaves/frosted_dark_oak_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/dark_oak_leaves/frosted_dark_oak_leaves_top",
"bottom": "#top"
}
}

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/jungle_leaves/frosted_jungle_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/jungle_leaves/frosted_jungle_leaves_top",
"bottom": "#top"
}
}

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/oak_leaves/frosted_oak_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/oak_leaves/frosted_oak_leaves_top",
"bottom": "#top"
}
}

View File

@@ -0,0 +1,9 @@
{
"textureStitching": {
"1-3": "chipped:block/spruce_leaves/frosted_spruce_leaves_top"
},
"spriteOverrides": {
"top": "chipped:block/spruce_leaves/frosted_spruce_leaves_top",
"bottom": "#top"
}
}

View File

@@ -6,5 +6,9 @@
"textureStitching": {
"1-3": "minecraft:block/snow",
"7-9": "eternal_starlight:block/northland_leaves"
},
"spriteOverrides": {
"top": "minecraft:block/snow",
"bottom": "eternal_starlight:block/northland_leaves"
}
}