mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
Add mod compatibility and edge-case handling
Why does every mod have to do things differently :((
This commit is contained in:
6
assets/bewitchment/models/block/cypress_leaves1.json
Normal file
6
assets/bewitchment/models/block/cypress_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/cypress_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/cypress_leaves2.json
Normal file
6
assets/bewitchment/models/block/cypress_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/cypress_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/cypress_leaves3.json
Normal file
6
assets/bewitchment/models/block/cypress_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/cypress_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/cypress_leaves4.json
Normal file
6
assets/bewitchment/models/block/cypress_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/cypress_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/dragons_blood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/dragons_blood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/dragons_blood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/dragons_blood_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/elder_leaves1.json
Normal file
6
assets/bewitchment/models/block/elder_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/elder_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/elder_leaves2.json
Normal file
6
assets/bewitchment/models/block/elder_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/elder_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/elder_leaves3.json
Normal file
6
assets/bewitchment/models/block/elder_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/elder_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/elder_leaves4.json
Normal file
6
assets/bewitchment/models/block/elder_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/elder_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/juniper_leaves1.json
Normal file
6
assets/bewitchment/models/block/juniper_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/juniper_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/juniper_leaves2.json
Normal file
6
assets/bewitchment/models/block/juniper_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/juniper_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/juniper_leaves3.json
Normal file
6
assets/bewitchment/models/block/juniper_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/juniper_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/bewitchment/models/block/juniper_leaves4.json
Normal file
6
assets/bewitchment/models/block/juniper_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "bewitchment:block/juniper_leaves"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user