Skip to content

Commit

Permalink
Removed granite and diorite from worldgen, 1/2 of #698
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 3, 2021
1 parent 8089db0 commit 070b25d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubejs/startup_scripts/worldgen/remove.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
events.listen('worldgen.remove', (event) => {
event.removeOres((ores) => {
ores.blocks = ['minecraft:granite', 'minecraft:diorite'];
});
});

0 comments on commit 070b25d

Please sign in to comment.