Ryorama Posted January 10, 2020 Posted January 10, 2020 I am looking for a tutorial on how to make structures in 1.14.4, but all the ones I can find are for 1.12.2. Any ideas? Quote
Ryorama Posted January 10, 2020 Author Posted January 10, 2020 2 minutes ago, American2050 said: What you mean with structures? Like structure generation Quote
Draco18s Posted January 10, 2020 Posted January 10, 2020 1 hour ago, American2050 said: What you mean with structures? "Structures" are what they say they are. They are features that use the Structure class and place blocks for things like village houses, mineshafts, shipwrecks, and other structures. 3 hours ago, Ryorama said: Any ideas? I've looked into the code and barely understand it. You can see some of my fooling around (I've been working on trying to get Custom Ore Gen on 1.14, so my code is oriented in that direction) here: https://github.com/Draco18s/ReasonableRealism/tree/1.14.4/src/main/java/com/draco18s/harderores/world 1 Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Drizzs Posted January 11, 2020 Posted January 11, 2020 I have working structures in one of my mods, basically it just spawns islands in the sky in the end and the overworld. Works. You should be able to figure out what everything does pretty simply from what i have written. https://github.com/drizzs/GrassWorld-1.14/tree/1.14.4-rewrite/src/main/java/com/drizzs/grassworld/features 1 Quote
Recommended Posts
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.