mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
Add mod compatibility and edge-case handling
Why does every mod have to do things differently :((
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint1",
|
||||
"parent": "betterleaves:block/leaves_notint1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint2",
|
||||
"parent": "betterleaves:block/leaves_notint2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint3",
|
||||
"parent": "betterleaves:block/leaves_notint3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint4",
|
||||
"parent": "betterleaves:block/leaves_notint4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/birch_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/birch_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/birch_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/birch_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint1",
|
||||
"parent": "betterleaves:block/leaves_notint1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint2",
|
||||
"parent": "betterleaves:block/leaves_notint2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint3",
|
||||
"parent": "betterleaves:block/leaves_notint3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves_notint4",
|
||||
"parent": "betterleaves:block/leaves_notint4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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": [-5.5, -6, 14],
|
||||
"to": [26.5, 22, 14],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [2, 0, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.5, -6, 2],
|
||||
"to": [26.5, 22, 2],
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [2, 0, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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": [-7.98959, -6, 7.98959],
|
||||
"to": [24.01041, 22, 7.98959],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [8.01041, 8, 7.98959]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.5, -6, 3],
|
||||
"to": [25.5, 22, 3],
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [1, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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": [-5.5, -6, 15],
|
||||
"to": [26.5, 22, 15],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [2, 0, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7.98959, -6, 8.01041],
|
||||
"to": [24.01041, 22, 8.01041],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8.01041]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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": [-6.98223, -6, 8.99264],
|
||||
"to": [25.01777, 22, 8.99264],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [9.01041, 8, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.00305, -6, -6.99264],
|
||||
"to": [9.00305, 22, 25.00736],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [9.01041, 8, 9]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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": [8.00305, -6, -8.00736],
|
||||
"to": [8.00305, 22, 23.99264],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7.98223, -6, 8.00736],
|
||||
"to": [24.01777, 22, 8.00736],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7.98959, -6, 7.98959],
|
||||
"to": [24.01041, 22, 7.98959],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [8.01041, 8, 7.98959]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.5, -6, 3],
|
||||
"to": [25.5, 22, 3],
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [1, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5.5, -6, 15],
|
||||
"to": [26.5, 22, 15],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [2, 0, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7.98959, -6, 8.01041],
|
||||
"to": [24.01041, 22, 8.01041],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8.01041]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.98223, -6, 8.99264],
|
||||
"to": [25.01777, 22, 8.99264],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [9.01041, 8, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.00305, -6, -6.99264],
|
||||
"to": [9.00305, 22, 25.00736],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [9.01041, 8, 9]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"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"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.00305, -6, -8.00736],
|
||||
"to": [8.00305, 22, 23.99264],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7.98223, -6, 8.00736],
|
||||
"to": [24.01777, 22, 8.00736],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
|
||||
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/pale_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/pale_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/pale_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/pale_oak_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves1",
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves2",
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves3",
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/leaves4",
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
|
||||
3
assets/minecraft/models/item/acacia_leaves.json
Normal file
3
assets/minecraft/models/item/acacia_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/acacia_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/birch_leaves.json
Normal file
3
assets/minecraft/models/item/birch_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/birch_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/cherry_leaves.json
Normal file
3
assets/minecraft/models/item/cherry_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/cherry_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/dark_oak_leaves.json
Normal file
3
assets/minecraft/models/item/dark_oak_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/dark_oak_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/jungle_leaves.json
Normal file
3
assets/minecraft/models/item/jungle_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/jungle_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/mangrove_leaves.json
Normal file
3
assets/minecraft/models/item/mangrove_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/mangrove_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/oak_leaves.json
Normal file
3
assets/minecraft/models/item/oak_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/oak_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/pale_oak_leaves.json
Normal file
3
assets/minecraft/models/item/pale_oak_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/pale_oak_leaves1"
|
||||
}
|
||||
3
assets/minecraft/models/item/spruce_leaves.json
Normal file
3
assets/minecraft/models/item/spruce_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/spruce_leaves1"
|
||||
}
|
||||
Reference in New Issue
Block a user