winnetrie Posted April 2, 2016 Share Posted April 2, 2016 Hi, I'm looking for information about how to generate layers of my own made stones. Like how it is done in terrafirmacraft ( if you know that mod) I know how to generate ore but that generates clusters. So can anyone help me explaining how to create layers instead of clusters? Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization Link to comment Share on other sites More sharing options...
DestinySpork Posted April 2, 2016 Share Posted April 2, 2016 Look in the ore generator class, and the maths involved, and find where it sets Y values and kinda squish it (say y/3). You can then call your code in PopulateChunkEvent#post on the event bus. I don't know efficient this would be though, and there is probably a better way 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.