create-the-brass-oncerto/kubejs/startup_scripts/worldgen/remove_structure.js

4 lines
144 B
JavaScript
Raw Permalink Normal View History

2025-04-11 17:07:29 +08:00
WorldgenEvents.remove(event => {
//移除陨石
event.removeFeatureById('#ae2:has_meteorites',"top_layer_modification",["ae2:meteorite"])
})