* github pls * add initial textures + blockstates * models * started writing up the blocks * model adjustments, added item models and textures * cleanup * git moment
17 lines
No EOL
316 B
JSON
17 lines
No EOL
316 B
JSON
{
|
|
"textures": {
|
|
"particle": "#texture"
|
|
},
|
|
"elements": [
|
|
{
|
|
"__comment": "PlaneY1",
|
|
"from": [ 0, 0, 0 ],
|
|
"to": [ 16, 0.001, 16 ],
|
|
"shade": false,
|
|
"faces": {
|
|
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
|
}
|
|
}
|
|
]
|
|
} |