-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Mod Request]: underch
#81
Comments
Updated after quick playtest with initial underch and post-creation underch. |
Started code review then got busy |
Finished code review. rule 1 seems to be a real problem with this mod... |
@Lazerbeak12345, in your review did you see a way to set altitude/depth limits, preferably in a configuration file? The only parameter exposed in minetest is Can it be compressed to a small depth interval (say 5000 blocks)? |
Just created a new world of valleys with WN and underch. Got nothing but black, as if I had spawned underground. Created a second world and that one was OK. I'm also a little concerned about the lava in the sky bug (https://content.minetest.net/threads/2845/, https://gitlab.com/h2mm/underch/-/issues/7). |
My largest concern is that it seems like it doesn't allow for any sort of ore-registration for mods that don't know about underch, and underch doesn't know about them. There's a lot of quality mods (many that we don't even have issues for yet) that add extra ores, and have this issue. |
I didn't see anything like that at all. |
I feel like the core goals of this mod conflict with Whynot. I'll close this for now. Feel free to reopen if .... whatever reason really. |
Request
This is the URL for the mod I would like to be added:
https://gitlab.com/h2mm/underch
My opinion on how it fits with the whynot rules:
default:stone
seems to be very rare now. Mostly everything underground is from underch.instant_ores
mod, would those ores show up here? TODO test rarity of ores that this mod is unaware of (that doesn't also add support manually) in a world with and without this mod.init.lua:13
If the globalstairs
is absent this will throw an error. Not a huge deal since it usually is ifdefault
- a marked dependency - is present. (they still check in casestairs
is absent though, so they might like this change)functions.lua:13
(Unless I'm mistaken)moreblocks
adds more types of stairs thanstairsplus
. It might be a good idea to prefermoreblocks
- but the catch is backwards compatibility.jit.lua:573
I forget if this is a thing, but would it be better to get the list of ores from the minetest engine instead of manually listing them upon mod detection?init.lua:120
this might be duplicating the ABM fromdefault
. Does this cause any issues?nodes.lua
)Other comments
This was split from #32
The text was updated successfully, but these errors were encountered: