Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95b7bdc3db | ||
|
|
619d5fdde5 | ||
|
|
4226d544e9 | ||
|
|
cf8de5a182 | ||
|
|
26ef893d2c | ||
|
|
1e5836203a | ||
|
|
dcb06f6e25 | ||
|
|
493d419e2c | ||
|
|
435160f626 | ||
|
|
dfe7af1e1b | ||
|
|
25fe58d2ab | ||
|
|
a538947fb8 | ||
|
|
345c8e9049 | ||
|
|
87e3a15d01 | ||
|
|
1ea152058c | ||
|
|
a1a08f750a | ||
|
|
0ec4e566b3 | ||
|
|
98c71e938c | ||
|
|
2e3db38e67 | ||
|
|
d3438a0db1 | ||
|
|
69b8179672 | ||
|
|
ffe6f47e22 | ||
|
|
759f921287 |
@@ -3,7 +3,7 @@ version = rootProject.version
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
|
||||
compileOnly("com.ticxo.modelengine:api:R3.1.6")
|
||||
compileOnly("com.ticxo.modelengine:api:R3.1.8")
|
||||
compileOnly("com.github.ben-manes.caffeine:caffeine:3.0.2")
|
||||
|
||||
implementation("com.willfp:ecomponent:1.3.0")
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
# by Auxilor
|
||||
#
|
||||
|
||||
# Even if eco is set up to use a database, you can
|
||||
# force EcoPets to save to local storage to disable
|
||||
# cross-server sync.
|
||||
use-local-storage: false
|
||||
|
||||
discover-recipes: true
|
||||
|
||||
gui:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Sat Jul 22 14:59:48 BST 2023
|
||||
#Sun Sep 17 11:20:29 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.25.1
|
||||
version=2.24.1
|
||||
libreforge-version=4.34.0
|
||||
version=2.33.0
|
||||
|
||||
Reference in New Issue
Block a user