diff options
Diffstat (limited to 'assets/minecraft/blockstates/kelp_plant.json')
| -rwxr-xr-x | assets/minecraft/blockstates/kelp_plant.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/kelp_plant.json b/assets/minecraft/blockstates/kelp_plant.json new file mode 100755 index 00000000..f530100f --- /dev/null +++ b/assets/minecraft/blockstates/kelp_plant.json | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "": [ | ||
| 4 | { "model": "minecraft:block/kelp_plant", "weight": 10 }, | ||
| 5 | { "model": "minecraft:block/kelp_plant", "weight": 10, "y": 90 }, | ||
| 6 | { "model": "minecraft:block/kelp_plant", "weight": 10, "y": 180 }, | ||
| 7 | { "model": "minecraft:block/kelp_plant", "weight": 10, "y": 270 }, | ||
| 8 | { "model": "minecraft:block/kelp_plant_22", "weight": 10 }, | ||
| 9 | { "model": "minecraft:block/kelp_plant_22", "weight": 10, "y": 90 }, | ||
| 10 | { "model": "minecraft:block/kelp_plant_22", "weight": 10, "y": 180 }, | ||
| 11 | { "model": "minecraft:block/kelp_plant_22", "weight": 10, "y": 270 }, | ||
| 12 | { "model": "minecraft:block/kelp_plant_-22", "weight": 10 }, | ||
| 13 | { "model": "minecraft:block/kelp_plant_-22", "weight": 10, "y": 90 }, | ||
| 14 | { "model": "minecraft:block/kelp_plant_-22", "weight": 10, "y": 180 }, | ||
| 15 | { "model": "minecraft:block/kelp_plant_-22", "weight": 10, "y": 270 }, | ||
| 16 | { "model": "minecraft:block/kelp_plant_45", "weight": 10 }, | ||
| 17 | { "model": "minecraft:block/kelp_plant_45", "weight": 10, "y": 90 }, | ||
| 18 | { "model": "minecraft:block/kelp_plant_45", "weight": 10, "y": 180 }, | ||
| 19 | { "model": "minecraft:block/kelp_plant_45", "weight": 10, "y": 270 }, | ||
| 20 | { "model": "minecraft:block/kelp_fruit", "weight": 1 }, | ||
| 21 | { "model": "minecraft:block/kelp_fruit", "weight": 1, "y": 90 }, | ||
| 22 | { "model": "minecraft:block/kelp_fruit", "weight": 1, "y": 180 }, | ||
| 23 | { "model": "minecraft:block/kelp_fruit", "weight": 1, "y": 270 } | ||
| 24 | ] | ||
| 25 | } | ||
| 26 | } \ No newline at end of file | ||