fix: broken Immersive Weathering leaf piles

This commit is contained in:
Martin Prokoph
2025-04-14 09:48:39 +02:00
parent 183289e3d8
commit dd898f1428
24 changed files with 11 additions and 308 deletions

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/acacia_leaf_pile"
},
{
"model": "immersive_weathering:block/acacia_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/acacia_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/acacia_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/azalea_leaf_pile"
},
{
"model": "immersive_weathering:block/azalea_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/azalea_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/azalea_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/birch_leaf_pile"
},
{
"model": "immersive_weathering:block/birch_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/birch_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/birch_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/cherry_leaf_pile"
},
{
"model": "immersive_weathering:block/cherry_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/cherry_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/cherry_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/dark_oak_leaf_pile"
},
{
"model": "immersive_weathering:block/dark_oak_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/dark_oak_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/dark_oak_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/flowering_azalea_leaf_pile"
},
{
"model": "immersive_weathering:block/flowering_azalea_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/flowering_azalea_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/flowering_azalea_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/jungle_leaf_pile"
},
{
"model": "immersive_weathering:block/jungle_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/jungle_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/jungle_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/mangrove_leaf_pile"
},
{
"model": "immersive_weathering:block/mangrove_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/mangrove_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/mangrove_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/oak_leaf_pile"
},
{
"model": "immersive_weathering:block/oak_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/oak_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/oak_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/pale_oak_leaf_pile"
},
{
"model": "immersive_weathering:block/pale_oak_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/pale_oak_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/pale_oak_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,21 +0,0 @@
{
"variants": {
"": [
{
"model": "immersive_weathering:block/spruce_leaf_pile"
},
{
"model": "immersive_weathering:block/spruce_leaf_pile",
"y": 90
},
{
"model": "immersive_weathering:block/spruce_leaf_pile",
"y": 180
},
{
"model": "immersive_weathering:block/spruce_leaf_pile",
"y": 270
}
]
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/acacia_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet_notint",
"textures": {
"wool": "minecraft:block/azalea_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/birch_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/cherry_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/dark_oak_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet_notint",
"textures": {
"wool": "minecraft:block/flowering_azalea_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/jungle_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/mangrove_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/oak_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/pale_oak_leaves"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/spruce_leaves"
}
}