moon biome/feature updates, added chorus plants
This commit is contained in:
parent
0130abd232
commit
58641ad8db
17 changed files with 422 additions and 33 deletions
|
|
@ -15,7 +15,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.opaque(true)
|
||||
|
||||
event.create('tfg:rock/hardened_moon_deepslate')
|
||||
.stoneSoundType()
|
||||
.soundType('deepslate')
|
||||
.requiresTool(true)
|
||||
.item(item => {
|
||||
item.modelJson({ parent: 'ad_astra:item/moon_deepslate' })
|
||||
|
|
|
|||
|
|
@ -39,9 +39,14 @@ global.EXTRATERRESTRIAL_HARDENED_ROCKS = [
|
|||
|
||||
global.MOON_BIOMES = [
|
||||
'tfg:moon/lunar_plains',
|
||||
'tfg:moon/lunar_basalt_maria',
|
||||
'tfg:moon/lunar_gabbro_uplift',
|
||||
'tfg:moon/lunar_diorite_delta'
|
||||
'tfg:moon/lunar_asurine_dense',
|
||||
'tfg:moon/lunar_asurine_sparse',
|
||||
'tfg:moon/lunar_chorus_dense',
|
||||
'tfg:moon/lunar_chorus_sparse',
|
||||
'tfg:moon/lunar_corals_dense',
|
||||
'tfg:moon/lunar_corals_sparse',
|
||||
'tfg:moon/lunar_lights_dense',
|
||||
'tfg:moon/lunar_lights_sparse'
|
||||
]
|
||||
|
||||
global.MARS_BIOMES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue