Unicopia/src/main/java/com/minelittlepony/unicopia/entity
2023-09-02 20:54:15 +01:00
..
ai Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
behaviour Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
collision Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
damage Fixed crashes when taking damage 2023-06-06 21:43:50 +01:00
duck Implement the rest of hot air balloons 2023-08-11 18:51:35 +01:00
effect Fixed certain race buffs and checks not accounting for worn amulets (or failing if wearing an amulet) 2023-09-01 19:09:13 +01:00
mob Fixed crystal heart health not syncing to the client and implement health/destruction and animations for the crystal shards 2023-09-02 20:54:15 +01:00
player Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
AmuletSelectors.java Fixed alicorn amulet's 4th day effects occuring on the 3rd day 2023-08-30 21:42:49 +01:00
Creature.java Move mob entities to a separate package 2023-09-02 18:34:57 +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 Move mob entities to a separate package 2023-09-02 18:34:57 +01:00
EntityReference.java Fixed unable to place the necromancy spell 2023-08-06 18:26:17 +01:00
Equine.java Fixed certain race buffs and checks not accounting for worn amulets (or failing if wearing an amulet) 2023-09-01 19:09:13 +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 1.19.4 -> 1.20-pre6 2023-06-03 12:40:54 +01:00
ItemPhysics.java 1.19.4 -> 1.20-pre6 2023-06-03 12:40:54 +01:00
ItemTracker.java Added a gamerule to force players to select a new tribe after death 2023-01-27 18:06:06 +00:00
Living.java Better handle exceptions in ticking spells and try to prevent spells from being destroyed more than once 2023-09-02 19:59:42 +01:00
MagicImmune.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
Physics.java Improve negative gravity handling on dropped items 2021-02-22 15:54:24 +02: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