diff options
| author | 2024-01-20 02:49:54 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:49:54 +0200 | |
| commit | 3a32a3769c406d844e616ecaf09dd31f155b9c03 (patch) | |
| tree | 5307d522db544dc4a8c5be439a7c756090ed0da7 /assets/minecraft/models/block/rose_bush_bottom.json | |
| parent | Fix pumpkins & melons (diff) | |
| download | faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.tar.gz faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.tar.xz faithless16x-3a32a3769c406d844e616ecaf09dd31f155b9c03.zip | |
Fix rose bushes & sunflowers
Diffstat (limited to 'assets/minecraft/models/block/rose_bush_bottom.json')
| -rwxr-xr-x | assets/minecraft/models/block/rose_bush_bottom.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |