Archwood Trees

Remove Wild Archwood Trees

startup_scripts

This prevents Archwood Trees from spawning anywhere outside of Archwood Forests.

WorldgenEvents.remove((event) => {
event.removeFeatureById(/ars_nouveau:archwood_forest/, "vegetal_decoration", [
"ars_nouveau:placed_mixed_archwoods",
"ars_elemental:flashing_archwood",
]);
});