We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ad5ce commit 8311229Copy full SHA for 8311229
1 file changed
src/main/java/nekiplay/meteorplus/features/commands/BlockRawIdCommand.java
@@ -8,6 +8,9 @@
8
import net.minecraft.util.hit.HitResult;
9
import net.minecraft.util.math.BlockPos;
10
11
+import static com.mojang.brigadier.Command.SINGLE_SUCCESS;
12
+import static meteordevelopment.meteorclient.MeteorClient.mc;
13
+
14
public class BlockRawIdCommand extends Command {
15
public BlockRawIdCommand() {
16
super("rawblockid", "Get raw block id under mouse");
0 commit comments