12 Commits

Author SHA1 Message Date
Will FP
b81953b878 libreforge-updater 2025-03-29 14:22:00 +00:00
Will FP
c24504e982 libreforge-updater 2025-01-31 11:54:32 +00:00
Will FP
d97ed70191 Merge pull request #1 from Exanthiax/master
Update hot_potato_book.yml
2025-01-31 11:53:32 +00:00
Will FP
0393be9bbe libreforge-updater 2025-01-25 13:49:44 +00:00
Will FP
8ef54c9b1c Fix 2025-01-25 13:49:09 +00:00
Will FP
2a46a25197 libreforge-updater 2025-01-25 13:45:42 +00:00
Will FP
05d2ffa199 libreforge-updater 2024-11-06 18:32:34 +00:00
Will FP
03a3ccd841 libreforge-updater 2024-10-22 12:13:49 +01:00
Will FP
871fe861f1 libreforge-updater 2024-09-22 16:59:53 +01:00
Exanthiax
7eefacaf73 Update hot_potato_book.yml
adds lore
2024-09-03 18:49:51 +01:00
Auxilor
9e328231e1 libreforge-updater 2024-09-02 11:30:18 +01:00
Auxilor
baa051f67d libreforge-updater 2024-08-30 17:25:18 +01:00
4 changed files with 16 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
java
`java-library`
`maven-publish`
kotlin("jvm") version "1.9.20"
id("io.github.goooler.shadow") version "8.1.7"
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.0"
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
}
@@ -25,7 +27,7 @@ allprojects {
apply(plugin = "java")
apply(plugin = "kotlin")
apply(plugin = "maven-publish")
apply(plugin = "io.github.goooler.shadow")
apply(plugin = "com.gradleup.shadow")
repositories {
mavenLocal()
@@ -41,7 +43,7 @@ allprojects {
compileOnly("com.willfp:eco:6.73.0")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5")
}
@@ -57,8 +59,8 @@ allprojects {
}
compileKotlin {
kotlinOptions {
jvmTarget = "17"
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
}
}

View File

@@ -6,6 +6,11 @@
# The name of the scroll
name: "&cHot Potato Book"
lore:
- "%ecoskills_defense_name% %ecoscrolls_scroll_hot_potato_book:defense%"
- "%ecoskills_health_name% %ecoscrolls_scroll_hot_potato_book:health%"
- "%ecoskills_strength_name% %ecoscrolls_scroll_hot_potato_book:strength%"
- "%ecoskills_crit_damage_name% %ecoscrolls_scroll_hot_potato_book:crit_damage%"
max-level: 10
max-uses: 1

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Aug 29 12:09:29 BST 2024
#Sat Mar 29 14:22:00 GMT 2025
kotlin.code.style=official
libreforge-version=4.71.4
version=1.5.4
libreforge-version=4.75.0
version=1.9.0

0
gradlew vendored Normal file → Executable file
View File