diff options
Diffstat (limited to 'assets/minecraft/models/item/cactus.json')
| -rwxr-xr-x | assets/minecraft/models/item/cactus.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/cactus.json b/assets/minecraft/models/item/cactus.json new file mode 100755 index 00000000..a0d25da6 --- /dev/null +++ b/assets/minecraft/models/item/cactus.json | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/cactus", | ||
| 3 | "display": { | ||
| 4 | "ground": { | ||
| 5 | "scale":[ 0.6, 0.6, 0.6 ] | ||
| 6 | } | ||
| 7 | } | ||
| 8 | } \ No newline at end of file | ||