bcwadsworth Posted May 24, 2014 Posted May 24, 2014 I was wondering- does vanilla ore generation come before forge ore generation or after forge ore generation, And if vanilla ore generation comes first, is it a good idea for me to go through each block to check if it is the block I need to swap out, And if not, what is the best way of disabling a vanilla ore generation? Quote
bcwadsworth Posted May 24, 2014 Author Posted May 24, 2014 How does oregenevent.generateminable override vanilla oregen? Quote
sequituri Posted May 24, 2014 Posted May 24, 2014 You can set event.Result = Result.DENY on any of the ore types you want to not generate. Quote -S- (if I helped, please click Thank and applaud) http://6upnqa.dm2301.livefilestore.com/y2mtf-vG7Tqq1TiiVpIm53KWj7294NDPoHfSHHb4PzZiMAUfRCfK0UY0MwOu7Q3zTBNVTKqWjr2-xgBfFRpQT5p-QivtvknPpoABMNUw9br9WuZcBFkjePhnAbW500gVm-P/sequiturian.png[/img]
bcwadsworth Posted May 25, 2014 Author Posted May 25, 2014 So now I am checking for a bunch of ore gen event types, and I need to override emerald and in OreGenEvent.GenerateMinable.EventType.____ there is no emerald gen event. Is it grouped under custom or diamond? Quote
bcwadsworth Posted May 25, 2014 Author Posted May 25, 2014 Then I will just deal with it. Thank you all! 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.