Add mod compatibility and edge-case handling

Why does every mod have to do things differently :((
This commit is contained in:
Martin Prokoph
2024-12-05 20:12:18 +01:00
parent 5b3b311ca2
commit f3d4bb69fc
1142 changed files with 13381 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/acacia_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/acacia_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/acacia_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/acacia_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint1",
"parent": "betterleaves:block/leaves_notint1",
"textures": {
"all": "minecraft:block/azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint2",
"parent": "betterleaves:block/leaves_notint2",
"textures": {
"all": "minecraft:block/azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint3",
"parent": "betterleaves:block/leaves_notint3",
"textures": {
"all": "minecraft:block/azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint4",
"parent": "betterleaves:block/leaves_notint4",
"textures": {
"all": "minecraft:block/azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/birch_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/birch_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/birch_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/birch_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/cherry_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/cherry_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/cherry_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/cherry_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/dark_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/dark_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/dark_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/dark_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint1",
"parent": "betterleaves:block/leaves_notint1",
"textures": {
"all": "minecraft:block/flowering_azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint2",
"parent": "betterleaves:block/leaves_notint2",
"textures": {
"all": "minecraft:block/flowering_azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint3",
"parent": "betterleaves:block/leaves_notint3",
"textures": {
"all": "minecraft:block/flowering_azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves_notint4",
"parent": "betterleaves:block/leaves_notint4",
"textures": {
"all": "minecraft:block/flowering_azalea_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/jungle_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/jungle_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/jungle_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/jungle_leaves"
}

View File

@@ -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}
}
}
]
}

View File

@@ -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}
}
}
]
}

View File

@@ -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}
}
}
]
}

View File

@@ -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}
}
}
]
}

View File

@@ -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}
}
}
]
}

View File

@@ -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"}
}
}
]
}

View File

@@ -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"}
}
}
]
}

View File

@@ -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"}
}
}
]
}

View File

@@ -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"}
}
}
]
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/mangrove_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/mangrove_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/mangrove_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/mangrove_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/pale_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/pale_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/pale_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/pale_oak_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves1",
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "minecraft:block/spruce_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves2",
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "minecraft:block/spruce_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves3",
"parent": "betterleaves:block/leaves3",
"textures": {
"all": "minecraft:block/spruce_leaves"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/leaves4",
"parent": "betterleaves:block/leaves4",
"textures": {
"all": "minecraft:block/spruce_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/acacia_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/birch_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/cherry_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/dark_oak_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/jungle_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/mangrove_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/oak_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/pale_oak_leaves1"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:block/spruce_leaves1"
}