Make leaf items appear as cubes

This commit is contained in:
Martin Prokoph
2024-12-24 16:35:50 +01:00
parent ec624616c1
commit 9fc9932f6a
500 changed files with 1981 additions and 1182 deletions

Binary file not shown.

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves_notint",
"textures": {
"all": "ad_astra:block/glacian_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "ad_astra:block/glacian_leaves1"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/crystal_fruit_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/crystal_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/decorated_holiday_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/golden_oak_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/holiday_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/skyroot_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/crystal_fruit_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/crystal_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/decorated_holiday_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/golden_oak_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/holiday_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "aether:block/skyroot_leaves1"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betterend:block/dragon_tree_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betterend:block/lacugrove_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betterend:block/pythadendron_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betterend:block/shadow_berry_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betterend:block/tenanea_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betterend:block/dragon_tree_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betterend:block/lacugrove_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betterend:block/pythadendron_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betterend:block/shadow_berry_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betterend:block/tenanea_leaves1"
}

View File

@@ -0,0 +1,22 @@
{
"credit": "Motschen's Better Leaves Lite",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down", "tintindex": 0}
}
}
]
}

View File

@@ -0,0 +1,23 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"all": "block/oak_leaves",
"particle": "#all"
},
"elements": [
{
"name": "normal_block",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
}
}
]
}

View File

@@ -2,182 +2,164 @@
"credit": "made by Motschen", "credit": "made by Motschen",
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"0": "block/oak_leaves", "particle": "#all"
"particle": "#0"
}, },
"elements": [ "elements": [
{ {
"name": "normal_block", "name": "normal_block",
"from": [0, 0, 0], "from": [0, 0, 0],
"to": [16, 16, 16], "to": [16, 16, 16],
"shade": false,
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0}, "east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0}, "south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0}, "west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0}, "up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0} "down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
} }
}, },
{ {
"from": [2.4, -6, 5.2], "from": [2.4, -6, 5.2],
"to": [20.4, -3, 5.21], "to": [20.4, -3, 5.21],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [2, 3, -2]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [2, 3, -2]},
"faces": { "faces": {
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 8, 16, 11], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 1, 16, 4], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 1, 16, 4], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [2.4, 20, 5.2], "from": [2.4, 20, 5.2],
"to": [20.4, 23, 5.21], "to": [20.4, 23, 5.21],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [2, 25, -2]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [2, 25, -2]},
"faces": { "faces": {
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [22.4, -1, 9.3], "from": [22.4, -1, 9.3],
"to": [25.4, 18, 9.31], "to": [25.4, 18, 9.31],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [12, 7, 2]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 7, 2]},
"faces": { "faces": {
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "east"}, "north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "east"},
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0, "cullface": "east"} "south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0, "cullface": "east"}
} }
}, },
{ {
"from": [-2.6, -1, 0.5], "from": [-2.6, -1, 0.5],
"to": [0.4, 18, 0.51], "to": [0.4, 18, 0.51],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [-9, 7, -7]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [-9, 7, -7]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0, "cullface": "west"}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0, "cullface": "west"},
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0, "cullface": "west"} "south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0, "cullface": "west"}
} }
}, },
{ {
"from": [7, 4, 7.99], "from": [7, 4, 7.99],
"to": [23, 20, 8], "to": [23, 20, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [7, -3, 7.99], "from": [7, -3, 7.99],
"to": [23, 4, 8], "to": [23, 4, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-1, -3, 7.99], "from": [-1, -3, 7.99],
"to": [7, 4, 8], "to": [7, 4, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-1, 4, 7.99], "from": [-1, 4, 7.99],
"to": [7, 20, 8], "to": [7, 20, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]}, "rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-5, -7, 16.6], "from": [-5, -7, 16.6],
"to": [14, -4, 16.61], "to": [14, -4, 16.61],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]}, "rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]},
"faces": { "faces": {
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 12, 16, 15], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 7, 16, 10], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 7, 16, 10], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.6, 21, 17], "from": [-5.6, 21, 17],
"to": [13.4, 23, 17.01], "to": [13.4, 23, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]},
"faces": { "faces": {
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [16, -2, 17], "from": [16, -2, 17],
"to": [20, 19, 17.01], "to": [20, 19, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-5.85, -2, 16.25], "from": [-5.85, -2, 16.25],
"to": [-2.85, 19, 16.26], "to": [-2.85, 19, 16.26],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]}, "rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0, 5, 17], "from": [0, 5, 17],
"to": [16, 21, 17.01], "to": [16, 21, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0, -4, 17], "from": [0, -4, 17],
"to": [16, 5, 17.01], "to": [16, 5, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.675, -4, 25], "from": [-5.675, -4, 25],
"to": [3.325, 5, 25.01], "to": [3.325, 5, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]},
"faces": { "faces": {
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.675, 5, 25], "from": [-5.675, 5, 25],
"to": [3.325, 21, 25.01], "to": [3.325, 21, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]},
"faces": { "faces": {
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
} }
], ],

View File

@@ -2,182 +2,164 @@
"credit": "made by Motschen", "credit": "made by Motschen",
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"0": "block/oak_leaves", "particle": "#all"
"particle": "#0"
}, },
"elements": [ "elements": [
{ {
"name": "normal_block", "name": "normal_block",
"from": [0, 0, 0], "from": [0, 0, 0],
"to": [16, 16, 16], "to": [16, 16, 16],
"shade": false,
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0}, "east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0}, "south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0}, "west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0}, "up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0} "down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
} }
}, },
{ {
"from": [6.4, -6, 4.2], "from": [6.4, -6, 4.2],
"to": [24.4, -3, 4.21], "to": [24.4, -3, 4.21],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [6, 3, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [6, 3, 0]},
"faces": { "faces": {
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 8, 16, 11], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 1, 16, 4], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 1, 16, 4], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [6.4, 20, 4.4], "from": [6.4, 20, 4.4],
"to": [24.4, 23, 4.41], "to": [24.4, 23, 4.41],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [6, 25, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [6, 25, 0]},
"faces": { "faces": {
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [26.4, -1, 12.7], "from": [26.4, -1, 12.7],
"to": [29.4, 18, 12.71], "to": [29.4, 18, 12.71],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 4]}, "rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 4]},
"faces": { "faces": {
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0.3, -1, -3.8], "from": [0.3, -1, -3.8],
"to": [3.3, 18, -3.79], "to": [3.3, 18, -3.79],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -5]}, "rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -5]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [11, 4, 9.99], "from": [11, 4, 9.99],
"to": [27, 20, 10], "to": [27, 20, 10],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [11, -3, 9.99], "from": [11, -3, 9.99],
"to": [27, 4, 10], "to": [27, 4, 10],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [3, -3, 9.99], "from": [3, -3, 9.99],
"to": [11, 4, 10], "to": [11, 4, 10],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]},
"faces": { "faces": {
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [3, 4, 9.99], "from": [3, 4, 9.99],
"to": [11, 20, 10], "to": [11, 20, 10],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-5, -7, 16.6], "from": [-5, -7, 16.6],
"to": [14, -4, 16.61], "to": [14, -4, 16.61],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]}, "rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]},
"faces": { "faces": {
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 12, 16, 15], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 7, 16, 10], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 7, 16, 10], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.6, 21, 17], "from": [-5.6, 21, 17],
"to": [13.4, 23, 17.01], "to": [13.4, 23, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]},
"faces": { "faces": {
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [16, -2, 17], "from": [16, -2, 17],
"to": [20, 19, 17.01], "to": [20, 19, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-5.85, -2, 16.25], "from": [-5.85, -2, 16.25],
"to": [-2.85, 19, 16.26], "to": [-2.85, 19, 16.26],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]}, "rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0, 5, 17], "from": [0, 5, 17],
"to": [16, 21, 17.01], "to": [16, 21, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0, -4, 17], "from": [0, -4, 17],
"to": [16, 5, 17.01], "to": [16, 5, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.675, -4, 25], "from": [-5.675, -4, 25],
"to": [3.325, 5, 25.01], "to": [3.325, 5, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]},
"faces": { "faces": {
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-5.675, 5, 25], "from": [-5.675, 5, 25],
"to": [3.325, 21, 25.01], "to": [3.325, 21, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]},
"faces": { "faces": {
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
} }
], ],

View File

@@ -2,182 +2,164 @@
"credit": "made by Motschen", "credit": "made by Motschen",
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"0": "block/oak_leaves", "particle": "#all"
"particle": "#0"
}, },
"elements": [ "elements": [
{ {
"name": "normal_block", "name": "normal_block",
"from": [0, 0, 0], "from": [0, 0, 0],
"to": [16, 16, 16], "to": [16, 16, 16],
"shade": false,
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0}, "east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0}, "south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0}, "west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0}, "up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0} "down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
} }
}, },
{ {
"from": [6.4, -6, 2.2], "from": [6.4, -6, 2.2],
"to": [24.4, -3, 2.21], "to": [24.4, -3, 2.21],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [6, 3, -2]}, "rotation": {"angle": -45, "axis": "y", "origin": [6, 3, -2]},
"faces": { "faces": {
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 8, 16, 11], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 1, 16, 4], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 1, 16, 4], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [6.4, 20, 2.4], "from": [6.4, 20, 2.4],
"to": [24.4, 23, 2.41], "to": [24.4, 23, 2.41],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [6, 25, -2]}, "rotation": {"angle": -45, "axis": "y", "origin": [6, 25, -2]},
"faces": { "faces": {
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [26.4, -1, 10.7], "from": [26.4, -1, 10.7],
"to": [29.4, 18, 10.71], "to": [29.4, 18, 10.71],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 2]},
"faces": { "faces": {
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [0.3, -1, -5.8], "from": [0.3, -1, -5.8],
"to": [3.3, 18, -5.79], "to": [3.3, 18, -5.79],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -7]}, "rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -7]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [11, 4, 7.99], "from": [11, 4, 7.99],
"to": [27, 20, 8], "to": [27, 20, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [11, -3, 7.99], "from": [11, -3, 7.99],
"to": [27, 4, 8], "to": [27, 4, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [3, -3, 7.99], "from": [3, -3, 7.99],
"to": [11, 4, 8], "to": [11, 4, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [3, 4, 7.99], "from": [3, 4, 7.99],
"to": [11, 20, 8], "to": [11, 20, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-6, -7, 16.6], "from": [-6, -7, 16.6],
"to": [13, -4, 16.61], "to": [13, -4, 16.61],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 8]}, "rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 8]},
"faces": { "faces": {
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 12, 16, 15], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 7, 16, 10], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 7, 16, 10], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-6.6, 21, 17], "from": [-6.6, 21, 17],
"to": [12.4, 23, 17.01], "to": [12.4, 23, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 9, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-7, 9, 7]},
"faces": { "faces": {
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [15, -2, 17], "from": [15, -2, 17],
"to": [19, 19, 17.01], "to": [19, 19, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-6.85, -2, 16.25], "from": [-6.85, -2, 16.25],
"to": [-3.85, 19, 16.26], "to": [-3.85, 19, 16.26],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 14]}, "rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 14]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-1, 5, 17], "from": [-1, 5, 17],
"to": [15, 21, 17.01], "to": [15, 21, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-1, -4, 17], "from": [-1, -4, 17],
"to": [15, 5, 17.01], "to": [15, 5, 17.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-7, -5, 7]}, "rotation": {"angle": 45, "axis": "y", "origin": [-7, -5, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-6.675, -4, 25], "from": [-6.675, -4, 25],
"to": [2.325, 5, 25.01], "to": [2.325, 5, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-15, -5, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-15, -5, 15]},
"faces": { "faces": {
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-6.675, 5, 25], "from": [-6.675, 5, 25],
"to": [2.325, 21, 25.01], "to": [2.325, 21, 25.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-15, 4, 15]}, "rotation": {"angle": 45, "axis": "y", "origin": [-15, 4, 15]},
"faces": { "faces": {
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
} }
], ],

View File

@@ -2,182 +2,164 @@
"credit": "made by Motschen", "credit": "made by Motschen",
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"0": "block/oak_leaves", "particle": "#all"
"particle": "#0"
}, },
"elements": [ "elements": [
{ {
"name": "normal_block", "name": "normal_block",
"from": [0, 0, 0], "from": [0, 0, 0],
"to": [16, 16, 16], "to": [16, 16, 16],
"shade": false,
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0}, "east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0}, "south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0}, "west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0}, "up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0} "down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
} }
}, },
{ {
"from": [2.4, -6, 2.2], "from": [2.4, -6, 2.2],
"to": [20.4, -3, 2.21], "to": [20.4, -3, 2.21],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [2, 3, -2]}, "rotation": {"angle": -45, "axis": "y", "origin": [2, 3, -2]},
"faces": { "faces": {
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 8, 16, 11], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 1, 16, 4], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 1, 16, 4], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [2.4, 20, 2.4], "from": [2.4, 20, 2.4],
"to": [20.4, 23, 2.41], "to": [20.4, 23, 2.41],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [2, 25, -2]}, "rotation": {"angle": -45, "axis": "y", "origin": [2, 25, -2]},
"faces": { "faces": {
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 3.05, 16, 5.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [22.4, -1, 10.7], "from": [22.4, -1, 10.7],
"to": [25.4, 18, 10.71], "to": [25.4, 18, 10.71],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [12, 7, 2]}, "rotation": {"angle": -45, "axis": "y", "origin": [12, 7, 2]},
"faces": { "faces": {
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "south"}, "north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "south"},
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0, "cullface": "south"} "south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0, "cullface": "south"}
} }
}, },
{ {
"from": [-3.7, -1, -5.8], "from": [-3.7, -1, -5.8],
"to": [-0.7, 18, -5.79], "to": [-0.7, 18, -5.79],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [-8, 7, -7]}, "rotation": {"angle": -45, "axis": "y", "origin": [-8, 7, -7]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [7, 4, 7.99], "from": [7, 4, 7.99],
"to": [23, 20, 8], "to": [23, 20, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [7, -3, 7.99], "from": [7, -3, 7.99],
"to": [23, 4, 8], "to": [23, 4, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-1, -3, 7.99], "from": [-1, -3, 7.99],
"to": [7, 4, 8], "to": [7, 4, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]},
"faces": { "faces": {
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 8, 7], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-1, 4, 7.99], "from": [-1, 4, 7.99],
"to": [7, 20, 8], "to": [7, 20, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]}, "rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-3, -7, 19.6], "from": [-3, -7, 19.6],
"to": [16, -4, 19.61], "to": [16, -4, 19.61],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 11]}, "rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 11]},
"faces": { "faces": {
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 12, 16, 15], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 7, 16, 10], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 7, 16, 10], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-3.6, 21, 20], "from": [-3.6, 21, 20],
"to": [15.4, 23, 20.01], "to": [15.4, 23, 20.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 9, 10]}, "rotation": {"angle": 45, "axis": "y", "origin": [-4, 9, 10]},
"faces": { "faces": {
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"}, "north": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"},
"south": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"} "south": {"uv": [0, 14.05, 16, 15.95], "texture": "#all", "tintindex": 0, "cullface": "up"}
} }
}, },
{ {
"from": [18, -2, 20], "from": [18, -2, 20],
"to": [22, 19, 20.01], "to": [22, 19, 20.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]}, "rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]},
"faces": { "faces": {
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [-3.85, -2, 19.25], "from": [-3.85, -2, 19.25],
"to": [-0.85, 19, 19.26], "to": [-0.85, 19, 19.26],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [0, 4, 17]}, "rotation": {"angle": 45, "axis": "y", "origin": [0, 4, 17]},
"faces": { "faces": {
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [2, 5, 20], "from": [2, 5, 20],
"to": [18, 21, 20.01], "to": [18, 21, 20.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]}, "rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
}, },
{ {
"from": [2, -4, 20], "from": [2, -4, 20],
"to": [18, 5, 20.01], "to": [18, 5, 20.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-4, -5, 10]}, "rotation": {"angle": 45, "axis": "y", "origin": [-4, -5, 10]},
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [0, 0, 16, 9], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-3.675, -4, 28], "from": [-3.675, -4, 28],
"to": [5.325, 5, 28.01], "to": [5.325, 5, 28.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-12, -5, 18]}, "rotation": {"angle": 45, "axis": "y", "origin": [-12, -5, 18]},
"faces": { "faces": {
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"}, "north": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"},
"south": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"} "south": {"uv": [7, 7, 16, 16], "texture": "#all", "tintindex": 0, "cullface": "down"}
} }
}, },
{ {
"from": [-3.675, 5, 28], "from": [-3.675, 5, 28],
"to": [5.325, 21, 28.01], "to": [5.325, 21, 28.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [-12, 4, 18]}, "rotation": {"angle": 45, "axis": "y", "origin": [-12, 4, 18]},
"faces": { "faces": {
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0}, "north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0} "south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
} }
} }
], ],

View File

@@ -0,0 +1,22 @@
{
"credit": "Motschen's Better Leaves Lite",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north"},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east"},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south"},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west"},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up"},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,34 @@
{
"credit": "Motschen's Better Leaves Lite",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down", "tintindex": 0}
}
},
{
"from": [-0.01, -0.01, -0.01],
"to": [16.01, 16.01, 16.01],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betternether:block/ink_bush_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betternether:block/rubeus_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betternether:block/ink_bush_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "betternether:block/rubeus_leaves1"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "bewitchment:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "bewitchment:block/dragons_blood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "bewitchment:block/elder_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "bewitchment:block/juniper_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "bewitchment:block/cypress_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "bewitchment:block/dragons_blood_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "bewitchment:block/elder_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "bewitchment:block/juniper_leaves1"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/cypress_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/dead_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/empyreal_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/fir_leaves"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "betterleaves:block/leaves_overlay",
"textures": {
"all": "biomesoplenty:block/flowering_oak_leaves",
"overlay": "biomesoplenty:block/flowering_oak_leaves_overlay"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/hellbark_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/jacaranda_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/magic_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/magic_leaves_alt"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/mahogany_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/orange_maple_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/origin_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/palm_leaves"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "betterleaves:block/leaves_overlay",
"textures": {
"all": "biomesoplenty:block/pine_leaves",
"overlay": "biomesoplenty:block/pine_leaves_overlay"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/rainbow_birch_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/red_maple_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/redwood_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/snowblossom_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/umbran_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/willow_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomesoplenty:block/yellow_maple_leaves"
}
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/cypress_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/dead_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/empyreal_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/fir_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/flowering_oak_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/hellbark_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/jacaranda_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/magic_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/magic_leaves_alt1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/mahogany_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/orange_maple_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/origin_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/palm_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/pine_leaves1"
}

View File

@@ -1,5 +1,5 @@
{ {
"parent": "biomesoplenty:block/rainbow_birch_leaves1", "parent": "betterleaves:block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:block/rainbow_birch_leaves" "all": "biomesoplenty:block/rainbow_birch_leaves"
} }

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/red_maple_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/redwood_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/snowblossom_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/umbran_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/willow_leaves1"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "biomesoplenty:block/yellow_maple_leaves1"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/araucaria_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/aspen/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/baobab/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves_legacy",
"textures": {
"all": "biomeswevegone:block/blooming_witch_hazel_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/blue_enchanted/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/blue_spruce_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/brown_birch_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/brown_oak_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/brown_zelkova_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/cika/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/cypress/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/ebony/leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "biomeswevegone:block/fir/leaves"
}
}

Some files were not shown because too many files have changed in this diff Show More