From d35b7ea1005bff1566a48169bc4445c5b534803b Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Mon, 29 Jul 2024 23:14:12 +0200 Subject: [PATCH] Correct mod manifest and README. --- README.md | 4 ++-- src/main/resources/fabric.mod.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e68ce01..44a39b3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # LambDynamicLights -![Java 21](https://img.shields.io/badge/language-Java%2021-9B599A.svg?style=flat-square) -[![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) +[![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] ![Version](https://img.shields.io/github/v/tag/LambdAurora/LambDynamicLights?label=version&style=flat-square) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6ae1347..2469322 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": { @@ -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"