Unicopia/src/main/java/com/minelittlepony/unicopia/entity
2024-09-29 04:28:22 +01:00
..
ai Fixed mobs getting stuck targetting an invalid entity. Fixes #414 2024-09-16 19:29:00 +01:00
behaviour Remove Spell#isDirty and Spell#setDirty 2024-09-21 21:40:20 +01:00
collision Remove the update argument when interacting with spell slots 2024-05-21 23:10:02 +01:00
damage Fix compatibilty with HDSkins 2024-04-23 17:57:50 +01:00
duck Fix a whole bunch of gravity related issues 2024-03-26 00:04:00 +00:00
effect Allow making changeling morph using rotten apples 2024-09-29 00:40:50 +01:00
mob Fix the displacement spell. Fixes #456 2024-09-18 15:14:02 +01:00
player Rain no longer appears above clouds (mostly) 2024-09-29 04:28:22 +01:00
AmuletSelectors.java Added hippogriffs and seaponies 2023-11-08 12:58:41 +00:00
AttributeContainer.java Fixed crash when wearing alicorn amulet. Fixes #400 2024-09-16 20:10:38 +01:00
Creature.java Remove redundant effect nbt field 2024-09-21 21:40:40 +01:00
DynamicLightSource.java Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
Enchantments.java Further refactorings 2022-12-19 21:03:55 +01:00
EntityPhysics.java Fixed changling clinging and bat pony hanging abilities. Closes #404 2024-09-16 19:16:05 +01:00
EntityReference.java Implement data trackers for spells 2024-05-27 06:39:01 +01:00
Equine.java Implement a custom data tracker to sync values dynamically. Fixes #14 2024-05-21 23:51:56 +01:00
IItemEntity.java Move some methods out of the Equine<?> interface that don't need to be there 2022-12-25 16:01:12 +01:00
ItemImpl.java Cleanup and sync placed spell owners 2024-05-22 15:25:35 +01:00
ItemPhysics.java Sync each spell individually 2024-05-21 23:52:02 +01:00
ItemTracker.java Remove unused field 2024-03-20 00:25:26 +00:00
LandingEventHandler.java Cancel stomps when moving upwards 2024-05-17 19:28:08 +01:00
Living.java Reduce chance of mobs reproducing when they have the corrupt influence effect. Fixes #467 2024-09-24 15:52:19 +01:00
MagicImmune.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
Physics.java Fix fall damage, ladders, hitbox calculations, clipping, camera offset, and unicorn's teleportation when in inverted gravity 2024-03-26 17:11:39 +00:00
Transportation.java - Fix hot air balloons not orienting correctly when placed 2024-03-29 20:31:49 +00:00
Trap.java Back to basics: strip away anything that's not the core of the mod 2020-09-22 15:48:58 +02:00