Minecraft-Technocracy / Technocracy

Absolutely excessive tech mod for minecraft
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Skylight Calculation of Saline #67

Open Cydhra opened 4 years ago

Cydhra commented 4 years ago

As mentioned in #66 the skylight calculation of the saline MBS does not work, yet.

tth05 commented 4 years ago

Regarding the first point: The problem where the skylight was 0 can actually be fixed by using World#getLightFor and incrementing the y-position by 1. The problem that remains is that the Saline Wall and Saline Heated Wall blocks do not block light, which leads to incorrect light levels when placing blocks above the structure.

Pokemonplatin commented 3 years ago

fixed light opacity by 7fef4d4

Cydhra commented 3 years ago

To be replaced by modular multiblock for simplicity