MaxenceDC / sparsestructures

A simple and configurable one-mixin mod that makes all (even datapacks and modded) structures more spread out (or more common!), essentially making them rarer/easier to find. Useful in big modpacks with a lot of structures mod to encourage exploration and make the experience more challenging or balanced.
https://modrinth.com/mod/sparsestructures
MIT License
6 stars 5 forks source link

[Suggestion] Button on world generation screen #11

Open steve-the-player opened 10 months ago

steve-the-player commented 10 months ago

It would be nice to be able to change the worldgen options so that instead of Generate structures being an off/on toggle, it instead is off/sparse/regular/lots or something like that.

MaxenceDC commented 10 months ago

Yeah, you're right, I think that's a neat way to implement UI and very user-friendly. It's not the easiest thing to implement, especially since I don't really have experience in Minecraft modding... I'll look into it when I have time Thank you!

steve-the-player commented 10 months ago

I'm not entirely certain, but I think some other mods that change the worldgen screen use the Midnight Library

MaxenceDC commented 10 months ago

Yeah, but I'd like to see if I'm able to keep my mod without any dependencies and try to implement it myself... (or maybe find a jarinjar lib or whatever it's called)

steve-the-player commented 10 months ago

I can respect that