mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
![MistPhizzle](/assets/img/avatar_default.png)
Removed WaterReturn (Each Ability is responsible for handling it) Added FreezeMelt (Just contains the basic methods, not an ability) Improved physics handling. Removed WaterPassive where water would automatically spread (Until I find a workaround, exponentially flooding worlds weren't very fun)
10 lines
645 B
XML
10 lines
645 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/BukkitForPlugins.jar"/>
|
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/TagAPI.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/RaiseEarth.jar"/>
|
|
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/Surge.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|