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!
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"textures": {
|
|
"particle": "block/composter_compost",
|
|
"inside": "block/composter_compost"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 2, 0, 2 ],
|
|
"to": [ 14, 15, 14 ],
|
|
"faces": {
|
|
"up": { "texture": "#inside" }
|
|
}
|
|
}
|
|
]
|
|
}
|