Skip to content

Commit

Permalink
removed platinum gen from overworld
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 15, 2024
1 parent 7ab40af commit d877da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ private static void initVanillaOres(WorldGenEvent event){
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Bauxite).atHeight(50, 120).withWeight(6).withSize(16).withBiomes(tagged("has_bauxite")).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Ruby).atHeight(-16, 32).withWeight(3).withSize(6).withBiomes(tagged("has_ruby")).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Sapphire).atHeight(-16, 32).withWeight(3).withSize(6).withBiomes(tagged("has_sapphire")).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Platinum).atHeight(-40, 20).withWeight(3).withSize(6).withSecondaryMaterial(Nickel, 0.05f).withBiomes(tagged("has_platinum")).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Iridium).atHeight(-64, 128).withProbability(5).withSize(4).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(Salt).atHeight(0, 62).withWeight(6).withSize(64).setSpawnOnOceanFloor(true).withMaterialType(AntimatterMaterialTypes.ORE_STONE).withBiomes(tagged("has_salt")).buildMaterial());
event.vanillaOre(new WorldGenVanillaOreBuilder().withMaterial(RockSalt).atHeight(0, 80).withWeight(2).withSize(64).withMaterialType(AntimatterMaterialTypes.ORE_STONE).withBiomes(tagged("has_rock_salt")).buildMaterial());
Expand Down

This file was deleted.

0 comments on commit d877da6

Please sign in to comment.