compat: Immersive Weathering

This commit is contained in:
Martin Prokoph
2025-03-13 20:21:45 +01:00
parent 5449875b4c
commit e88fd486f0
26 changed files with 335 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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

@@ -0,0 +1,21 @@
{
"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
}
]
}
}