Skip to content

Commit 8311229

Browse files
committed
Compile fix
1 parent 16ad5ce commit 8311229

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/nekiplay/meteorplus/features/commands/BlockRawIdCommand.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import net.minecraft.util.hit.HitResult;
99
import net.minecraft.util.math.BlockPos;
1010

11+
import static com.mojang.brigadier.Command.SINGLE_SUCCESS;
12+
import static meteordevelopment.meteorclient.MeteorClient.mc;
13+
1114
public class BlockRawIdCommand extends Command {
1215
public BlockRawIdCommand() {
1316
super("rawblockid", "Get raw block id under mouse");

0 commit comments

Comments
 (0)