Skip to content

Commit

Permalink
refactor(next): nbt
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 27, 2022
1 parent 0db251b commit 6392c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
package org.auioc.mcmod.arnicalib.utils.game;
package org.auioc.mcmod.arnicalib.game.nbt;

import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.DoubleTag;
Expand Down
@@ -1,8 +1,8 @@
package org.auioc.mcmod.arnicalib.game.particle;

import org.auioc.mcmod.arnicalib.base.phys.Shape;
import org.auioc.mcmod.arnicalib.game.nbt.NbtUtils;
import org.auioc.mcmod.arnicalib.utils.game.AABBUtils;
import org.auioc.mcmod.arnicalib.utils.game.NbtUtils;
import net.minecraft.client.Minecraft;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.util.Mth;
Expand Down
@@ -1,8 +1,8 @@
package org.auioc.mcmod.arnicalib.mixin.common;

import javax.annotation.Nullable;
import org.auioc.mcmod.arnicalib.game.nbt.NbtUtils;
import org.auioc.mcmod.arnicalib.mixin.common.api.IMixinProjectile;
import org.auioc.mcmod.arnicalib.utils.game.NbtUtils;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
Expand Down

0 comments on commit 6392c39

Please sign in to comment.