Alfheim
Alfheim copied to clipboard
Alfheim is a lighting engine replacement for Minecraft, optimized for performance and fixing many bugs
### Describe the bug Log notified me about: ``` [Client thread/WARN] [Alfheim]: Something (likely another mod) has attempted to modify the world's state from the wrong thread! This is *bad...
### Describe the bug Placing down light sources sometimes causes this issue.   ### Reproducibility - [X] I reproduced this issue with as few other mods as...
## Describe the bug   ## Reproducibility Please try to reproduce the issue with as few other mods as possible. Then check one of the...
## Is your feature request related to a problem? Please describe In vanilla Minecraft, water does not use smooth lighting even if it is enabled. ## Describe the solution you'd...
Bumps io.freefair.lombok from 8.7.1 to 8.10. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps io.freefair.lombok from 8.7.1 to 8.10.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.jetbrains.gradle.plugin.idea-ext from 1.1.8 to 1.1.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps zone.rong:mixinbooter from 8.8 to 9.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
## 📝 Description This PR fixes plugin server compatibility. Changed WorldMixin to LazyInit at alfheim$getLightingEngine() instead of loading immediately at because the plugin server added a new method, but the...