(Bug): `"forge_data": { "block_light": [number], "sky_light": [number] }` does not work properly with Rubidium installed
Zepalesque opened this issue ยท 0 comments
The forge data block and sky light properties do not seem to work with Rubidium installed
With Rubidium (not glowing):
Without Rubidium (properly glows):
STEPS TO REPRODUCE:
- Install Rubidium
- Install some mod that uses this forge feature (in these examples, I used my mod, The Aether: Redux, note that if this mod is used to reproduce, it has dependencies listed on the mod page)
- Place one of the blocks (or hold it in your inventory) that glows (in this instance, the best example would be the Glowsprouts block)
- Observe that the emissive texture does not work
- Close Minecraft
- Remove Rubidium
- Start Minecraft and return to the world
- See that the emissive texture works now that Rubidium is removed
(Another note, this is a forge feature, not a conflict with another mod)