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

@ -102,6 +102,8 @@ function registerTFGCollapseRecipes(event) {
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/amber_mycelium')
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/rusticus_mycelium')
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/sangnum_mycelium')
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/mars_farmland')
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/mars_path')
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/mars_clay_dirt')
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/amber_clay_mycelium')