mirror of
https://github.com/Miasmusa/Shadow.git
synced 2025-04-22 01:03:26 -04:00
launch
This commit is contained in:
parent
3abe38cb82
commit
2fcfb91035
2 changed files with 2 additions and 2 deletions
src/main/java/net/shadow/client/feature/module/impl
|
@ -19,7 +19,7 @@ public class EntityCrash extends Module {
|
|||
final DoubleSetting repeat = this.config.create(new DoubleSetting.Builder(2000).min(500).max(10000).name("Power").description("how fast to crash").get());
|
||||
|
||||
public EntityCrash() {
|
||||
super("Template", "template", ModuleType.CRASH);
|
||||
super("EntityCrash", "Crash the server by punching entities", ModuleType.CRASH);
|
||||
}
|
||||
|
||||
public Entity getNearestLikelyEntity() {
|
||||
|
|
|
@ -25,7 +25,7 @@ public class ItemPuke extends Module {
|
|||
private final Random r = new Random();
|
||||
|
||||
public ItemPuke() {
|
||||
super("ItemPuke", "throw out items really fast in creative", ModuleType.MISC);
|
||||
super("ItemPuke", "Throw out items really fast in creative", ModuleType.MISC);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue