9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00

Fix cloning totem config on 1.17.1

This commit is contained in:
XiaoMoMi
2024-09-04 00:49:44 +08:00
parent f3a170026d
commit 724480f1e5
2 changed files with 107 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
package net.momirealms.customfishing.api.mechanic.totem;
import net.momirealms.customfishing.api.mechanic.totem.block.TotemBlock;
import org.apache.commons.lang3.SerializationUtils;
import net.momirealms.customfishing.common.util.SerializationUtils;
import org.bukkit.Axis;
import org.bukkit.Location;