Initial Commit

This commit is contained in:
2021-04-27 18:00:20 -04:00
commit ca919dbcad
277 changed files with 5028 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"line": "glowstonedust:block/glowstone_dust_line0",
"overlay": "glowstonedust:block/glowstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" }
}
}
]
}