Skip to content

Commit

Permalink
[WorldGen] Remove Tin Ore from Dreams & Desires
Browse files Browse the repository at this point in the history
  • Loading branch information
KuryKat committed Sep 23, 2023
1 parent 6e8e45b commit 3e2a44e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubejs/startup_scripts/base/worldgen/create_dd/remove.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WorldgenEvents.remove((event) => {
event.removeFeatureById('underground_ores', ['create_dd:tin_ore_placed']);
});

0 comments on commit 3e2a44e

Please sign in to comment.