Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

Issue when using hardcore darkness mod with hbm ntm

leinierperez opened this issue ยท 8 comments

commented

When using hbm ntm with hardcore darkness mod, hardcore darkness stops working entirely.

Without hbm ntm:
image

With hbm ntm:
image

versions:
HBM-NTM-[1.0.27_X4417]
HardcoreDarkness-MC1.7.10-1.7

commented

After further testing by checking every version, it breaks with hardcore darkness starting on version HBM-NTM-[1.0.27_X4130]

commented

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
image

just guessing, idk

commented

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 image

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.
image

commented

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.

commented

curious if theres anything i can do on my end in the immediate future to fix or has to be you.

commented

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.

commented

alright, thanks

commented

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.