Jump to content

[VANILLA ORE] How to reduce the frequency of VANILLA ore generation?


vntlyy007

Recommended Posts

I have a mod that adds several other ore mining methods and I need to control the vanilla ore generation in the world. I tried to use method with data/worldgen/configured_feature(or placed_feature), but But here comes the problem with the colossal increase in the number of giant veins of iron and copper. Are there ways to do this in a different way or to improve the previous one?

Edited by vntlyy007
Link to comment
Share on other sites

  • vntlyy007 changed the title to [VANILLA ORE] How to reduce the frequency of VANILLA ore generation?
15 hours ago, vntlyy007 said:

I have a mod that adds several other ore mining methods and I need to control the vanilla ore generation in the world. I tried to use method with data/worldgen/configured_feature(or placed_feature), but But here comes the problem with the colossal increase in the number of giant veins of iron and copper. Are there ways to do this in a different way or to improve the previous one?

So the configured feature just modifies the maximum size of the veins. The placed feature determines how many spawn, at what locations, etc. If you want to reduce the size of the vein, modify the number in the configured feature. If you want to reduce the number of veins, modify the placed feature. The placed feature that modifies the number of veins should usually be the first one on the list. The Minecraft wiki has an entire section on what each type does.

Link to comment
Share on other sites

41 minutes ago, ChampionAsh5357 said:

So the configured feature just modifies the maximum size of the veins. The placed feature determines how many spawn, at what locations, etc. If you want to reduce the size of the vein, modify the number in the configured feature. If you want to reduce the number of veins, modify the placed feature. The placed feature that modifies the number of veins should usually be the first one on the list. The Minecraft wiki has an entire section on what each type does.

I've used this wiki, but the result I'm getting isn't what I want. I searched a lot on the internet and as I understand, there are no more ways to achieve something like this

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.