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,8 @@
{
"parent": "tfc:block/grass_path",
"textures": {
"dirt": "tfg:block/grass/mars_dirt",
"top": "tfg:block/grass/mars_path",
"side": "tfg:block/grass/mars_dirt"
}
}