FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
21 stars 1 forks source link

[Bug]: FTB IC Solar generation does not work in Minimg Dimension #671

Open Roboleo1010 opened 2 years ago

Roboleo1010 commented 2 years ago

Modpack

FTB One

Modpack version

1.3.0

Log Files

No response

Describe the bug

The Solar Panels from FTB Industial Contraprions do not generrate power (The sun Icon is not lit) when placed in the Mining Dimension from 'Just Another Mining Dimension'.

Steps to reproduce

Go to the mining dimension from 'Just Another Mining Dimension' Place down the 'MV Solar Panel'

Expected behaviour

The Solar panels should generate poewr

Screenshots

image

Additional information

No response

Saereth commented 1 year ago

This is a mod issue with ftbic, the logic check for cehcking the sun needs to be switched to checking brightness level and can see sky rather than isDay. I'll move this over to that tracker but ftbic isn't highly maintained so it may not get fixed anytime soon.

manmaed commented 1 year ago

I feel this is an intended feature

Saereth commented 1 year ago

I doubt it. From a user experience it's day time, they can see the sun, they'd expect solars to work. I've seen 1-2 mods using the old isDay check. isDay used to be fine but the problem is dimensions dont really have their own time and such, this is similar to the problem desht ran into with ftb team dimensions that caused him to need to basically globally sync them with overworld. You can work around this by using the brightness level check and can see sky check instead which is basically what Mekanism and several other mods have done