diff --git a/Better-Leaves-9.1.zip b/Better-Leaves-9.1.zip index 368983f..10d9a42 100644 Binary files a/Better-Leaves-9.1.zip and b/Better-Leaves-9.1.zip differ diff --git a/assets/projectvibrantjourneys/models/block/fallen_leaves.json b/assets/projectvibrantjourneys/models/block/fallen_leaves.json new file mode 100644 index 0000000..4a8d4a0 --- /dev/null +++ b/assets/projectvibrantjourneys/models/block/fallen_leaves.json @@ -0,0 +1,89 @@ +{ + "parent": "block/thin_block", + "render_type": "minecraft:cutout", + "textures": { + "particle": "block/oak_leaves", + "texture": "block/oak_leaves" + }, + "elements": [ + { + "from": [ + 0, + 0, + 0 + ], + "to": [ + 16, + 2, + 16 + ], + "faces": { + "down": { + "uv": [ + 4, + 4, + 12, + 12 + ], + "texture": "#texture", + "cullface": "down", + "tintindex": 0 + }, + "up": { + "uv": [ + 4, + 4, + 12, + 12 + ], + "texture": "#texture", + "tintindex": 0 + }, + "north": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "north", + "tintindex": 0 + }, + "south": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "south", + "tintindex": 0 + }, + "west": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "west", + "tintindex": 0 + }, + "east": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "east", + "tintindex": 0 + } + } + } + ] +} \ No newline at end of file diff --git a/base/assets/projectvibrantjourneys/models/block/fallen_leaves.json b/base/assets/projectvibrantjourneys/models/block/fallen_leaves.json new file mode 100644 index 0000000..4a8d4a0 --- /dev/null +++ b/base/assets/projectvibrantjourneys/models/block/fallen_leaves.json @@ -0,0 +1,89 @@ +{ + "parent": "block/thin_block", + "render_type": "minecraft:cutout", + "textures": { + "particle": "block/oak_leaves", + "texture": "block/oak_leaves" + }, + "elements": [ + { + "from": [ + 0, + 0, + 0 + ], + "to": [ + 16, + 2, + 16 + ], + "faces": { + "down": { + "uv": [ + 4, + 4, + 12, + 12 + ], + "texture": "#texture", + "cullface": "down", + "tintindex": 0 + }, + "up": { + "uv": [ + 4, + 4, + 12, + 12 + ], + "texture": "#texture", + "tintindex": 0 + }, + "north": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "north", + "tintindex": 0 + }, + "south": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "south", + "tintindex": 0 + }, + "west": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "west", + "tintindex": 0 + }, + "east": { + "uv": [ + 4, + 11, + 12, + 12 + ], + "texture": "#texture", + "cullface": "east", + "tintindex": 0 + } + } + } + ] +} \ No newline at end of file