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 => {} ) })