Add mod compatibility and edge-case handling

Why does every mod have to do things differently :((
This commit is contained in:
Martin Prokoph
2024-12-05 20:12:18 +01:00
parent 5b3b311ca2
commit f3d4bb69fc
1142 changed files with 13381 additions and 129 deletions

View File

@@ -0,0 +1,66 @@
{
"variants": {
"": [
{
"model": "bewitchment:block/cypress_leaves1"
},
{
"model": "bewitchment:block/cypress_leaves1",
"y": 90
},
{
"model": "bewitchment:block/cypress_leaves1",
"y": 180
},
{
"model": "bewitchment:block/cypress_leaves1",
"y": 270
},
{
"model": "bewitchment:block/cypress_leaves2"
},
{
"model": "bewitchment:block/cypress_leaves2",
"y": 90
},
{
"model": "bewitchment:block/cypress_leaves2",
"y": 180
},
{
"model": "bewitchment:block/cypress_leaves2",
"y": 270
},
{
"model": "bewitchment:block/cypress_leaves3"
},
{
"model": "bewitchment:block/cypress_leaves3",
"y": 90
},
{
"model": "bewitchment:block/cypress_leaves3",
"y": 180
},
{
"model": "bewitchment:block/cypress_leaves3",
"y": 270
},
{
"model": "bewitchment:block/cypress_leaves4"
},
{
"model": "bewitchment:block/cypress_leaves4",
"y": 90
},
{
"model": "bewitchment:block/cypress_leaves4",
"y": 180
},
{
"model": "bewitchment:block/cypress_leaves4",
"y": 270
}
]
}
}

View File

@@ -0,0 +1,66 @@
{
"variants": {
"": [
{
"model": "bewitchment:block/dragons_blood_leaves1"
},
{
"model": "bewitchment:block/dragons_blood_leaves1",
"y": 90
},
{
"model": "bewitchment:block/dragons_blood_leaves1",
"y": 180
},
{
"model": "bewitchment:block/dragons_blood_leaves1",
"y": 270
},
{
"model": "bewitchment:block/dragons_blood_leaves2"
},
{
"model": "bewitchment:block/dragons_blood_leaves2",
"y": 90
},
{
"model": "bewitchment:block/dragons_blood_leaves2",
"y": 180
},
{
"model": "bewitchment:block/dragons_blood_leaves2",
"y": 270
},
{
"model": "bewitchment:block/dragons_blood_leaves3"
},
{
"model": "bewitchment:block/dragons_blood_leaves3",
"y": 90
},
{
"model": "bewitchment:block/dragons_blood_leaves3",
"y": 180
},
{
"model": "bewitchment:block/dragons_blood_leaves3",
"y": 270
},
{
"model": "bewitchment:block/dragons_blood_leaves4"
},
{
"model": "bewitchment:block/dragons_blood_leaves4",
"y": 90
},
{
"model": "bewitchment:block/dragons_blood_leaves4",
"y": 180
},
{
"model": "bewitchment:block/dragons_blood_leaves4",
"y": 270
}
]
}
}

View File

@@ -0,0 +1,66 @@
{
"variants": {
"": [
{
"model": "bewitchment:block/elder_leaves1"
},
{
"model": "bewitchment:block/elder_leaves1",
"y": 90
},
{
"model": "bewitchment:block/elder_leaves1",
"y": 180
},
{
"model": "bewitchment:block/elder_leaves1",
"y": 270
},
{
"model": "bewitchment:block/elder_leaves2"
},
{
"model": "bewitchment:block/elder_leaves2",
"y": 90
},
{
"model": "bewitchment:block/elder_leaves2",
"y": 180
},
{
"model": "bewitchment:block/elder_leaves2",
"y": 270
},
{
"model": "bewitchment:block/elder_leaves3"
},
{
"model": "bewitchment:block/elder_leaves3",
"y": 90
},
{
"model": "bewitchment:block/elder_leaves3",
"y": 180
},
{
"model": "bewitchment:block/elder_leaves3",
"y": 270
},
{
"model": "bewitchment:block/elder_leaves4"
},
{
"model": "bewitchment:block/elder_leaves4",
"y": 90
},
{
"model": "bewitchment:block/elder_leaves4",
"y": 180
},
{
"model": "bewitchment:block/elder_leaves4",
"y": 270
}
]
}
}

View File

@@ -0,0 +1,66 @@
{
"variants": {
"": [
{
"model": "bewitchment:block/juniper_leaves1"
},
{
"model": "bewitchment:block/juniper_leaves1",
"y": 90
},
{
"model": "bewitchment:block/juniper_leaves1",
"y": 180
},
{
"model": "bewitchment:block/juniper_leaves1",
"y": 270
},
{
"model": "bewitchment:block/juniper_leaves2"
},
{
"model": "bewitchment:block/juniper_leaves2",
"y": 90
},
{
"model": "bewitchment:block/juniper_leaves2",
"y": 180
},
{
"model": "bewitchment:block/juniper_leaves2",
"y": 270
},
{
"model": "bewitchment:block/juniper_leaves3"
},
{
"model": "bewitchment:block/juniper_leaves3",
"y": 90
},
{
"model": "bewitchment:block/juniper_leaves3",
"y": 180
},
{
"model": "bewitchment:block/juniper_leaves3",
"y": 270
},
{
"model": "bewitchment:block/juniper_leaves4"
},
{
"model": "bewitchment:block/juniper_leaves4",
"y": 90
},
{
"model": "bewitchment:block/juniper_leaves4",
"y": 180
},
{
"model": "bewitchment:block/juniper_leaves4",
"y": 270
}
]
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "bewitchment:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "bewitchment:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "bewitchment:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "bewitchment:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "bewitchment:block/dragons_blood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "bewitchment:block/dragons_blood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "bewitchment:block/dragons_blood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "bewitchment:block/dragons_blood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "bewitchment:block/elder_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "bewitchment:block/elder_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "bewitchment:block/elder_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "bewitchment:block/elder_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "bewitchment:block/juniper_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "bewitchment:block/juniper_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "bewitchment:block/juniper_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "bewitchment:block/juniper_leaves"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "bewitchment:block/cypress_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "bewitchment:block/dragons_blood_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "bewitchment:block/elder_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "bewitchment:block/juniper_leaves1"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB