Kontron Ore Config
Closed this issue ยท 3 comments
Add configurable variables to Kontron ore generation allowing users to change:
- The chance Kontron ore veins spawn
- The size of each Kontron ore vein
This would give the mod greater compatibility with other ore generation mods
Hi, did you know in the 1.16 versions of this mod you can use Minecraft Datapacks to adjust them yourself without needing the mod author to add configurable options for you?
All you have to do is make a Configured Feature json in your datapack. This Configured Feature will be able to replace the instance originally in the mod and you can configure the ore vein size etc. all within the json.
For more information visit the Minecraft Wiki: https://minecraft.gamepedia.com/Custom_world_generation
Hi, did you know in the 1.16 versions of this mod you can use Minecraft Datapacks to adjust them yourself without needing the mod author to add configurable options for you?
All you have to do is make a Configured Feature json in your datapack. This Configured Feature will be able to replace the instance originally in the mod and you can configure the ore vein size etc. all within the json.
For more information visit the Minecraft Wiki: https://minecraft.gamepedia.com/Custom_world_generation
I didn't realize datapacks would work with forge mods! Thank you for the heads up, I'll use this method for now.
I am not sure I can make this configurable in code, as @50ap5ud5 said, a datapack is the best way :)