-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds stalactite ore placing override API #41
base: master
Are you sure you want to change the base?
Conversation
Warning: 2 uncommitted changes |
Can replace all the ore in a given stalactite
63be1b8
to
b258054
Compare
There's one thing I don't really like about this method: you can't really tweak the rarity of the stalactite you're generating, plus you're not really adding a new stalactite, you're just replacing an existing one. I would rather add an option to add new stalactites, that would've compete for generation with vanilla ones. I guess I'll have to do it in my PR) |
You can check my version out in #44 |
Did you check how it works with GT ores? Because I'm afraid that it may cause issues similar to those I got |
In draft pending requirements. |
The intent is to allow the core mod (or any other mod) to specify which ores should be in the stalactites by providing a method to place that stalactite's blocks.
This is an alternative to the method used in #36.
Thanks to Minepolz320 for the original idea.