7 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
Exanthiax
7eefacaf73 Update hot_potato_book.yml
adds lore
2024-09-03 18:49:51 +01:00
3 changed files with 16 additions and 9 deletions

View File

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

View File

@@ -6,6 +6,11 @@
# The name of the scroll # The name of the scroll
name: "&cHot Potato Book" 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-level: 10
max-uses: 1 max-uses: 1

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Wed Nov 06 18:32:34 GMT 2024 #Sat Mar 29 14:22:00 GMT 2025
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.72.2 libreforge-version=4.75.0
version=1.6.2 version=1.9.0