Skip to content

Commit

Permalink
Update README and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Nov 30, 2024
1 parent 73d2337 commit b1ea90f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@
- This affects both block and item displays.
- If a custom brightness is defined then dynamic lighting disables itself.
- Added a new API to define fully custom dynamic lighting of varying shapes.
- Added dynamic lighting to beacon beams ([#115]).
- Added dynamic lighting to End gateway beams ([#115]).
- Added dynamic lighting to guardian lasers ([#115]).
- Added dynamic lighting to Beacon beams ([#115]).
- Added dynamic lighting to End Gateway beams ([#115]).
- Added dynamic lighting to Guardian lasers ([#115]).
- Added debug settings and renderers to facilitate debugging.
- Added a debug renderer of active dynamic lighting cells.
- Added a debug renderer to display chunk rebuilds.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CurseForge](http://cf.way2muchnoise.eu/title/393442.svg)](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights)
<!-- modrinth_exclude.end -->

A dynamic lighting mod for Fabric.
The most feature-complete dynamic lighting mod for Fabric.

## 📖 What's this mod?

Expand Down
2 changes: 1 addition & 1 deletion build_logic/src/main/kotlin/lambdynamiclights/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Constants {
const val VERSION = "4.0.0-beta.1"
const val JAVA_VERSION = 21

const val DESCRIPTION = "Adds dynamic lighting to Minecraft."
const val DESCRIPTION = "The most feature-complete dynamic lighting mod for Fabric."
const val API_DESCRIPTION = "Library to provide dynamic lighting to Minecraft through LambDynamicLights."

@JvmField
Expand Down

0 comments on commit b1ea90f

Please sign in to comment.