Issue when using hardcore darkness mod with hbm ntm
rambo0247 opened this issue ยท 8 comments
When using hbm ntm with hardcore darkness mod, hardcore darkness stops working entirely.
versions:
HBM-NTM-[1.0.27_X4417]
HardcoreDarkness-MC1.7.10-1.7
After further testing by checking every version, it breaks with hardcore darkness starting on version HBM-NTM-[1.0.27_X4130]
after seeing
did a compare on github between 4130(when it started breaking) and 4026(last working version) saw this addition
src/main/java/com/hbm/blocks/generic/BlockDirt.java
just guessing, idk
did more testing and the problem only occurs above grand which is for the dirt block change you made above im guessing.
Underground when surrounded by stone it works fine.
Looks like it works in X4040 (the version right after X4026) but it's already broken in X4116 (before X4130). There's six more versions between that that I'll have to try out, but I suspect it might be NTM's skybox replacement, hence why it still works correctly underground.
curious if theres anything i can do on my end in the immediate future to fix or has to be you.
I think I got it, X4053 added a custom world provider class which handles sky color, fog and some brightness related stuff. I'll just slap a config on that so it can be turned off, it's only really relevant to post-impact effects anyway.
Version X4431 now has two new config options for disabling NTM's custom world provider and skyboxes (1.31_enableSkyboxes
and 1.32_enableImpactWorldProvider
). Simply disabling the world provider should work, but if it doesn't you can also try disabling the skybox (reverting it to vanilla) as well.