Posted February 12, 20232 yr 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 February 12, 20232 yr by vntlyy007
February 13, 20232 yr 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.
February 13, 20232 yr Author 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
February 13, 20232 yr Author Deepslate ores are generated in general by smaller veins. Can this be controlled?
February 13, 20232 yr 2 hours ago, vntlyy007 said: Deepslate ores are generated in general by smaller veins. Can this be controlled? They are generated the same way as regular ores, so yes, you can control it.
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.