mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
Make leaf items appear as cubes
This commit is contained in:
6
assets/minecraft/models/block/acacia_leaves.json
Normal file
6
assets/minecraft/models/block/acacia_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/azalea_leaves.json
Normal file
6
assets/minecraft/models/block/azalea_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint",
|
||||
"textures": {
|
||||
"all": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_leaves.json
Normal file
6
assets/minecraft/models/block/birch_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/birch_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/cherry_leaves.json
Normal file
6
assets/minecraft/models/block/cherry_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/dark_oak_leaves.json
Normal file
6
assets/minecraft/models/block/dark_oak_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves_notint",
|
||||
"textures": {
|
||||
"all": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/jungle_leaves.json
Normal file
6
assets/minecraft/models/block/jungle_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/mangrove_leaves.json
Normal file
6
assets/minecraft/models/block/mangrove_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/oak_leaves.json
Normal file
6
assets/minecraft/models/block/oak_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/pale_oak_leaves.json
Normal file
6
assets/minecraft/models/block/pale_oak_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/pale_oak_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/spruce_leaves.json
Normal file
6
assets/minecraft/models/block/spruce_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/acacia_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/azalea_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/birch_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/cherry_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/dark_oak_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/flowering_azalea_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/jungle_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/mangrove_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/oak_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/pale_oak_leaves1"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "minecraft:block/spruce_leaves1"
|
||||
}
|
||||
Reference in New Issue
Block a user