mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
feat: support for various mods
This commit is contained in:
66
assets/ecologics/blockstates/coconut_leaves.json
Normal file
66
assets/ecologics/blockstates/coconut_leaves.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves1"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves2"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves2",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves3"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves3",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves3",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves3",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves4"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves4",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves4",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/coconut_leaves4",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
66
assets/ecologics/blockstates/walnut_leaves.json
Normal file
66
assets/ecologics/blockstates/walnut_leaves.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves1"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves2"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves2",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves3"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves3",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves3",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves3",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves4"
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves4",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves4",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "ecologics:block/walnut_leaves4",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/coconut_leaves.json
Normal file
6
assets/ecologics/models/block/coconut_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "ecologics:block/coconut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/coconut_leaves1.json
Normal file
6
assets/ecologics/models/block/coconut_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "ecologics:block/coconut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/coconut_leaves2.json
Normal file
6
assets/ecologics/models/block/coconut_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "ecologics:block/coconut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/coconut_leaves3.json
Normal file
6
assets/ecologics/models/block/coconut_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "ecologics:block/coconut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/coconut_leaves4.json
Normal file
6
assets/ecologics/models/block/coconut_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "ecologics:block/coconut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/walnut_leaves.json
Normal file
6
assets/ecologics/models/block/walnut_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "ecologics:block/walnut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/walnut_leaves1.json
Normal file
6
assets/ecologics/models/block/walnut_leaves1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "ecologics:block/walnut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/walnut_leaves2.json
Normal file
6
assets/ecologics/models/block/walnut_leaves2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "ecologics:block/walnut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/walnut_leaves3.json
Normal file
6
assets/ecologics/models/block/walnut_leaves3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "ecologics:block/walnut_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/ecologics/models/block/walnut_leaves4.json
Normal file
6
assets/ecologics/models/block/walnut_leaves4.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "ecologics:block/walnut_leaves"
|
||||
}
|
||||
}
|
||||
BIN
assets/ecologics/textures/block/coconut_leaves.png
Normal file
BIN
assets/ecologics/textures/block/coconut_leaves.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
BIN
assets/ecologics/textures/block/walnut_leaves.png
Normal file
BIN
assets/ecologics/textures/block/walnut_leaves.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user