aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java (renamed from src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java b/src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java
index 64caeb1caf..c19cca64d5 100644
--- a/src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java
+++ b/src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java
@@ -1,4 +1,4 @@
-package com.github.technus.tectech.mechanics.commands;
+package com.github.technus.tectech.mechanics.anomaly;
import com.github.technus.tectech.TecTech;
import com.github.technus.tectech.loader.NetworkDispatcher;
@@ -18,7 +18,10 @@ public class CancerCommand implements ICommand {
ArrayList<String> aliases=new ArrayList<>();
public CancerCommand(){
+ aliases.add("cancer_EM");
aliases.add("cancer");
+ aliases.add("sanser");
+ aliases.add("sancer");
}
@Override
@@ -69,7 +72,7 @@ public class CancerCommand implements ICommand {
@Override
public String getCommandUsage(ICommandSender p_71518_1_) {
- return "cancer [Amount 0.0-2.0]";
+ return "cancer_EM [Amount 0.0-2.0]";
}
@Override