Renamed nbt package to general data package

This commit is contained in:
bluefireoly
2020-08-31 18:04:07 +02:00
parent 3e718b5fed
commit 7c1d4bae73
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package net.axay.kspigot.nbt
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R2.MojangsonParser

View File

@@ -1,4 +1,4 @@
package net.axay.kspigot.nbt
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R2.NBTTagCompound

View File

@@ -1,4 +1,4 @@
package net.axay.kspigot.nbt
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R2.*