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
}
]
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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