9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-31 12:56:43 +00:00

update libs

This commit is contained in:
XiaoMoMi
2023-12-11 02:29:06 +08:00
parent 65ff638f7f
commit 194be36857
2 changed files with 21 additions and 4 deletions

View File

@@ -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")

View File

@@ -1,3 +1,20 @@
/*
* Copyright (C) <2022> <XiaoMoMi>
*
* 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 <https://www.gnu.org/licenses/>.
*/
package net.momirealms.customfishing.compatibility.item;
import ink.ptms.zaphkiel.ZapAPI;