summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/kelp_plant_45.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/kelp_plant_45.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/kelp_plant_45.json')
-rwxr-xr-xassets/minecraft/models/block/kelp_plant_45.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/kelp_plant_45.json b/assets/minecraft/models/block/kelp_plant_45.json
new file mode 100755
index 00000000..1af95a69
--- /dev/null
+++ b/assets/minecraft/models/block/kelp_plant_45.json
@@ -0,0 +1,19 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "block/kelp_plant",
5 "cross": "block/kelp_plant"
6 },
7 "elements": [
8 {
9 "from": [-8, -16, 8],
10 "to": [24, 16, 8],
11 "shade": false,
12 "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
13 "faces": {
14 "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "cullface": "down"},
15 "south": {"uv": [16, 0, 0, 16], "texture": "#cross", "cullface": "down"}
16 }
17 }
18 ]
19} \ No newline at end of file