Unicopia/src/main/java/com/minelittlepony/unicopia/ability
Sollace 6a36249d68
Fixed player position messed up when mounting a boat whilst flying
Players can now fly from boats again.
Fixes #377
2024-09-16 18:12:58 +01:00
..
data fixed tree kicking and improved performance when traversing trees 2023-09-12 11:25:41 +01:00
magic Limit AOE spell radius to 32 blocks. Fixes #450 2024-09-16 14:43:49 +01:00
Abilities.java Added an ability for seaponies 2023-11-10 18:14:34 +00:00
Ability.java Indicate whether an ability can actually do something for a selected activation type 2024-04-12 01:24:15 +01:00
AbilityDispatcher.java Fixed ability cooldown not ticking when there is not ability in the slot. Fixes #366 2024-06-23 16:57:47 +01:00
AbilitySlot.java Make first/second/gem spell selection less confusing 2023-05-29 14:13:52 +01:00
AbstractSpellCastingAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
ActivationType.java Make the VR keys respect the toggle option and display a visual feedback when they are being used 2024-04-12 00:50:03 +01:00
BatEeeeAbility.java Merge branch '1.20.1' into 1.20.2 2024-04-11 13:26:40 +01:00
BatPonyHangAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
CarryAbility.java Indicate whether an ability can actually do something for a selected activation type 2024-04-12 01:24:15 +01:00
ChangeFormAbility.java The pearl necklace now has 4 durability 2024-06-23 14:41:44 +01:00
ChangelingDisguiseAbility.java Send tracked data in smaller packets to avoid large buffer allocation warnings being printed 2024-05-25 14:38:17 +01:00
ChangelingFeedAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
EarthPonyGrowAbility.java Fixed earth ponies breaking blocks in adventure mode and protected regions. Fixes #434 2024-09-16 17:51:41 +01:00
EarthPonyKickAbility.java Fixed earth ponies breaking blocks in adventure mode and protected regions. Fixes #434 2024-09-16 17:51:41 +01:00
EarthPonyStompAbility.java Fixed earth ponies breaking blocks in adventure mode and protected regions. Fixes #434 2024-09-16 17:51:41 +01:00
FlyingDashAbility.java Indicate whether an ability can actually do something for a selected activation type 2024-04-12 01:24:15 +01:00
HugAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
KirinCastingAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
KirinRageAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
NirikBlastAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
PeckAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
PegasusCaptureStormAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
PegasusRainboomAbility.java Indicate whether an ability can actually do something for a selected activation type 2024-04-12 01:24:15 +01:00
ScreechAbility.java Merge branch '1.20.1' into 1.20.2 2024-04-11 13:26:40 +01:00
SeaponySonarPulseAbility.java Move ability assignment to the races 2024-04-08 20:46:06 +01:00
TimeChangeAbility.java Remove the update argument when interacting with spell slots 2024-05-21 23:10:02 +01:00
ToggleFlightAbility.java Fixed player position messed up when mounting a boat whilst flying 2024-09-16 18:12:58 +01:00
UnicornCastingAbility.java Properly fix casting 2024-05-21 23:31:36 +01:00
UnicornDispellAbility.java Sync each spell individually 2024-05-21 23:52:02 +01:00
UnicornGroupTeleportAbility.java Clean up the abilities code 2023-08-15 23:18:41 +01:00
UnicornProjectileAbility.java Reduce casting time for projectiles 2024-05-28 14:31:59 +01:00
UnicornTeleportAbility.java Merge branch '1.20.1' into 1.20.2 2024-04-11 13:26:40 +01:00