mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
Make leaf items appear as cubes
This commit is contained in:
6
assets/aether/models/block/crystal_fruit_leaves.json
Normal file
6
assets/aether/models/block/crystal_fruit_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/crystal_fruit_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/aether/models/block/crystal_leaves.json
Normal file
6
assets/aether/models/block/crystal_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/crystal_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/aether/models/block/decorated_holiday_leaves.json
Normal file
6
assets/aether/models/block/decorated_holiday_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/decorated_holiday_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/aether/models/block/golden_oak_leaves.json
Normal file
6
assets/aether/models/block/golden_oak_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/golden_oak_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/aether/models/block/holiday_leaves.json
Normal file
6
assets/aether/models/block/holiday_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/holiday_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/aether/models/block/skyroot_leaves.json
Normal file
6
assets/aether/models/block/skyroot_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "aether:block/natural/skyroot_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/crystal_fruit_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/crystal_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/decorated_holiday_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/golden_oak_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/holiday_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "aether:block/skyroot_leaves1"
|
||||
}
|
||||
Reference in New Issue
Block a user