Refined Storage

Refined Storage

77M Downloads

Disk Drive lighting issue (Issue 530 & 970)

BonaireDreams opened this issue ยท 2 comments

commented

Describe the bug

Blocks placed around disk drive make drive turn dark/black. Same as very old issue 530 and 970, except no Optifine installed. Initially discovered this in my custom modpack. Tried disabling the only 2 video mods I had (FPS reducer, & Better FPS, tried disabling my texture pack. None worked, then decided to rule out all mods.
Created a brand new Minecraft profile with only Refined Storage, no graphics mods, no texture packs.
Started a new word, placed a few disk drives. Single drives look fine, as soon as you start to place opaque blocks around them they go black.
screenshot 7
screenshot 8
screenshot 9
screenshot 10
screenshot 11

As in previous reports, this also affects the disk manipulator, No other blocks appear to be affected.

How can we reproduce this bug or crash?

Create minecraft world with only Refined storage
Place diskdrive
place opaque blocks around it

What Minecraft version is this happening on?

Minecraft 1.18.2

What Forge version is this happening on?

40.1.0

What Refined Storage version is this happening on?

1.10.2

Relevant log output

No response

commented

Forge issue. Turn on experimental lighting pipeline in the forge client config.

commented

Excellent! That fixed it. Thank you.
For anyone needing to know how to adjust that setting. Find the forge-client.toml file in the config folder. Edit it with notepad and change the experimentalForgeLightPipelineEnabled = false to experimentalForgeLightPipelineEnabled = true.
screenshot 12