Posted March 11, 20169 yr I've been searching around for a tutorial on structure generation and can't seem to find anything. I can find people asking questions about it, but lacking all knowledge on the subject means I can't piece these together into something functional.
March 11, 20169 yr While you wait, hunt down the code in vanilla Minecraft that generates structures. I think it's somewhere in the chunk generation. Walk through it to see what it does. Along the way, take note of any calls to ForgeHooks methods. Designing your own structures and getting them to appear in your choice of biomes / villages etc will then be derived from a combination of extending vanilla classes, registering them somewhere, and writing some event handlers that subscribe to Forge events (be sure to have them listen to the right "bus"). The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
March 17, 20169 yr IDK if i can share links, but type this in on youtube and press the first one/one with pink blocks in thumbnail! --->Minecraft Modding S2E5 Custom Structure Part 1 eKoop Creator: http://lumtech.byethost33.com/mods/eKoop/modinfo.html
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.