mars snow (#1931)
* bare bones * snow piled tag * added climate restriction to quicksand, added powder snow up north * better tagging * langs * assets * missed feature in deep desert * remove waves from mars * climate tweaks * icicles and dry ice stuff * langs
This commit is contained in:
parent
ca46b12ebe
commit
16ae9167a8
35 changed files with 235 additions and 65 deletions
|
|
@ -370,12 +370,13 @@ const registerAdAstraBlockTags = (event) => {
|
|||
event.add('tfg:heightmap_ignore', 'minecraft:warped_wart_block')
|
||||
event.add('tfg:heightmap_ignore', 'species:alphacene_mushroom_block')
|
||||
event.add('tfg:heightmap_ignore', 'species:alphacene_mushroom_growth')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:glacian_log')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:glacian_wood')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:glacian_leaves')
|
||||
event.add('tfg:heightmap_ignore', 'betterend:glacian_hymenophore')
|
||||
event.add('tfg:heightmap_ignore', 'species:alphacene_moss_block')
|
||||
event.add('tfg:heightmap_ignore', 'minecraft:ice')
|
||||
|
||||
event.add('tfc:can_be_snow_piled', 'ad_astra:aeronos_mushroom')
|
||||
event.add('tfc:can_be_snow_piled', 'ad_astra:strophar_mushroom')
|
||||
|
||||
global.AD_ASTRA_WOOD.forEach(wood => {
|
||||
|
||||
|
|
@ -425,15 +426,6 @@ const registerAdAstraBiomeTags = (event) => {
|
|||
event.add('tfg:has_light_sand_particles', 'tfg:mars/rusticus_edge')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/sangnum_edge')
|
||||
event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_river')
|
||||
|
||||
event.add('waves:has_waves', 'tfg:mars/martian_river')
|
||||
event.add('waves:has_waves', 'tfg:mars/martian_mountains')
|
||||
event.add('waves:has_waves', 'tfg:mars/amber_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/amber_hills')
|
||||
event.add('waves:has_waves', 'tfg:mars/rusticus_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/rusticus_hills')
|
||||
event.add('waves:has_waves', 'tfg:mars/sangnum_plains')
|
||||
event.add('waves:has_waves', 'tfg:mars/sangnum_hills')
|
||||
}
|
||||
|
||||
const registerAdAstraEntityTypeTags = (event) => {
|
||||
|
|
@ -632,6 +624,7 @@ const registerAdAstraPlacedFeatures = (event) => {
|
|||
// Top layer
|
||||
event.add("tfg:mars_top_layer_modification", "tfg:glow_lichen")
|
||||
event.add("tfg:mars_top_layer_modification", "tfc:surface_loose_rocks")
|
||||
event.add("tfg:mars_top_layer_modification", "tfg:mars/terrain/mars_poles")
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue