[Feature Request] Ore Configuration
Closed this issue · 3 comments
I mean I can do this, but I’m sure you can override it with a data pack?
@50ap5ud5 can you confirm?
Currently it is only allowed in the 1.16.5 configuration. Disable ore generation completely.
But I think it is not so good because it is part of the mod and I would like to keep it only by reducing its generation
I mean I can do this, but I’m sure you can override it with a data pack?
@50ap5ud5 can you confirm?
Unfortunately no, at least in Forge 1.16.5. The BiomeLoadingEvent fires during datapack serialisation, so any user made datapacks won't actually override the OreFeature which we define in code. In 1.18.2+ using datapacks to configure world gen is achievable with the use of Forge's BiomeModifier datapack format.