mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 15:09:17 +00:00
Compare commits
47 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dbee3cead | ||
|
|
5c8cb3baf3 | ||
|
|
314d977a8b | ||
|
|
93c435be9e | ||
|
|
5293dd2095 | ||
|
|
1a9a9afab3 | ||
|
|
934de35447 | ||
|
|
909eaab967 | ||
|
|
27ddb0b97f | ||
|
|
6b0708cb5d | ||
|
|
c8bd1b379d | ||
|
|
683b3fe082 | ||
|
|
0b95669a35 | ||
|
|
f6a9493645 | ||
|
|
fb3aae24e0 | ||
|
|
9c05965b76 | ||
|
|
fdc12dda3d | ||
|
|
f79aad596f | ||
|
|
b29de7effb | ||
|
|
45725b95fe | ||
|
|
a350769ff2 | ||
|
|
9028db8309 | ||
|
|
1535ab476e | ||
|
|
908d929718 | ||
|
|
f410216ab8 | ||
|
|
26cc3be8a7 | ||
|
|
91b85fea88 | ||
|
|
b16e427da6 | ||
|
|
16df926b84 | ||
|
|
16336c5716 | ||
|
|
776b8718b2 | ||
|
|
2dec97e473 | ||
|
|
c177543653 | ||
|
|
aeae0d3737 | ||
|
|
710fb6d2e4 | ||
|
|
9a903e285e | ||
|
|
a033751019 | ||
|
|
d9ab454ca8 | ||
|
|
2ead72ad15 | ||
|
|
365f99a49b | ||
|
|
b8fbfe24b6 | ||
|
|
f545a6c010 | ||
|
|
1c6f1c037e | ||
|
|
fc35c2b7a9 | ||
|
|
632f43fe80 | ||
|
|
e5b43cce98 | ||
|
|
372b74ef69 |
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.8")
|
||||
}
|
||||
|
||||
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
|
||||
#Thu Jun 01 12:33:20 BST 2023
|
||||
#Tue Oct 24 15:39:20 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.17.1
|
||||
version=9.16.1
|
||||
libreforge-version=4.38.0
|
||||
version=9.37.0
|
||||
|
||||
Reference in New Issue
Block a user