mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-15 03:55:09 +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"
|
||||
}
|
||||
}
|
||||
3
assets/bewitchment/models/item/cypress_leaves.json
Normal file
3
assets/bewitchment/models/item/cypress_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "bewitchment:block/cypress_leaves1"
|
||||
}
|
||||
3
assets/bewitchment/models/item/dragons_blood_leaves.json
Normal file
3
assets/bewitchment/models/item/dragons_blood_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "bewitchment:block/dragons_blood_leaves1"
|
||||
}
|
||||
3
assets/bewitchment/models/item/elder_leaves.json
Normal file
3
assets/bewitchment/models/item/elder_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "bewitchment:block/elder_leaves1"
|
||||
}
|
||||
3
assets/bewitchment/models/item/juniper_leaves.json
Normal file
3
assets/bewitchment/models/item/juniper_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "bewitchment:block/juniper_leaves1"
|
||||
}
|
||||
Reference in New Issue
Block a user