mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
1.4.0 BETA 7
This commit is contained in:
parent
6e5e6415ed
commit
654aa9477e
4 changed files with 2 additions and 3 deletions
Binary file not shown.
|
@ -366,7 +366,7 @@ public class ConfigManager {
|
|||
config.addDefault("Abilities.Earth.Extraction.Cooldown", 10000);
|
||||
config.addDefault("Abilities.Earth.Extraction.TripleLootChance", 15);
|
||||
config.addDefault("Abilities.Earth.Extraction.DoubleLootChance", 40);
|
||||
|
||||
|
||||
config.addDefault("Abilities.Earth.LavaSurge.Enabled", true);
|
||||
config.addDefault("Abilities.Earth.LavaSurge.Description", "This ability allows an Earthbender to bend an existing Lava Source to create a large wave that deals damage and knocks back anything in its path. To use, simply tap sneak (Default: Shift) while targetting a source of lava. Once a source has been selected, left click to launch the wave off into the direction you are looking. This ability has a small knockback and does a fair amount of damage.");
|
||||
config.addDefault("Abilities.Earth.LavaSurge.Radius", 3);
|
||||
|
|
|
@ -76,7 +76,6 @@ public class WaterWall {
|
|||
if (instances.containsKey(player.getEntityId())) {
|
||||
instances.get(player.getEntityId()).cancel();
|
||||
}
|
||||
// Methods.verbose("New water wall prepared");
|
||||
instances.put(player.getEntityId(), this);
|
||||
time = System.currentTimeMillis();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ProjectKorra
|
||||
author: ProjectKorra
|
||||
version: 1.4.0 BETA 6
|
||||
version: 1.4.0 BETA 7
|
||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||
commands:
|
||||
projectkorra:
|
||||
|
|
Loading…
Reference in a new issue