diff options
Diffstat (limited to 'assets/minecraft/blockstates/cactus.json')
| -rwxr-xr-x | assets/minecraft/blockstates/cactus.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/cactus.json b/assets/minecraft/blockstates/cactus.json new file mode 100755 index 00000000..78e97313 --- /dev/null +++ b/assets/minecraft/blockstates/cactus.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "": [ | ||
| 4 | { "model": "block/cactus", "weight": 25 }, | ||
| 5 | { "model": "block/cactus2", "weight": 15 }, | ||
| 6 | { "model": "block/cactus3", "weight": 5 }, | ||
| 7 | { "model": "block/cactus3", "y": 90, "weight": 5 }, | ||
| 8 | { "model": "block/cactus3", "y": 180, "weight": 5 }, | ||
| 9 | { "model": "block/cactus3", "y": 180, "weight": 5 }, | ||
| 10 | { "model": "block/cactus4", "weight": 5 }, | ||
| 11 | { "model": "block/cactus4", "y": 90, "weight": 5 }, | ||
| 12 | { "model": "block/cactus4", "y": 180, "weight": 5 }, | ||
| 13 | { "model": "block/cactus4", "y": 180, "weight": 5 } | ||
| 14 | ] | ||
| 15 | } | ||
| 16 | } | ||