From a7b73c6321cb204c50bf59826f0eae5e0a92fc54 Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:13:32 +0800 Subject: [PATCH] [ci skip] Updated maven repo --- README_EN.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README_EN.md b/README_EN.md index 5def983..1ddf15d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -Logo +![图片](https://github.com/user-attachments/assets/3aa825dd-43b4-44a8-94c0-9425135c9711)Logo # Luminol

Luminol is a Folia fork with many useful optimizations, configurable vanilla features, and more API supports, and it was designed for survival and anarchy servers

@@ -33,12 +33,12 @@ For gradle: ```kotlin repositories { maven { - url = "http://maven.moliatopia.icu/repository/maven-snapshots/" + url = "http://maven.nostal.ink/repository/maven-snapshots/" } } dependencies { - compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT") + compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-20241001.135101-1") } ``` @@ -47,8 +47,8 @@ For maven ```xml - moliatopia - http://maven.moliatopia.icu/repository/maven-snapshots/ + nostal + http://maven.nostal.ink/repository/maven-snapshots/ @@ -56,7 +56,7 @@ For maven me.earthme.luminol luminol-api - 1.20.6-R0.1-SNAPSHOT + 1.20.4-R0.1-20241001.135101-1 ```