Skip to content

Commit

Permalink
Change package imports to v1_20_3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulberry committed May 19, 2024
1 parent cd87ae3 commit 1d2a4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import net.minecraft.core.BlockPos;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.block.state.BlockState;
import org.bukkit.craftbukkit.CraftWorld;
import org.bukkit.craftbukkit.v1_20_R3.CraftWorld;

public class CoreProtectIntegration {
public static boolean isEnabled() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import net.minecraft.world.level.block.state.BlockState;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.craftbukkit.CraftWorld;
import org.bukkit.craftbukkit.block.CraftBlockState;
import org.bukkit.craftbukkit.v1_20_R3.CraftWorld;
import org.bukkit.craftbukkit.v1_20_R3.block.CraftBlockState;
import org.bukkit.plugin.Plugin;

import java.lang.reflect.Constructor;
Expand Down

0 comments on commit 1d2a4e8

Please sign in to comment.