Unicopia/src/main/java/com/minelittlepony/unicopia/entity
2023-09-01 19:09:13 +01:00
..
ai Implement sombra boss battle 2023-08-25 22:06:08 +01:00
behaviour Pull together and organise all the sound events we use so we can assign them proper subtitles later 2023-08-22 16:26:13 +01:00
collision Add some animations and controls for steering the hot air balloon 2023-08-12 15:59:13 +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
player 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
AirBalloonEntity.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
AmuletSelectors.java Fixed alicorn amulet's 4th day effects occuring on the 3rd day 2023-08-30 21:42:49 +01:00
ArenaCombatant.java Implement sombra boss battle 2023-08-25 22:06:08 +01:00
ButterflyEntity.java 1.19.4 -> 1.20-pre6 2023-06-03 12:40:54 +01:00
CastSpellEntity.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
Creature.java Add broken alicorn amulet, and further tweaks the sombra 2023-08-26 16:16:55 +01:00
CrystalShardsEntity.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
DynamicLightSource.java Fixed dynamic lighting entities 2023-06-07 20:35:29 +01:00
Enchantments.java Further refactorings 2022-12-19 21:03:55 +01:00
EntityPhysics.java Fix typo 2023-08-07 16:43:14 +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
FairyEntity.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
FloatingArtefactEntity.java Fixed creative players being able to break an unbreakable floating artefact entity 2023-08-30 21:33:48 +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
LightEmittingEntity.java 1.18-pre -> 1.18.2 2022-03-26 21:34:15 +02:00
Living.java Add a time change ability for the unicorn amulet 2023-08-27 14:56:18 +01:00
MagicImmune.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01:00
MultiBoundingBoxEntity.java Implement the rest of hot air balloons 2023-08-11 18:51:35 +01:00
Physics.java Improve negative gravity handling on dropped items 2021-02-22 15:54:24 +02:00
PhysicsBodyProjectileEntity.java Fixed muffin jankyness 2023-08-28 22:09:15 +01:00
SombraEntity.java Sombra will now spawn crystals more often and will heal 1 heart for every crystal left unbroken 2023-08-27 23:36:54 +01:00
SpellbookEntity.java Change pillar height for the altar from 3 to 4, check for sky visibility on the pillars, and allow the altar to fix itself if the current placement is determined to be valid 2023-08-30 21:34:50 +01:00
StormCloudEntity.java Prevent spells from affecting technical entities 2023-08-28 14:37:36 +01: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
UEntities.java Increase tracking range for sombra 2023-08-27 23:19:32 +01:00
UEntityAttributes.java Fix typo 2023-08-07 16:43:14 +01:00
UTradeOffers.java 1.19.4 -> 1.20-pre6 2023-06-03 12:40:54 +01:00