Remove Natural Ores

Started by SebasManzana007 on

Topic category: Help with MCreator software

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Remove Natural Ores

Hi! Im making a mod for real things in minecraft, like ore processing.

And well, I want to remove the natural spawn from iron ores when the world is generated, either any of the options, either restrict directly to minecraft put iron minerals, that when the world is loaded, change the iron ores to stone or other.

Thanks for your help!

(PD: I dont know how to program in Java, I hope that's not a problem :D)

Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
procedures should do the…
Fri, 04/17/2020 - 20:53

procedures should do the trick (this may crash your game though).

 

not sure though, mess around a but see what you can come up with

removing natural ore…
Fri, 05/22/2020 - 16:35

removing natural ore generation requires you to get into minecraft's code, which is something you can't do in creator...

yet