TheDoomBringer Posted February 24, 2015 Share Posted February 24, 2015 In 1.8 Mojang made Ocean Temples generate over already generated chunks. So I'm wondering if there is a method that I can use to do this on 1.8 generated worlds triggered by an event. If there isn't then its not the end of the world but I have no idea where to start with this so any help would be appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
Jacky2611 Posted February 25, 2015 Share Posted February 25, 2015 What exactly do you want to do? Why can't you just generate it when the world is generated? Quote Here could be your advertisement! Link to comment Share on other sites More sharing options...
larsgerrits Posted February 25, 2015 Share Posted February 25, 2015 What exactly do you want to do? Why can't you just generate it when the world is generated? He want to generate a structure in an already made world. @OP, maybe you can use the WorldEvent.Load event to generate the structure in the world, and have a boolean to check if it was already generated in the world. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/ Link to comment Share on other sites More sharing options...
TheDoomBringer Posted February 25, 2015 Author Share Posted February 25, 2015 Well, that took me a bit to figure out but that did the trick! Thanks larsgerrits! What I'm exactly doing is making a sort of "hardmode" from Terraria for Minecraft. I've actually got a lot done in the past few days and the ore regen was really the only thing hindering me from making it a reality. Thanks again larsgerrits! The only downside with the method I'm using is that the ores can generate in man made structures below the Y coords for the ore generation. I really don't think there's a way around that. But as for now it works great! Quote Link to comment Share on other sites More sharing options...
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.