Skip to content

Instantly share code, notes, and snippets.

@libertylocked
Created November 21, 2023 05:11
Show Gist options
  • Save libertylocked/9b3d24ec3844e24dca8312a1a24d94fe to your computer and use it in GitHub Desktop.
Save libertylocked/9b3d24ec3844e24dca8312a1a24d94fe to your computer and use it in GitHub Desktop.
disable ad astra meteor spawns in overworld with kubejs server script
if (Platform.getMods().containsKey('ad_astra')) {
ServerEvents.tags('worldgen/biome', (e) => {
e.removeAll('ad_astra:has_structure/meteor_biomes');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment