summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/ice.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/ice.json')
-rwxr-xr-xassets/minecraft/blockstates/ice.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/ice.json b/assets/minecraft/blockstates/ice.json
new file mode 100755
index 00000000..6ee43429
--- /dev/null
+++ b/assets/minecraft/blockstates/ice.json
@@ -0,0 +1,11 @@
1{
2 "variants": {
3 "": [
4 { "model": "minecraft:block/ice_cubes", "weight": 1 },
5 { "model": "minecraft:block/ice_cubes", "weight": 1, "y": 90, "uvlock": true },
6 { "model": "minecraft:block/ice_cubes", "weight": 1, "y": 180, "uvlock": true },
7 { "model": "minecraft:block/ice_cubes", "weight": 1, "y": 270, "uvlock": true },
8 { "model": "minecraft:block/ice", "weight": 100 }
9 ]
10 }
11} \ No newline at end of file