How to keep vanilla ores from spawning in custom dimensions

Started by poopsockpedia on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Feb 2020
Points:
634

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
How to keep vanilla ores from spawning in custom dimensions

I created a new dimension with the overworld generation type. How can I make so that vanilla ores (like coal,iron,diamond,etc) won't spawn?

Active 3 years ago
Joined Mar 2020
Points:
1262

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Maybe create a custom block…
Wed, 05/13/2020 - 12:15

Maybe create a custom block that you would like in your dimension and have it’s generation replace the vanilla ores and make the spawn rate really high. But I don’t recommend going over 32. This isn’t perfect though so I recommend the next solution.
 

You can also make a block called “Fake Stone” or like “Moon Stone” or something like that that has a similar texture to normal stone and have it generate in your dimension instead of the normal stone. But make sure you change the texture enough that you won’t get in trouble for it.