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

@ -9,9 +9,9 @@ import org.betterx.bclib.items.tool.BaseAxeItem;
import org.betterx.bclib.items.tool.BaseHoeItem;
import org.betterx.bclib.items.tool.BasePickaxeItem;
import org.betterx.bclib.items.tool.BaseShearsItem;
import org.betterx.worlds.together.tag.CommonItemTags;
import org.betterx.worlds.together.tag.TagManager;
import org.betterx.worlds.together.tag.ToolTags;
import org.betterx.worlds.together.tag.v3.CommonItemTags;
import org.betterx.worlds.together.tag.v3.TagManager;
import org.betterx.worlds.together.tag.v3.ToolTags;
import net.minecraft.core.BlockSource;
import net.minecraft.core.Direction;