Cadiboo / Example-Mod

An example mod created to try and get new modders to use good code practices
GNU Lesser General Public License v3.0
196 stars 41 forks source link

Generating structures #22

Closed filips123 closed 4 years ago

filips123 commented 4 years ago

Can you also make tutorial(s) and example mod code for generating custom structures? I think that there aren't many tutorials and examples of structure-generating mods (at least for latest Minecraft/Forge versions), so this would be quite nice addition.

Things that I would like to see in such tutorial:

I know this is quite a lot of things, but at least some could be added for start, and other could be added later.

Update: I found TelepathicGrunt/StructureTutorialMod which seems pretty good example mod. Then, you don't really need to create whole new mod for structures, but you could include some things in tutorial, link that existing mod and/or contribute some features that aren't ready yet (like jigsaw block, more advanced generation, spawning configuration...).

Cadiboo commented 4 years ago

Hey, I try not teach people about stuff I don't fully understand and I know literally nothing about structures or world gen at all. I've always tried to steer clear of it because of the maths it involves. However, it got rewritten in 1.16 so this might be the time for me to learn :). Thanks for putting so much effort into this issue, I'm sorry nothing came of it. I'll definitely link TelepathicGrunt's repo in my tutorials though.