Skip to content

Commit

Permalink
Update NBT API to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ceze88 committed Dec 11, 2024
1 parent 80d6c29 commit 63acb35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.14.0</version>
<version>2.14.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-injector</artifactId>
<version>2.13.0</version>
<version>2.13.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import com.craftaro.core.nms.v1_21_R2.world.WorldCoreImpl;
import com.craftaro.core.nms.world.NmsWorldBorder;
import com.craftaro.core.nms.world.WorldCore;
import net.minecraft.world.level.block.CrafterBlock;
import org.bukkit.craftbukkit.v1_21_R2.inventory.util.CraftTileInventoryConverter;
import org.jetbrains.annotations.NotNull;

public class NmsImplementationsImpl implements NmsImplementations {
Expand Down

0 comments on commit 63acb35

Please sign in to comment.