mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-11-27 04:00:48 +08:00
[Fabric] 1.20 + Loom 1.2
This commit is contained in:
parent
48d2195fe7
commit
a7ae8a9622
@ -4,5 +4,5 @@ version=7.2.15-SNAPSHOT
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
org.gradle.parallel=true
|
||||
|
||||
loom.version=1.1.14
|
||||
loom.version=1.2.7
|
||||
mixin.version=0.12.5+mixin.0.8.5
|
||||
|
@ -21,7 +21,7 @@
|
||||
apply(plugin = "fabric-loom")
|
||||
apply(plugin = "java-library")
|
||||
|
||||
val minecraftVersion = "1.20-rc1"
|
||||
val minecraftVersion = "1.20"
|
||||
val loaderVersion = "0.14.21"
|
||||
|
||||
val fabricApiConfiguration: Configuration = configurations.create("fabricApi")
|
||||
|
@ -1,2 +1,2 @@
|
||||
accessWidener v1 named
|
||||
accessWidener v2 named
|
||||
accessible class net/minecraft/server/level/ServerChunkCache$MainThreadExecutor
|
||||
|
Loading…
Reference in New Issue
Block a user