mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
* 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
11 lines
348 B
Groovy
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'
|
|
} |