diff options
| author | 2024-01-20 02:49:54 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:49:54 +0200 | |
| commit | 3a32a3769c406d844e616ecaf09dd31f155b9c03 (patch) | |
| tree | 5307d522db544dc4a8c5be439a7c756090ed0da7 | |
| parent | Fix pumpkins & melons (diff) | |
| download | faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.tar.gz faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.tar.xz faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.zip | |
Fix rose bushes & sunflowers
| -rwxr-xr-x | assets/minecraft/models/block/air.json | 15 | ||||
| -rwxr-xr-x | assets/minecraft/models/block/rose_bush_bottom.json | 3 |
2 files changed, 3 insertions, 15 deletions
diff --git a/assets/minecraft/models/block/air.json b/assets/minecraft/models/block/air.json index 41f35804..0967ef42 100755 --- a/assets/minecraft/models/block/air.json +++ b/assets/minecraft/models/block/air.json | |||
| @@ -1,14 +1 @@ | |||
| 1 | { "textures": { | {} | |
| 2 | "particle": "block/air", | ||
| 3 | "air": "#air" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { "from": [ 0, 0, 0 ], | ||
| 7 | "to": [ 0, 0, 0 ], | ||
| 8 | "shade": false, | ||
| 9 | "faces": { | ||
| 10 | "down": { "uv": [ 0, 0, 0, 0 ], "texture": "#air", "cullface": "down" } | ||
| 11 | } | ||
| 12 | } | ||
| 13 | ] | ||
| 14 | } | ||
diff --git a/assets/minecraft/models/block/rose_bush_bottom.json b/assets/minecraft/models/block/rose_bush_bottom.json index 0f9b7694..3981b78f 100755 --- a/assets/minecraft/models/block/rose_bush_bottom.json +++ b/assets/minecraft/models/block/rose_bush_bottom.json | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "parent": "block/air", | 2 | "parent": "block/air", |
| 3 | "textures": { | 3 | "textures": { |
| 4 | "cross": "block/air" | 4 | "air": "block/air", |
| 5 | "particle": "block/air" | ||
| 5 | } | 6 | } |
| 6 | } \ No newline at end of file | 7 | } \ No newline at end of file |