mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
oops
This commit is contained in:
parent
c87d1c67cd
commit
7c0a28be99
3 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,6 @@
|
||||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterSpout.jar"/>
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterSpout.jar"/>
|
||||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterManipulation.jar"/>
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterManipulation.jar"/>
|
||||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/Surge.jar"/>
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/Surge.jar"/>
|
||||||
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/IceSpike.jar"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -18,6 +18,7 @@ import com.projectkorra.ProjectKorra.firebending.FirePassive;
|
||||||
import com.projectkorra.ProjectKorra.firebending.FireStream;
|
import com.projectkorra.ProjectKorra.firebending.FireStream;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.Plantbending;
|
import com.projectkorra.ProjectKorra.waterbending.Plantbending;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.WaterPassive;
|
import com.projectkorra.ProjectKorra.waterbending.WaterPassive;
|
||||||
|
import com.projectkorra.ProjectKorra.waterbending.WaterReturn;
|
||||||
|
|
||||||
public class BendingManager implements Runnable {
|
public class BendingManager implements Runnable {
|
||||||
|
|
||||||
|
@ -53,6 +54,7 @@ public class BendingManager implements Runnable {
|
||||||
EarthPassive.revertSands();
|
EarthPassive.revertSands();
|
||||||
Plantbending.regrow();
|
Plantbending.regrow();
|
||||||
handleDayNight();
|
handleDayNight();
|
||||||
|
WaterReturn.progressAll();
|
||||||
|
|
||||||
for (int id: FireStream.instances.keySet()) {
|
for (int id: FireStream.instances.keySet()) {
|
||||||
FireStream.progress(id);
|
FireStream.progress(id);
|
||||||
|
|
|
@ -13,6 +13,7 @@ import org.bukkit.util.Vector;
|
||||||
|
|
||||||
import com.projectkorra.ProjectKorra.Methods;
|
import com.projectkorra.ProjectKorra.Methods;
|
||||||
import com.projectkorra.ProjectKorra.TempBlock;
|
import com.projectkorra.ProjectKorra.TempBlock;
|
||||||
|
import com.projectkorra.abilities.IceSpike.IceSpike2;
|
||||||
import com.projectkorra.abilities.OctopusForm.OctopusFormAbility;
|
import com.projectkorra.abilities.OctopusForm.OctopusFormAbility;
|
||||||
import com.projectkorra.abilities.Surge.WaterWall;
|
import com.projectkorra.abilities.Surge.WaterWall;
|
||||||
import com.projectkorra.abilities.Surge.WaveAbility;
|
import com.projectkorra.abilities.Surge.WaveAbility;
|
||||||
|
|
Loading…
Reference in a new issue