mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
2.2.16
This commit is contained in:
@@ -38,7 +38,7 @@ public class ItemsAdderItemProvider implements ItemProvider {
|
||||
@Override
|
||||
public ItemStack buildItem(@NotNull Player player, @NotNull String id) {
|
||||
CustomStack stack = requireNonNull(CustomStack.getInstance(id));
|
||||
return stack.getItemStack();
|
||||
return stack.getItemStack().clone();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
package net.momirealms.customfishing.bukkit.integration.quest;
|
||||
|
||||
import net.momirealms.customfishing.api.BukkitCustomFishingPlugin;
|
||||
import net.momirealms.customfishing.api.event.FishingResultEvent;
|
||||
import org.betonquest.betonquest.BetonQuest;
|
||||
import org.betonquest.betonquest.Instruction;
|
||||
|
||||
@@ -17,7 +17,7 @@ h2_driver_version=2.2.224
|
||||
sqlite_driver_version=3.46.0.1
|
||||
adventure_bundle_version=4.17.0
|
||||
adventure_platform_version=4.3.3
|
||||
sparrow_heart_version=0.34
|
||||
sparrow_heart_version=0.35
|
||||
cloud_core_version=2.0.0-rc.2
|
||||
cloud_services_version=2.0.0-rc.2
|
||||
cloud_brigadier_version=2.0.0-beta.9
|
||||
|
||||
Reference in New Issue
Block a user