neuralgia/kubejs/assets/tfg/models/block/grass/amber_mycelium_top.json
Pyritie f860056940
Mars grass and water (#1437)
* mars grass and water and all that fun stuff

* removing the heavy water
2025-07-25 01:31:25 +01:00

27 lines
No EOL
548 B
JSON

{
"parent": "block/block",
"textures": {
"overlay": "tfg:block/grass/amber_top",
"particle": "tfg:block/grass/amber_top"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
0
],
"faces": {
"north": {
"texture": "#overlay",
"cullface": "north"
}
}
}
]
}