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/ad_astra/models/block/glacian_leaves1.json
Normal file
6
assets/ad_astra/models/block/glacian_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint1",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/glacian_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ad_astra/models/block/glacian_leaves2.json
Normal file
6
assets/ad_astra/models/block/glacian_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint2",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/glacian_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ad_astra/models/block/glacian_leaves3.json
Normal file
6
assets/ad_astra/models/block/glacian_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint3",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/glacian_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ad_astra/models/block/glacian_leaves4.json
Normal file
6
assets/ad_astra/models/block/glacian_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint4",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/glacian_leaves"
|
||||
}
|
||||
}
|
||||
3
assets/ad_astra/models/item/glacian_leaves.json
Normal file
3
assets/ad_astra/models/item/glacian_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "ad_astra:block/glacian_leaves1"
|
||||
}
|
||||
Reference in New Issue
Block a user