* Fix acrobat stance removal
We should remove existing stance, not this activation
Also remove the Warrior Stance since Acrobat Stance is being activated
* Fix Warrior Stance removal
We should remove existing stance, not this activation
Also remove the Acrobat Stance since Warrior Stance is being activated
* New HeatControl & NPE fix
* Updated to latest
* Cleaned up HeatControl
* Updated PKListener to use HeatControlType instead of Function
* Cleaned up, cleaned up HeatControl
* Removed melt(...)
* Final changes
* Update the interactable materials array to remove unnecessary materials
* Remove shaded jsoup lib and change the remote staff fetcher to load and parse a txt file instead of an html file
* Update remote staff fetcher to translate...
...color codes, use proper link, and use multiline entry management
* Implement maven shading for external libraries and set up remote staff fetcher to appropriately handle html pages
* Use maven instead of ant with travis
* Changes to EarthGrab (PR Fixed, I hope.)
- Move now has travel time.
- Added particles that travel along the ground, to represent the travel
time.
- Changed the functions of the move to be: Shift + click = grab other -
entity, left click ground = self-grab.
- Edited the default config for the description.
- Edited the default range of the move, changed from 14 to 20.
- Edited the default cooldown time, it is now set to 2 seconds by
default.
* Fixed issues with Earthgrab.
* Add Changes to HealingWaters and Fix for Distance bug (#610)
* Add Changes to HealingWaters and Fix for Distance bug
* Fix conflicts in EarthGrab.java
* Fix conflicts in ConfigManager.java
* Fix conflicts in EarthGrab.java
* Fix for Distance Bug in EarthGrab
* Re-added Sorin's Changes
* Colored EarthArmor + Combo Fix (#608)
• Re-enabled colored EarthArmor, since it works now
• Combos are now created 1 tick later then before. Reason for this is
because if a combo requires the player to be shifting but the last combo
trigger was a shift trigger, the combo would be created BEFORE the
player actually changes shift states.
* Fix Earth Armor and improve Healing Waters (#616)
* Fix EarthArmor and HealingWaters
* Remove commented code.
* Update HealingWaters Description
* Changes to AirScooter
- Particles are now sphered
- Added comments to some areas to explain things
- Tweaked some variables
- Also removed the debug message for "PKListener"
Side note: I wasn't able to find a way to make the player "sit" on the
sphere of air without things getting super buggy. The issues I ran into
while trying to do so: The player's body wouldn't rotate, and the entity
they were riding wouldn't rotate, so their body direction wouldn't match
up with their head. The player was being displayed in a location that
wasn't actually coherent with where they actually where, making the
particles seem off centered. The move would also hesitate to go up and
down blocks sometimes. The player would also appear 4-5 blocks above the
move if they did go up a block a certain way.
* Add Changes to HealingWaters and Fix for Distance bug
* Fix conflicts in EarthGrab.java
* Fix conflicts in ConfigManager.java
* Fix conflicts in EarthGrab.java
• Re-enabled colored EarthArmor, since it works now
• Combos are now created 1 tick later then before. Reason for this is
because if a combo requires the player to be shifting but the last combo
trigger was a shift trigger, the combo would be created BEFORE the
player actually changes shift states.
* Changes to EarthGrab (PR Fixed, I hope.)
- Move now has travel time.
- Added particles that travel along the ground, to represent the travel
time.
- Changed the functions of the move to be: Shift + click = grab other -
entity, left click ground = self-grab.
- Edited the default config for the description.
- Edited the default range of the move, changed from 14 to 20.
- Edited the default cooldown time, it is now set to 2 seconds by
default.
* Fixed issues with Earthgrab.
- Move now has travel time.
- Added particles that travel along the ground, to represent the travel
time.
- Changed the functions of the move to be: Shift + click = grab other -
entity, left click ground = self-grab.
- Edited the default config for the description.
- Edited the default range of the move, changed from 14 to 20.
- Edited the default cooldown time, it is now set to 2 seconds by
default.
* 1.9.0 Changes
• Rewritten GeneralMethods.getEntitiesAroundPoint - Now more effecient
and less draining on the server
• Rewritten EarthArmor - Now gives gold hearts instead of resistance.
• Added TempArmor class - Self explanitory
• Changed bottlebending permission from bending.ability.WaterReturn to
bending.ability.Bottlebending
• Fixed syntax when removing elements from youself
* More EarthArmor Changes
• Made the amount of gold hearts that EarthArmor gives configurable
• Changed default EarthArmor description
• Removed EarthArmor config options that are no longer used
• Converted more ConcurrentHashMaps to be generic map types
* Generi-size PhaseChangeFreeze
Make the ConcurrentHashMap in PhaseChangeFreeze Generic to allow for Java 7 / Java 8 compatibility.
* Add missing import to PhaseChangeFreeze
* Update PhaseChangeFreeze accessor
• Fixed Earth/PlantArmor potion effects blinking
• Fixed FallingDust particle having the wrong properties
• Fixed combos recording 2 right clicks when right clicking with nothing
in your hand (fixes FireWheel combo issue)
• Fixed all deprecated player.getItemInHand methods
• Death messages not working at all (only the default bending death
message would show)
• Fixed BLOCK_CRACK particles being unable to spawn block particles with
metadata
• Fixed bottlebending breaking in 1.9/1.10
Thanks to jedk1 for bottlebending fix as it was orignally his.
• Fixed Illumination dropping a torch when RaiseEarth is used bellow it
• Fixed Illumination having issues with Tremorsense (passive)
• Fixed not being able to thaw ice through water with phase change
• Fixed Shockwave making a mess of lava (with water?)
• Fixed select range for leaves being extremely short
• Fixed EarthTunnel making a mess of sand. Sand will no longer fall when
blocks beneath it are mined out with EarthTunnel (if it reverts)
• Fixed SurgeWall (frozen) not returning water to bottles
• Fixed WaterSpout not breaking when toggling bending
• Fixed EarthBlast not selecting sand correctly