Compare commits
5 Commits
dev/1.21.5
...
1.20.6-a02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b42bf0819b | ||
|
|
3ee5f928f0 | ||
|
|
3b04cc4759 | ||
|
|
391ba7a9d6 | ||
|
|
bedc48ca25 |
2
.github/workflows/build_1.20.4.yml
vendored
2
.github/workflows/build_1.20.4.yml
vendored
@@ -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
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
## 特性
|
||||
- 可配置的原版特性
|
||||
- Tpsbar 支持
|
||||
- 线性区域文件格式 (from kaiiju)
|
||||
- 对单线程区域性能的优化
|
||||
- 更多的插件开发API支持(进行中)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user