diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 7ed5ae37..f29f32bd 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -24,10 +24,10 @@ dependencies { compileOnly("com.google.code.gson:gson:2.10.1") // eco - compileOnly("com.willfp:eco:6.66.1") - compileOnly("com.willfp:EcoJobs:3.41.0") + compileOnly("com.willfp:eco:6.67.2") + compileOnly("com.willfp:EcoJobs:3.47.1") compileOnly("com.willfp:EcoSkills:3.21.0") - compileOnly("com.willfp:libreforge:4.42.0") + compileOnly("com.willfp:libreforge:4.48.1") // database compileOnly("org.xerial:sqlite-jdbc:3.43.2.2") @@ -38,7 +38,7 @@ dependencies { // others compileOnly("com.github.LoneDev6:api-itemsadder:3.5.0c-r5") - compileOnly("com.github.oraxen:oraxen:1.162.0") + compileOnly("io.th0rgal:oraxen:1.165.0") compileOnly("pers.neige.neigeitems:NeigeItems:1.15.95") compileOnly("com.github.Zrips:Jobs:4.17.2") compileOnly("com.github.Archy-X:AureliumSkills:Beta1.3.21") diff --git a/plugin/src/main/java/net/momirealms/customfishing/compatibility/item/ZaphkielItemImpl.java b/plugin/src/main/java/net/momirealms/customfishing/compatibility/item/ZaphkielItemImpl.java index f6c1ae16..d1dc0129 100644 --- a/plugin/src/main/java/net/momirealms/customfishing/compatibility/item/ZaphkielItemImpl.java +++ b/plugin/src/main/java/net/momirealms/customfishing/compatibility/item/ZaphkielItemImpl.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) <2022> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package net.momirealms.customfishing.compatibility.item; import ink.ptms.zaphkiel.ZapAPI;