mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 11:45:09 +01:00
Make leaf items appear as cubes
This commit is contained in:
22
base/assets/betterleaves/models/block/leaves.json
Normal file
22
base/assets/betterleaves/models/block/leaves.json
Normal 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}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
23
base/assets/betterleaves/models/block/leaves_legacy.json
Normal file
23
base/assets/betterleaves/models/block/leaves_legacy.json
Normal 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}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,182 +2,164 @@
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/oak_leaves",
|
||||
"particle": "#0"
|
||||
"particle": "#all"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "normal_block",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0}
|
||||
"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}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.4, -6, 5.2],
|
||||
"to": [20.4, -3, 5.21],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [2, 3, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 1, 16, 4], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.4, 20, 5.2],
|
||||
"to": [20.4, 23, 5.21],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [2, 25, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [22.4, -1, 9.3],
|
||||
"to": [25.4, 18, 9.31],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [12, 7, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "east"},
|
||||
"south": {"uv": [0.05, 0, 2.95, 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": "#all", "tintindex": 0, "cullface": "east"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-2.6, -1, 0.5],
|
||||
"to": [0.4, 18, 0.51],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-9, 7, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0, "cullface": "west"},
|
||||
"south": {"uv": [0, 0, 3, 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": "#all", "tintindex": 0, "cullface": "west"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 4, 7.99],
|
||||
"to": [23, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, -3, 7.99],
|
||||
"to": [23, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, -3, 7.99],
|
||||
"to": [7, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, 4, 7.99],
|
||||
"to": [7, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5, -7, 16.6],
|
||||
"to": [14, -4, 16.61],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 7, 16, 10], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.6, 21, 17],
|
||||
"to": [13.4, 23, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, -2, 17],
|
||||
"to": [20, 19, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.85, -2, 16.25],
|
||||
"to": [-2.85, 19, 16.26],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 5, 17],
|
||||
"to": [16, 21, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, -4, 17],
|
||||
"to": [16, 5, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.675, -4, 25],
|
||||
"to": [3.325, 5, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.675, 5, 25],
|
||||
"to": [3.325, 21, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,182 +2,164 @@
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/oak_leaves",
|
||||
"particle": "#0"
|
||||
"particle": "#all"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "normal_block",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0}
|
||||
"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}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.4, -6, 4.2],
|
||||
"to": [24.4, -3, 4.21],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [6, 3, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 1, 16, 4], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.4, 20, 4.4],
|
||||
"to": [24.4, 23, 4.41],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [6, 25, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [26.4, -1, 12.7],
|
||||
"to": [29.4, 18, 12.71],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.3, -1, -3.8],
|
||||
"to": [3.3, 18, -3.79],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 9.99],
|
||||
"to": [27, 20, 10],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, -3, 9.99],
|
||||
"to": [27, 4, 10],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, -3, 9.99],
|
||||
"to": [11, 4, 10],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 4, 9.99],
|
||||
"to": [11, 20, 10],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5, -7, 16.6],
|
||||
"to": [14, -4, 16.61],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-5, 4, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 7, 16, 10], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.6, 21, 17],
|
||||
"to": [13.4, 23, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 9, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, -2, 17],
|
||||
"to": [20, 19, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.85, -2, 16.25],
|
||||
"to": [-2.85, 19, 16.26],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-2, 4, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 5, 17],
|
||||
"to": [16, 21, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, -4, 17],
|
||||
"to": [16, 5, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, -5, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.675, -4, 25],
|
||||
"to": [3.325, 5, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-14, -5, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.675, 5, 25],
|
||||
"to": [3.325, 21, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-14, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,182 +2,164 @@
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/oak_leaves",
|
||||
"particle": "#0"
|
||||
"particle": "#all"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "normal_block",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0}
|
||||
"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}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.4, -6, 2.2],
|
||||
"to": [24.4, -3, 2.21],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [6, 3, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 1, 16, 4], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.4, 20, 2.4],
|
||||
"to": [24.4, 23, 2.41],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [6, 25, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [26.4, -1, 10.7],
|
||||
"to": [29.4, 18, 10.71],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [16, 7, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.3, -1, -5.8],
|
||||
"to": [3.3, 18, -5.79],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [-4, 7, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 7.99],
|
||||
"to": [27, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, -3, 7.99],
|
||||
"to": [27, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, -3, 7.99],
|
||||
"to": [11, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 4, 7.99],
|
||||
"to": [11, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [13, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6, -7, 16.6],
|
||||
"to": [13, -4, 16.61],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-6, 4, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 7, 16, 10], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.6, 21, 17],
|
||||
"to": [12.4, 23, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 9, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, -2, 17],
|
||||
"to": [19, 19, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.85, -2, 16.25],
|
||||
"to": [-3.85, 19, 16.26],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, 5, 17],
|
||||
"to": [15, 21, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-7, 4, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, -4, 17],
|
||||
"to": [15, 5, 17.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-7, -5, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.675, -4, 25],
|
||||
"to": [2.325, 5, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-15, -5, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.675, 5, 25],
|
||||
"to": [2.325, 21, 25.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-15, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,182 +2,164 @@
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/oak_leaves",
|
||||
"particle": "#0"
|
||||
"particle": "#all"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "normal_block",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north", "tintindex": 0},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south", "tintindex": 0},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west", "tintindex": 0},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up", "tintindex": 0},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down", "tintindex": 0}
|
||||
"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}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.4, -6, 2.2],
|
||||
"to": [20.4, -3, 2.21],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [2, 3, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 11], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 1, 16, 4], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.4, 20, 2.4],
|
||||
"to": [20.4, 23, 2.41],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [2, 25, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.05, 16, 5.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [22.4, -1, 10.7],
|
||||
"to": [25.4, 18, 10.71],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [12, 7, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "south"},
|
||||
"south": {"uv": [0.05, 0, 2.95, 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": "#all", "tintindex": 0, "cullface": "south"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.7, -1, -5.8],
|
||||
"to": [-0.7, 18, -5.79],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [-8, 7, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 3, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 4, 7.99],
|
||||
"to": [23, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, -3, 7.99],
|
||||
"to": [23, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, -3, 7.99],
|
||||
"to": [7, 4, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 7], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, 4, 7.99],
|
||||
"to": [7, 20, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [9, 7, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 7.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 0, 8, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, -7, 19.6],
|
||||
"to": [16, -4, 19.61],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3, 4, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 16, 15], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"uv": [0, 7, 16, 10], "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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.6, 21, 20],
|
||||
"to": [15.4, 23, 20.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 9, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14.05, 16, 15.95], "texture": "#0", "tintindex": 0, "cullface": "up"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [18, -2, 20],
|
||||
"to": [22, 19, 20.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [9.05, 0, 12.95, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.85, -2, 19.25],
|
||||
"to": [-0.85, 19, 19.26],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [0, 4, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0.05, 0, 2.95, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 5, 20],
|
||||
"to": [18, 21, 20.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-4, 4, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"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": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, -4, 20],
|
||||
"to": [18, 5, 20.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-4, -5, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 9], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.675, -4, 28],
|
||||
"to": [5.325, 5, 28.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-12, -5, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 16, 16], "texture": "#0", "tintindex": 0, "cullface": "down"},
|
||||
"south": {"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": "#all", "tintindex": 0, "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.675, 5, 28],
|
||||
"to": [5.325, 21, 28.01],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-12, 4, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#0", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
||||
"north": {"uv": [0, 0, 10, 16], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [7, 0, 16, 16], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
22
base/assets/betterleaves/models/block/leaves_notint.json
Normal file
22
base/assets/betterleaves/models/block/leaves_notint.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
34
base/assets/betterleaves/models/block/leaves_overlay.json
Normal file
34
base/assets/betterleaves/models/block/leaves_overlay.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user