Fix compiling for MC 1.19.2 and below

This commit is contained in:
James Seibel
2025-01-26 18:12:01 -06:00
parent 2f6a2d99ab
commit 611d7d87ae
@@ -43,6 +43,8 @@ import java.util.*;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import org.jetbrains.annotations.Nullable;
#if MC_VER == MC_1_16_5 || MC_VER == MC_1_17_1
import net.minecraft.core.Registry;
import net.minecraft.core.BlockPos;
@@ -59,7 +61,6 @@ import net.minecraft.core.BlockPos;
import net.minecraft.core.registries.Registries;
import net.minecraft.world.level.EmptyBlockGetter;
import net.minecraft.core.Holder;
import org.jetbrains.annotations.Nullable;
#endif
public class BlockStateWrapper implements IBlockStateWrapper