mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
add otterlib
This commit is contained in:
parent
e0080e313e
commit
e8947f2a24
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ base {
|
|||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url = "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url = "https://maven.isxander.dev/releases" }
|
||||
}
|
||||
|
@ -30,6 +31,8 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
|
||||
modImplementation "one.oth3r:otterlib:${project.otterlib_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
|
@ -20,3 +20,4 @@ file_name=sit!
|
|||
# Dependencies
|
||||
fabric_version=0.119.5+1.21.5
|
||||
modmenu_version=14.0.0-rc.2
|
||||
otterlib_version=0.1.0.0+1.21.5-fabric
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue