Files
CatServer/buildSrc/build.gradle
T
Luohuayu 6c3f59653b [1.18.2] Merge dev branch (#765)
* Fix sign can not edit

* Update Forge to 40.2.4

* Fix CatServerCallbackExecutor throw Already queued

* Full BukkitInjector and fix unknown villagerProfession

* Break redstone on top of trap doors early

* [PATCH] Prevent hoppers from loading chunks

* Fix inject attribute

* Handle CraftMetaItem unhandled custom nbt

* Make sure thread safety and method parameters are correct

* Fix call wrong method

* Fix chunk save
2023-05-26 10:18:48 +08:00

11 lines
348 B
Groovy

repositories {
maven { url = 'https://maven.minecraftforge.net/' }
mavenCentral()
}
dependencies {
implementation 'org.ow2.asm:asm:9.5'
implementation 'org.ow2.asm:asm-tree:9.5'
implementation 'net.minecraftforge:srgutils:0.4.+'
implementation 'commons-io:commons-io:2.8.0'
implementation 'com.google.code.gson:gson:2.10'
}