Skip to content

Commit 9fc9932

Browse files
committed
Make leaf items appear as cubes
1 parent ec62461 commit 9fc9932

File tree

500 files changed

+1981
-1182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

500 files changed

+1981
-1182
lines changed

Better-Leaves-Lite-1.0.zip

9.83 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves_notint",
3+
"textures": {
4+
"all": "ad_astra:block/glacian_leaves"
5+
}
6+
}

assets/ad_astra/models/item/glacian_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/crystal_fruit_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/crystal_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/decorated_holiday_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/golden_oak_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/holiday_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "aether:block/natural/skyroot_leaves"
5+
}
6+
}

assets/aether/models/item/crystal_fruit_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/aether/models/item/crystal_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/aether/models/item/decorated_holiday_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/aether/models/item/golden_oak_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/aether/models/item/holiday_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/aether/models/item/skyroot_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "betterend:block/dragon_tree_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "betterend:block/lacugrove_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "betterend:block/pythadendron_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "betterend:block/shadow_berry_leaves"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "betterleaves:block/leaves",
3+
"textures": {
4+
"all": "betterend:block/tenanea_leaves"
5+
}
6+
}

assets/betterend/models/item/dragon_tree_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/betterend/models/item/lacugrove_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/betterend/models/item/pythadendron_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/betterend/models/item/shadow_berry_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/betterend/models/item/tenanea_leaves.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"credit": "Motschen's Better Leaves Lite",
3+
"parent": "block/block",
4+
"texture_size": [32, 32],
5+
"textures": {
6+
"particle": "#all"
7+
},
8+
"elements": [
9+
{
10+
"from": [0, 0, 0],
11+
"to": [16, 16, 16],
12+
"faces": {
13+
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north", "tintindex": 0},
14+
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east", "tintindex": 0},
15+
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south", "tintindex": 0},
16+
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west", "tintindex": 0},
17+
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up", "tintindex": 0},
18+
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down", "tintindex": 0}
19+
}
20+
}
21+
]
22+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"credit": "made by Motschen",
3+
"parent": "block/block",
4+
"textures": {
5+
"all": "block/oak_leaves",
6+
"particle": "#all"
7+
},
8+
"elements": [
9+
{
10+
"name": "normal_block",
11+
"from": [0, 0, 0],
12+
"to": [16, 16, 16],
13+
"faces": {
14+
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
15+
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
16+
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
17+
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
18+
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
19+
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
20+
}
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)