mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Update to mockbukkit 4.3.1
This commit is contained in:
parent
7d8b733cc7
commit
366b4d3e3f
9 changed files with 29 additions and 126 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package io.delilaheve.util;
|
||||
|
||||
import be.seeseemelk.mockbukkit.entity.PlayerMock;
|
||||
import be.seeseemelk.mockbukkit.inventory.ItemStackMock;
|
||||
import org.mockbukkit.mockbukkit.entity.PlayerMock;
|
||||
import org.mockbukkit.mockbukkit.inventory.ItemStackMock;
|
||||
import io.delilaheve.CustomAnvil;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.event.inventory.InventoryType;
|
||||
|
|
@ -12,7 +12,6 @@ import org.bukkit.permissions.PermissionAttachment;
|
|||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import xyz.alexcrea.cuanvil.api.EnchantmentApi;
|
||||
import xyz.alexcrea.cuanvil.config.ConfigHolder;
|
||||
import xyz.alexcrea.cuanvil.tests.ConfigResetCustomAnvilTest;
|
||||
import xyz.alexcrea.cuanvil.util.AnvilFuseTestData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue