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,6 +1,6 @@
package org.betterx.bclib.mixin.common;
import org.betterx.worlds.together.tag.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.inventory.ContainerLevelAccess;

View file

@ -1,7 +1,7 @@
package org.betterx.bclib.mixin.common;
import org.betterx.bclib.util.MethodReplace;
import org.betterx.worlds.together.tag.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import net.minecraft.core.BlockPos;
import net.minecraft.world.level.Level;

View file

@ -1,6 +1,6 @@
package org.betterx.bclib.mixin.common;
import org.betterx.worlds.together.tag.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;

View file

@ -1,6 +1,6 @@
package org.betterx.bclib.mixin.common;
import org.betterx.worlds.together.tag.CommonBlockTags;
import org.betterx.worlds.together.tag.v3.CommonBlockTags;
import net.minecraft.core.BlockPos;
import net.minecraft.world.level.BlockGetter;

View file

@ -1,6 +1,6 @@
package org.betterx.bclib.mixin.common.shears;
import org.betterx.worlds.together.tag.CommonItemTags;
import org.betterx.worlds.together.tag.v3.CommonItemTags;
import net.minecraft.advancements.critereon.ItemPredicate;
import net.minecraft.world.item.Item;