DerFrZocker / Ore-Control

Ore-Control is a Spigot plugin, with which you can manipulated the default Minecraft Ore-Generation. For Minecraft Version 1.18 and higher.
MIT License
20 stars 10 forks source link

Ore generating in deep dark #33

Open mulissi opened 1 month ago

mulissi commented 1 month ago

I was testing Ore-Control on my world.

I did the following:

  1. I created a world with multiverse and teleported there
  2. I went through the GUI to deactivate all of the ores
  3. I left the world
  4. I deleted the world
  5. I generated a new world and confirmed the JSON files were still intact from the previous generation
  6. I searched for signs of ore.

What I found were blocks of iron ore in deepslate in the deep dark, and diamond among a ribcage generation in the deepdark, embedded in deepslate. 2024-08-02_17 01 43 2024-08-02_17 03 33 2024-08-02_17 03 56 2024-08-02_17 04 49 2024-08-02_17 09 52

All of my ores I just went in and deactivated by clicking the green block next to the back button, choosing the red block and then repeating that for every ore. I didn't change any of the settings through config file editing. Everything was processed through the GUI.

mulissi commented 1 month ago

Further research since submission has revealed that the fossil ore is likely part of the fossil 'Feature' generation, similar to structure generation.

The iron ore, however, is still peculiar and unexplained.

DerFrZocker commented 1 month ago

The Diamond ores, are as you suspected from the fossil and cannot be deactivated via Ore-Control.

The iron ores you found are big ore veins which are generated in a special way, you can deactivated them in the extra value gui.

mulissi commented 1 month ago

Deactivating all of the iron doesn't remove them by default?

DerFrZocker commented 1 month ago

Minecraft generates ores in many diffrent ways, so that there is varity will mining. Some iron ors (not all) generated in a much diffrent way than any other ore, which is why there is an extra toogle for those iron ores.

Also the plugin only works on newly generated chunks (if you means this by removing)

mulissi commented 1 month ago

Got it. And no, I'm not trying to remove ore. I had someone do that with scripts through Amulet with this in place to prevent future ore generation if/when the world is expanded.

Thank you for the assistance!