From b2a96fa67fa031036a8b3a58bb267ce28e6280bb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 12 Aug 2025 12:49:39 +0100 Subject: [PATCH] use the same crimson/warped tree feature for old growth ones too --- kubejs/server_scripts/tfg/events.forests.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfg/events.forests.js b/kubejs/server_scripts/tfg/events.forests.js index e663e10b4..b7a3a61a3 100644 --- a/kubejs/server_scripts/tfg/events.forests.js +++ b/kubejs/server_scripts/tfg/events.forests.js @@ -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 => {} ) })