Moved Tag API to version directory

This commit is contained in:
Frank 2022-06-21 19:26:14 +02:00
parent ecb0f6fb99
commit c2e5096056
48 changed files with 155 additions and 153 deletions

View file

@ -1,7 +1,7 @@
package org.betterx.bclib.blocks;
import org.betterx.worlds.together.tag.MineableTags;
import org.betterx.worlds.together.tag.TagManager;
import org.betterx.worlds.together.tag.v3.MineableTags;
import org.betterx.worlds.together.tag.v3.TagManager;
import net.minecraft.core.BlockPos;
import net.minecraft.server.level.ServerPlayer;