Skip to content

Commit

Permalink
[+] preparing for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
stormcoph committed May 6, 2023
1 parent 411bca2 commit bccaaa8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/file-system.probe
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/me/stormcph/lumina/module/ModuleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void init() {
add(new AutoDoubleHand());
add(new CrystalPlacer());
add(new SCC());
add(new LegitTotem());
//add(new LegitTotem());

// Render
add(new Arraylist());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ItemDump extends Module {
BooleanSetting stoneCutter = new BooleanSetting("StoneCutter", false);

public ItemDump() {
super("ItemDump (WIP)", "Dumps items into certain gui's", Category.MISC);
super("ItemDump (doesnt work)", "Dumps items into certain gui's", Category.MISC);
addSettings(genericContainerScreen, shulkerBoxScreen, hopperScreen, generic3x3ContainerScreen, beacon, loom, cartographyTable, grindstoneScreen, anvil, smoker, blastFurnace, furnace, brewingStand, enchantmentTable, stoneCutter);
}

Expand Down

0 comments on commit bccaaa8

Please sign in to comment.