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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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