Give Mars tree leaves distance property (#2661)
* Make TFG copies of Mars foliage They still return the original items. * Change strophar supports to match item color * Change soundType to shroomlight --------- Co-authored-by: Xikaro <os.valerievich@ya.ru>
This commit is contained in:
parent
9ece43f122
commit
5985f389b2
23 changed files with 284 additions and 22 deletions
|
|
@ -212,6 +212,10 @@ function registerTFGMarsBlockTags(event) {
|
|||
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('tfg:heightmap_ignore', 'tfg:crimson_wart_block')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:warped_wart_block')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:aeronos_cap')
|
||||
event.add('tfg:heightmap_ignore', 'tfg:strophar_cap')
|
||||
|
||||
event.remove('minecraft:enderman_holdable', 'minecraft:crimson_fungus')
|
||||
event.remove('minecraft:enderman_holdable', 'minecraft:warped_fungus')
|
||||
|
|
@ -302,11 +306,11 @@ function registerTFGMarsBlockTags(event) {
|
|||
event.add('tfg:decorative_plant_attachable', 'minecraft:mushroom_stem')
|
||||
event.add('tfg:decorative_plant_attachable', 'species:alphacene_mushroom_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'species:alphacene_moss_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'ad_astra:aeronos_cap')
|
||||
event.add('tfg:decorative_plant_attachable', 'ad_astra:strophar_cap')
|
||||
event.add('tfg:decorative_plant_attachable', 'tfg:aeronos_cap')
|
||||
event.add('tfg:decorative_plant_attachable', 'tfg:strophar_cap')
|
||||
event.add('tfg:decorative_plant_attachable', 'tfg:glacian_leaves')
|
||||
event.add('tfg:decorative_plant_attachable', 'minecraft:nether_wart_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'minecraft:warped_wart_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'tfg:crimson_wart_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'tfg:warped_wart_block')
|
||||
event.add('tfg:decorative_plant_attachable', 'betterend:cave_bush')
|
||||
event.add('tfg:decorative_plant_attachable', 'betterend:lucernia_leaves')
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ TFCEvents.worldgenData(event => {
|
|||
climate.fuzzy(true)
|
||||
},
|
||||
'ad_astra:aeronos_stem',
|
||||
'ad_astra:aeronos_cap',
|
||||
'tfg:aeronos_cap',
|
||||
null,
|
||||
null,
|
||||
[
|
||||
|
|
@ -103,7 +103,7 @@ TFCEvents.worldgenData(event => {
|
|||
climate.fuzzy(true)
|
||||
},
|
||||
'ad_astra:strophar_stem',
|
||||
'ad_astra:strophar_cap',
|
||||
'tfg:strophar_cap',
|
||||
null,
|
||||
null,
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue