Release 2.8.2

This commit is contained in:
Alexander Brandes
2023-11-03 15:07:12 +01:00
parent 8e2691c613
commit 38fc4cf541
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ import java.util.function.IntConsumer;
*
* @param <SERVER_LEVEL> the version-specific ServerLevel type
* @param <CHUNK_POS> the version-specific ChunkPos type
* @since TODO
* @since 2.8.2
*/
public abstract class StarlightRelighter<SERVER_LEVEL, CHUNK_POS> implements Relighter {