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
|
|
@ -1430,6 +1430,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.groundCoverModelShape('feather')
|
||||
.withPreexistingItem('wan_ancient_beasts:glider_feather')
|
||||
.textureAll('wan_ancient_beasts:item/glider_feather')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
|
||||
event.create('tfg:groundcover/wraptor_feather', 'tfc:ground_cover')
|
||||
.box(4, 0, 4, 12, 2, 12)
|
||||
|
|
@ -1437,11 +1438,13 @@ function registerTFGSpaceBlocks(event) {
|
|||
.groundCoverModelShape('feather')
|
||||
.withPreexistingItem('minecraft:feather')
|
||||
.textureAll('tfg:item/wraptor_wool')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
|
||||
event.create('tfg:groundcover/aeronos_stick', 'tfc:ground_cover')
|
||||
.box(3, 0, 3, 13, 3, 13)
|
||||
.groundCoverModelShape('twig')
|
||||
.withPreexistingItem('tfg:twigs/aeronos')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
.texture('particle', 'ad_astra:block/aeronos_stem')
|
||||
.texture('all', 'ad_astra:block/aeronos_stem')
|
||||
.texture('top', 'ad_astra:block/aeronos_stem_inside')
|
||||
|
|
@ -1450,6 +1453,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.box(3, 0, 3, 13, 3, 13)
|
||||
.groundCoverModelShape('twig')
|
||||
.withPreexistingItem('tfg:twigs/strophar')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
.texture('particle', 'ad_astra:block/strophar_stem')
|
||||
.texture('all', 'ad_astra:block/strophar_stem')
|
||||
.texture('top', 'ad_astra:block/strophar_stem_inside')
|
||||
|
|
@ -1458,6 +1462,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.box(3, 0, 3, 13, 3, 13)
|
||||
.groundCoverModelShape('twig')
|
||||
.withPreexistingItem('tfg:twigs/glacian')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
.texture('particle', 'ad_astra:block/glacian_log')
|
||||
.texture('all', 'ad_astra:block/glacian_log')
|
||||
.texture('top', 'ad_astra:block/glacian_log_top')
|
||||
|
|
@ -1466,6 +1471,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.box(3, 0, 3, 13, 3, 13)
|
||||
.groundCoverModelShape('twig')
|
||||
.withPreexistingItem('tfg:twigs/alphacene')
|
||||
.tagBlock('tfc:can_be_snow_piled')
|
||||
.texture('particle', 'species:block/alphacene_mushroom_block')
|
||||
.texture('all', 'species:block/alphacene_mushroom_block')
|
||||
.texture('top', 'minecraft:block/mushroom_stem')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue