added proper loose rock, rock pile, and rock delta features for all the moon rock types, added coral features, retextured warped vines

This commit is contained in:
Pyritie 2025-05-13 10:53:11 +01:00
parent 43560cb1c3
commit 4aee3b2f51
80 changed files with 1634 additions and 157 deletions

View file

@ -37,6 +37,18 @@ global.EXTRATERRESTRIAL_HARDENED_ROCKS = [
'tfg:rock/hardened_glacio_stone',
]
global.MOON_STONE_TYPES = [
"andesite",
"basalt",
"dacite",
"diorite",
"gabbro",
"glacio_stone",
"moon_deepslate",
"moon_stone",
"rhyolite"
]
global.MOON_BIOMES = [
'tfg:moon/lunar_plains',
'tfg:moon/lunar_asurine_dense',