mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
23 lines
692 B
JSON
23 lines
692 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "block/iron_bars",
|
|
"edge": "block/iron_bars"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 7, 0.001, 7 ],
|
|
"to": [ 9, 0.001, 9 ],
|
|
"faces": {
|
|
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
|
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 15.999, 7 ],
|
|
"to": [ 9, 15.999, 9 ],
|
|
"faces": {
|
|
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
|
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
|
}
|
|
}
|
|
]
|
|
}
|