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:
parent
43560cb1c3
commit
4aee3b2f51
80 changed files with 1634 additions and 157 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue