diff options
Diffstat (limited to 'assets/minecraft/models/block/attached_melon_stem3.json')
| -rwxr-xr-x | assets/minecraft/models/block/attached_melon_stem3.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/attached_melon_stem3.json b/assets/minecraft/models/block/attached_melon_stem3.json new file mode 100755 index 00000000..97a5f058 --- /dev/null +++ b/assets/minecraft/models/block/attached_melon_stem3.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/attached_pumpkin_stem3", | ||
| 3 | "textures": { | ||
| 4 | "2": "block/melon_stem", | ||
| 5 | "3": "block/melon_side", | ||
| 6 | "4": "block/melon_top", | ||
| 7 | "5": "block/melon_bottom", | ||
| 8 | "particle": "block/melon_stem_particle" | ||
| 9 | } | ||
| 10 | } \ No newline at end of file | ||