Mars grass and water (#1437)

* mars grass and water and all that fun stuff

* removing the heavy water
This commit is contained in:
Pyritie 2025-07-25 01:31:25 +01:00 committed by GitHub
parent fb53d1de86
commit f860056940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 12766 additions and 10803 deletions

View file

@ -0,0 +1,36 @@
{
"parent": "minecraft:block/cube",
"textures": {
"0": "tfg:block/grass/mars_dirt",
"1": "tfg:block/grass/rusticus_side_1",
"2": "tfg:block/grass/rusticus_top_1",
"particle": "#2"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": {
"texture": "#1"
},
"east": {
"texture": "#1"
},
"south": {
"texture": "#1"
},
"west": {
"texture": "#1"
},
"up": {
"texture": "#2"
},
"down": {
"texture": "#0"
}
}
}
],
"display": {}
}