tiny cleanup

This commit is contained in:
Cloudburst
2021-05-06 22:31:18 +02:00
parent f89c01e706
commit 1caca955e4
2 changed files with 0 additions and 6 deletions

View File

@@ -3,8 +3,6 @@ package cloudburst.rejects.aax.Etc;
import net.minecraft.block.Block; import net.minecraft.block.Block;
import net.minecraft.block.Blocks; import net.minecraft.block.Blocks;
import static org.lwjgl.glfw.GLFW.GLFW_KEY_Y;
import static org.lwjgl.glfw.GLFW.GLFW_KEY_V;
import java.io.IOException; import java.io.IOException;
@@ -17,8 +15,6 @@ public class Config {
public static Block[] checkblocks = {Blocks.OBSIDIAN, Blocks.CLAY, Blocks.MOSSY_COBBLESTONE, public static Block[] checkblocks = {Blocks.OBSIDIAN, Blocks.CLAY, Blocks.MOSSY_COBBLESTONE,
Blocks.DIAMOND_ORE, Blocks.REDSTONE_ORE, Blocks.IRON_ORE, Blocks.COAL_ORE, Blocks.LAPIS_ORE, Blocks.DIAMOND_ORE, Blocks.REDSTONE_ORE, Blocks.IRON_ORE, Blocks.COAL_ORE, Blocks.LAPIS_ORE,
Blocks.GOLD_ORE, Blocks.EMERALD_ORE, Blocks.NETHER_QUARTZ_ORE}; Blocks.GOLD_ORE, Blocks.EMERALD_ORE, Blocks.NETHER_QUARTZ_ORE};
public static int kcScan = GLFW_KEY_Y;
public static int kcRemove = GLFW_KEY_V;
} }

View File

@@ -6,7 +6,6 @@ import java.util.HashMap;
import java.util.function.Consumer; import java.util.function.Consumer;
import cloudburst.rejects.modules.InteractionMenu; import cloudburst.rejects.modules.InteractionMenu;
import minegame159.meteorclient.MeteorClient;
import minegame159.meteorclient.systems.commands.commands.PeekCommand; import minegame159.meteorclient.systems.commands.commands.PeekCommand;
import minegame159.meteorclient.systems.modules.Modules; import minegame159.meteorclient.systems.modules.Modules;
@@ -17,7 +16,6 @@ import net.minecraft.entity.*;
import net.minecraft.entity.mob.EndermanEntity; import net.minecraft.entity.mob.EndermanEntity;
import net.minecraft.entity.passive.*; import net.minecraft.entity.passive.*;
import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.entity.vehicle.StorageMinecartEntity; import net.minecraft.entity.vehicle.StorageMinecartEntity;
import net.minecraft.inventory.SimpleInventory; import net.minecraft.inventory.SimpleInventory;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;