Feature/mars piles and layers (#1975)
* changes for some sand layer/pile stuff * Martian wind (#1883) * add texture for wind * add multiple martian wind types * fix semiheavy concurrent with tfg core * rename wind to match convention * fix blockstate registration error * why is this even turned on by default * translate code regions + placeholder bundle recipe * add mars climate controller * add debug stick functions * cleanup * add layer block models * add jsons * cleanup --------- Signed-off-by: Zippity <i.wa.anderson.86@gmail.com> * refactor * undo bundle * added a bunch of missing snow pile tags * item model changes * more snow piled tags * add dust storm severity biome tags * some cleanup --------- Signed-off-by: Zippity <i.wa.anderson.86@gmail.com> Co-authored-by: Zippity <i.wa.anderson.86@gmail.com>
This commit is contained in:
parent
8cfe1a0b55
commit
153ae76522
51 changed files with 540 additions and 170 deletions
|
|
@ -428,6 +428,20 @@ 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('tfg:has_mild_dust_storms', 'tfg:mars/martian_mountains')
|
||||
event.add('tfg:has_mild_dust_storms', 'tfg:mars/martian_river')
|
||||
event.add('tfg:has_mild_dust_storms', 'tfg:mars/amber_hills')
|
||||
event.add('tfg:has_mild_dust_storms', 'tfg:mars/rusticus_hills')
|
||||
event.add('tfg:has_mild_dust_storms', 'tfg:mars/sangnum_hills')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/amber_plains')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/amber_edge')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/rusticus_plains')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/rusticus_edge')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/sangnum_plains')
|
||||
event.add('tfg:has_moderate_dust_storms', 'tfg:mars/sangnum_edge')
|
||||
event.add('tfg:has_severe_dust_storms', 'tfg:mars/martian_dunes')
|
||||
event.add('tfg:has_severe_dust_storms', 'tfg:mars/martian_deep_desert')
|
||||
}
|
||||
|
||||
const registerAdAstraEntityTypeTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue