Skip to content

Commit

Permalink
Correct mod manifest and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Jul 29, 2024
1 parent b887ef2 commit d35b7ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LambDynamicLights

<!-- modrinth_exclude.start -->
![Java 21](https://img.shields.io/badge/language-Java%2021-9B599A.svg?style=flat-square) <!-- modrinth_exclude.end -->
[![GitHub license](https://img.shields.io/github/license/LambdAurora/LambDynamicLights?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/LambDynamicLights/1.19/LICENSE)
![Java 21](https://img.shields.io/badge/language-Java%2021-9115ff.svg?style=flat-square) <!-- modrinth_exclude.end -->
[![GitHub license](https://img.shields.io/badge/license-Lambda%20License-c7136d?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/LambDynamicLights/1.19/LICENSE)
![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)
[![Mod loader: Fabric]][fabric] <!-- modrinth_exclude.start -->
![Version](https://img.shields.io/github/v/tag/LambdAurora/LambDynamicLights?label=version&style=flat-square)
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sources": "https://github.com/LambdAurora/LambDynamicLights.git",
"issues": "https://github.com/LambdAurora/LambDynamicLights/issues"
},
"license": "MIT",
"license": "Lambda License",
"icon": "assets/lambdynlights/icon.png",
"environment": "client",
"entrypoints": {
Expand All @@ -30,10 +30,10 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"fabric-api": ">=0.91.3+1.20.4",
"fabric-api": ">=0.100.4+1.21",
"minecraft": "~1.21",
"spruceui": ">=5.0.3",
"java": ">=17"
"java": ">=21"
},
"recommends": {
"modmenu": ">=8.0.0"
Expand Down

0 comments on commit d35b7ea

Please sign in to comment.