mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 15:09:17 +00:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b16e427da6 | ||
|
|
16df926b84 | ||
|
|
16336c5716 | ||
|
|
776b8718b2 | ||
|
|
2dec97e473 | ||
|
|
c177543653 | ||
|
|
aeae0d3737 | ||
|
|
710fb6d2e4 | ||
|
|
9a903e285e | ||
|
|
a033751019 | ||
|
|
d9ab454ca8 | ||
|
|
2ead72ad15 | ||
|
|
365f99a49b | ||
|
|
b8fbfe24b6 | ||
|
|
f545a6c010 | ||
|
|
1c6f1c037e | ||
|
|
fc35c2b7a9 | ||
|
|
632f43fe80 | ||
|
|
e5b43cce98 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @WillFP
|
||||
@@ -4,14 +4,17 @@ version = rootProject.version
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
|
||||
compileOnly("com.github.lokka30:LevelledMobs:3.1.4")
|
||||
compileOnly("com.ticxo.modelengine:api:R3.1.5")
|
||||
compileOnly("com.ticxo.modelengine:api:R3.1.6")
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
register("maven", MavenPublication::class) {
|
||||
from(components["java"])
|
||||
register<MavenPublication>("maven") {
|
||||
groupId = project.group.toString()
|
||||
version = project.version.toString()
|
||||
artifactId = rootProject.name
|
||||
|
||||
artifact(rootProject.tasks.shadowJar.get().archiveFile)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Sat Jun 03 15:45:21 BST 2023
|
||||
#Tue Jul 25 14:37:47 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.17.2
|
||||
version=9.16.2
|
||||
libreforge-version=4.25.3
|
||||
version=9.24.3
|
||||
|
||||
Reference in New Issue
Block a user