Compare commits

...

5 Commits

Author SHA1 Message Date
ShintoKosei
b42bf0819b [ci skip]Update README (Linear is not supported anymore) 2024-05-19 07:20:16 +08:00
M2ke4U
3ee5f928f0 Linear is not supported anymore 2024-05-11 22:10:03 +08:00
Dreeam
3b04cc4759 Updated Upstream (Folia) 2024-05-11 07:59:14 -04:00
M2ke4U
391ba7a9d6 MojangMap → Reobf 2024-05-10 23:55:44 +08:00
Dreeam
bedc48ca25 Updated Upstream (Folia) 2024-05-09 20:56:20 -04:00
5 changed files with 3 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Apply Patches
run: gradle applyPatches
- name: CreateJar
run: gradle createMojmapBundlerJar createMojmapPaperclipJar
run: gradle createReobfBundlerJar createReobfPaperclipJar
- name: SetENV
run: sh scripts/SetENV.sh
- name: Upload Artifact

View File

@@ -14,7 +14,6 @@
## 特性
- 可配置的原版特性
- Tpsbar 支持
- 线性区域文件格式 (from kaiiju)
- 对单线程区域性能的优化
- 更多的插件开发API支持进行中

View File

@@ -14,7 +14,6 @@
## Features
- Configurable vanilla features
- Tpsbar support
- Linear region file format(from kaiiju)
- Useful optimizations to improve the performance of single threaded region
- More API support for plugin development (W.I.P)

View File

@@ -75,7 +75,7 @@ paperweight {
decompileRepo.set("https://maven.quiltmc.org/")
useStandardUpstream("folia") {
url.set(github("Dreeam-qwq", "Folia"))
url.set(github("PaperMC", "Folia"))
ref.set(providers.gradleProperty("foliaCommit"))
withStandardPatcher {

View File

@@ -1,7 +1,7 @@
group = me.earthme.luminol
version = 1.20.4-R0.1-SNAPSHOT
foliaCommit = 6dba62e72c05cd71da3a99da09f3d8879a508ac3
foliaCommit = ec6b1729ec9c3449cb65918d7af1ccf464ab3692
org.gradle.caching = true
org.gradle.parallel = true