diff options
Diffstat (limited to 'assets/minecraft/blockstates/pointed_dripstone.json')
| -rwxr-xr-x | assets/minecraft/blockstates/pointed_dripstone.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/pointed_dripstone.json b/assets/minecraft/blockstates/pointed_dripstone.json new file mode 100755 index 00000000..44513ff4 --- /dev/null +++ b/assets/minecraft/blockstates/pointed_dripstone.json | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "thickness=base,vertical_direction=down": { | ||
| 4 | "model": "minecraft:block/pointed_dripstone_down_base" | ||
| 5 | }, | ||
| 6 | "thickness=base,vertical_direction=up": { | ||
| 7 | "model": "minecraft:block/pointed_dripstone_up_base" | ||
| 8 | }, | ||
| 9 | "thickness=frustum,vertical_direction=down": { | ||
| 10 | "model": "minecraft:block/pointed_dripstone_down_frustum" | ||
| 11 | }, | ||
| 12 | "thickness=frustum,vertical_direction=up": [ | ||
| 13 | { "model": "minecraft:block/pointed_dripstone_up_frustum", "weight": 2500 }, | ||
| 14 | { "model": "minecraft:block/pointed_dripstone_skeleton", "weight": 1 }, | ||
| 15 | { "model": "minecraft:block/pointed_dripstone_skeleton", "weight": 1, "y": 90 }, | ||
| 16 | { "model": "minecraft:block/pointed_dripstone_skeleton", "weight": 1, "y": 180 }, | ||
| 17 | { "model": "minecraft:block/pointed_dripstone_skeleton", "weight": 1, "y": 270 }, | ||
| 18 | { "model": "minecraft:block/pointed_dripstone_skeleton2", "weight": 1 }, | ||
| 19 | { "model": "minecraft:block/pointed_dripstone_skeleton2", "weight": 1, "y": 90 }, | ||
| 20 | { "model": "minecraft:block/pointed_dripstone_skeleton2", "weight": 1, "y": 180 }, | ||
| 21 | { "model": "minecraft:block/pointed_dripstone_skeleton2", "weight": 1, "y": 270 }, | ||
| 22 | { "model": "minecraft:block/pointed_dripstone_skeleton3", "weight": 1 }, | ||
| 23 | { "model": "minecraft:block/pointed_dripstone_skeleton3", "weight": 1, "y": 90 }, | ||
| 24 | { "model": "minecraft:block/pointed_dripstone_skeleton3", "weight": 1, "y": 180 }, | ||
| 25 | { "model": "minecraft:block/pointed_dripstone_skeleton3", "weight": 1, "y": 270 } | ||
| 26 | ], | ||
| 27 | "thickness=middle,vertical_direction=down": { | ||
| 28 | "model": "minecraft:block/pointed_dripstone_down_middle" | ||
| 29 | }, | ||
| 30 | "thickness=middle,vertical_direction=up": { | ||
| 31 | "model": "minecraft:block/pointed_dripstone_up_middle" | ||
| 32 | }, | ||
| 33 | "thickness=tip,vertical_direction=down": { | ||
| 34 | "model": "minecraft:block/pointed_dripstone_down_tip" | ||
| 35 | }, | ||
| 36 | "thickness=tip,vertical_direction=up": { | ||
| 37 | "model": "minecraft:block/pointed_dripstone_up_tip" | ||
| 38 | }, | ||
| 39 | "thickness=tip_merge,vertical_direction=down": { | ||
| 40 | "model": "minecraft:block/pointed_dripstone_down_tip_merge" | ||
| 41 | }, | ||
| 42 | "thickness=tip_merge,vertical_direction=up": { | ||
| 43 | "model": "minecraft:block/pointed_dripstone_up_tip_merge" | ||
| 44 | } | ||
| 45 | } | ||
| 46 | } \ No newline at end of file | ||