more glacian tree tweaks
This commit is contained in:
parent
6c7fce23ea
commit
d49fe21c5f
8 changed files with 23 additions and 30 deletions
|
|
@ -146,7 +146,7 @@ TFCEvents.worldgenData(event => {
|
|||
climate.maxTemp(-82)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
'ad_astra:glacian_log',
|
||||
'tfg:glacian_wood_stripped',
|
||||
'tfg:glacian_leaves',
|
||||
null,
|
||||
null,
|
||||
|
|
@ -159,7 +159,17 @@ TFCEvents.worldgenData(event => {
|
|||
'tfg:mars/tree/glacian_dead',
|
||||
'tfg:mars/tree/glacian',
|
||||
null, null, null, null, null, null,
|
||||
placement => {}
|
||||
placement => {
|
||||
placement.flatEnough(flatness => {
|
||||
flatness.flatness(0.8)
|
||||
flatness.radius(4)
|
||||
})
|
||||
placement.jsonPlacement({
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -2
|
||||
})
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue