summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/moss_carpet.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/moss_carpet.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/moss_carpet.json')
-rwxr-xr-xassets/minecraft/models/block/moss_carpet.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/moss_carpet.json b/assets/minecraft/models/block/moss_carpet.json
new file mode 100755
index 00000000..2488e033
--- /dev/null
+++ b/assets/minecraft/models/block/moss_carpet.json
@@ -0,0 +1,23 @@
1{
2 "ambientocclusion": false,
3 "parent": "block/thin_block",
4 "textures": {
5 "2": "block/moss_carpet",
6 "particle": "block/moss_block",
7 "wool": "block/moss_block"
8 },
9 "elements": [
10 {
11 "from": [-0.01, -2, -0.01],
12 "to": [16.01, 1, 16.01],
13 "faces": {
14 "north": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "north"},
15 "east": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "east"},
16 "south": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "south"},
17 "west": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "west"},
18 "up": {"uv": [0, 0, 16, 16], "texture": "#wool"},
19 "down": {"uv": [0, 0, 16, 16], "texture": "#wool", "cullface": "down"}
20 }
21 }
22 ]
23} \ No newline at end of file