Skip to content

Commit

Permalink
Remove worldgen for Create: New Age thorium ore as suggested by #3
Browse files Browse the repository at this point in the history
  • Loading branch information
omgimanerd committed Jul 3, 2024
1 parent 36f3c7d commit 605b159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions minecraft/kubejs/startup_scripts/worldgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

// list features
// https://discord.com/channels/303440391124942858/1229784826559729756

WorldgenEvents.remove((e) => {
e.removeOres((ores) => {
ores.blocks = ['create_new_age:thorium_ore']
})
})

0 comments on commit 605b159

Please sign in to comment.