From 441321ce9f1c084cbde3ad3c2fef5fe0356b6441 Mon Sep 17 00:00:00 2001 From: Gugle Date: Thu, 13 Jun 2024 01:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- README.md | 53 +++++++++++++++++++++++++++++---------------- README_en.md | 53 +++++++++++++++++++++++++++++---------------- fabric/build.gradle | 2 +- forge/build.gradle | 4 ++-- gradle.properties | 4 ++-- 5 files changed, 73 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 0603238d9..072a9d1fb 100644 --- a/README.md +++ b/README.md @@ -180,19 +180,19 @@ + + + - - + + - - + + - - @@ -351,6 +359,8 @@ πŸ›πŸ’΅ + + - - + + - - +
- -
- BOTXue +
+
+ 枫丨渊

- πŸ“šοΈ - πŸ› πŸ’΅
- -
- 枫丨渊 +
+
+ BOTXue

+ πŸ“š + πŸ› πŸ’΅
@@ -209,6 +209,13 @@
πŸ’΅
+ +
+ 阿羊X_Y +

+ πŸ’΅ +

@@ -216,6 +223,8 @@

πŸ’΅

@@ -223,8 +232,6 @@

πŸ’΅

@@ -260,6 +267,8 @@

πŸ’΅

@@ -267,8 +276,6 @@

πŸ’΅

@@ -305,6 +312,8 @@

πŸ’΅

@@ -312,8 +321,6 @@

πŸ’΅

@@ -340,6 +347,7 @@
ct_ice_tofu

+ πŸ“š πŸ› πŸ’΅

@@ -358,8 +368,6 @@

πŸ’΅

@@ -395,6 +403,8 @@

πŸ’΅

@@ -402,14 +412,19 @@

πŸ’΅

ζžε…‰ι—ͺθ€€

- πŸ“šοΈ + πŸ“š +
+ +
+ 千亿 +

+ πŸ›
diff --git a/README_en.md b/README_en.md index 996461b39..f5238de42 100644 --- a/README_en.md +++ b/README_en.md @@ -155,19 +155,19 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o + + + - - + + - - + + - - @@ -326,6 +334,8 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o πŸ›πŸ’΅ + + - - + + - - +
- -
- BOTXue +
+
+ 枫丨渊

- πŸ“šοΈ - πŸ› πŸ’΅
- -
- 枫丨渊 +
+
+ BOTXue

+ πŸ“š + πŸ› πŸ’΅
@@ -184,6 +184,13 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o
πŸ’΅
+ +
+ 阿羊X_Y +

+ πŸ’΅ +

@@ -191,6 +198,8 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -198,8 +207,6 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -235,6 +242,8 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -242,8 +251,6 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -280,6 +287,8 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -287,8 +296,6 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -315,6 +322,7 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o
ct_ice_tofu

+ πŸ“š πŸ› πŸ’΅

@@ -333,8 +343,6 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -370,6 +378,8 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

@@ -377,14 +387,19 @@ AnvilCraft follows the [Contributor Covenant](https://www.contributor-covenant.o

πŸ’΅

ζžε…‰ι—ͺθ€€

- πŸ“šοΈ + πŸ“š +
+ +
+ 千亿 +

+ πŸ›
diff --git a/fabric/build.gradle b/fabric/build.gradle index 631c59cc7..e3732e667 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -121,7 +121,7 @@ dependencies { modImplementation fabric.jade // KJS - modImplementation fabric.kubejs + modCompileOnly fabric.kubejs // Mixin Extras include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${fabric.versions.mixinextras.get()}"))) diff --git a/forge/build.gradle b/forge/build.gradle index d2308fe1f..32a2daf4a 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -142,8 +142,8 @@ dependencies { modImplementation(forge.jade) // KJS - modImplementation forge.kubejs - modImplementation "org.violetmoon.zeta:Zeta:1.0-15.72" + modCompileOnly forge.kubejs + modCompileOnly "org.violetmoon.zeta:Zeta:1.0-15.72" // Mixin Extras implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:${this.forge.versions.mixinextras.get()}")) implementation(include("io.github.llamalad7:mixinextras-forge:${this.forge.versions.mixinextras.get()}")) diff --git a/gradle.properties b/gradle.properties index 6e700b34e..a140d9d85 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ mod_id = anvilcraft mod_name = AnvilCraft mod_description = The mod is an anvil-centric vanilla survival expansion contributors = - Phoupraw\n- DancingSnow\n- NightFish\n- BOTXue\n- wdfaESfaef\n- ZhuRuoLing\n- YocyCraft\n- Bi2Nb9O3\n- LemoMew\n- Cjsah -supporters = - BOTXue\n- Fengyuan__\n- Take\n- Moe_Lobster +supporters = - Fengyuan__\n- BOTXue\n- Take\n- Moe_Lobster\n- a_yangX_Y mod_license = LGPL-3.0 license -mod_version = 1.4.0+pre-release.3 +mod_version = 1.4.0+pre-release.4 mod_url = https://github.com/Anvil-Dev/AnvilCraft maven_group=dev.dubhe