Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Move known issues up to the top
Browse files Browse the repository at this point in the history
Also link to the issue page
  • Loading branch information
Spottedleaf authored Nov 26, 2020
1 parent b1c1628 commit 834a3c7
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Starlight (beta)
Starlight (BETA)
==
Fabric mod for completely rewriting the vanilla light engine.

## Known Issues (This is why we're in BETA)
Check out [The issues tab](https://github.com/Spottedleaf/Starlight/issues)
Please note that since this is a beta, there could be some (severe) light corrupting issues. Do not use if you do not
want to take that risk!

## Results
![Starlight crushing all](https://i.imgur.com/6OcuyJX.png)
- seed: `vanillakekw`
Expand Down Expand Up @@ -46,12 +51,3 @@ Paper's changes also don't even target obvious issues with the light engine...
Effectively, it's really hard to fix the performance of the light engine by
editing it - it's such a catastrophe it's better off burning it to the ground
and starting anew.

## Known Issues (This is why we're in BETA)
- The Starlight fabric mod, unlike the [Tuinity](https://github.com/Spottedleaf/Tuinity/tree/dev/lighting)
implementation does not have general improvements around the chunk system and shape math that Tuinity/Paper has, which need
to be ported. This means the fabric mod might not live up to the performance of the generation results,
as those were obtained on the Tuinity Starlight implementation. Notably, lighting snowy areas is
notably worse on the fabric mod compared to the Tuinity implementation.

- There are lighting issues on the client that have yet to be resolved

0 comments on commit 834a3c7

Please sign in to comment.