use the same crimson/warped tree feature for old growth ones too

This commit is contained in:
Pyritie 2025-08-12 12:49:39 +01:00
parent b676b5f5b4
commit b2a96fa67f

View file

@ -28,7 +28,7 @@ TFCEvents.worldgenData(event => {
],
'tfg:mars/tree/crimson', // tree feature
'tfg:mars/tree/crimson_dead', // dead tree feature
null, // old growth tree feature
'tfg:mars/tree/crimson', // old growth tree feature
null, // krummholz
null, // chance for old growth
null, // chance for old growth in non-old growth forests
@ -51,7 +51,8 @@ TFCEvents.worldgenData(event => {
],
'tfg:mars/tree/warped',
'tfg:mars/tree/warped_dead',
null, null, null, null, null, null, null,
'tfg:mars/tree/warped',
null, null, null, null, null, null,
placement => {}
)
})