added mars dirt path, moved mars dirt/grass blocks to java, fixed snowy variants and made the clay/kaolin blocks have proper connected textures

This commit is contained in:
Pyritie 2025-09-28 18:00:31 +01:00
parent 7c8caf3732
commit 1a8172e27a
23 changed files with 1451 additions and 164 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "tfg:block/grass/mars_path" },
{ "model": "tfg:block/grass/mars_path", "y": 90 },
{ "model": "tfg:block/grass/mars_path", "y": 180 },
{ "model": "tfg:block/grass/mars_path", "y": 270 }
]
}
}