Unicopia/src/main/java/com/minelittlepony/unicopia
2023-04-30 01:03:38 +01:00
..
ability Since using magic doesn't kill the player any more, cancel spells if the player doesn't have enough mana to sustain them 2023-03-05 21:33:21 +00:00
advancement Post-Port fixes 2022-12-19 07:51:07 +00:00
block Rewrite turbulance to be more forgiving for short flights 2023-03-04 22:48:02 +00:00
client Remove deprecations 2023-04-11 17:35:42 +02:00
command Fix some output bugs with the /race command 2023-01-27 18:05:43 +00:00
container Fixed spellbook not repainting when its state is updated from the server 2023-01-21 22:52:20 +00:00
entity Added a gamerule to adjust weather effects intensity 2023-04-30 00:51:15 +01:00
input Change flight activation to use a double-jump 2023-04-29 22:32:00 +01:00
item Allow the grogrars bells to drain from passive entities 2023-04-29 23:52:42 +01:00
mixin Added a gamerule to force players to select a new tribe after death 2023-01-27 18:06:06 +00:00
modmenu 1.16.5 -> 1.17 2021-08-04 15:38:03 +02:00
network Fixed emotes 2023-04-30 01:03:38 +01:00
particle Change rainbow trails to not default to the client player once bound 2023-01-21 23:15:14 +00:00
projectile Fixed catapult spell and fixed spells not being applied when a projectile hits something 2022-12-26 23:48:01 +01:00
trinkets Fixed players being unable to equip items with binding curse from trinket slots in creative mode 2023-03-17 19:35:25 +00:00
util Rewrite turbulance to be more forgiving for short flights 2023-03-04 22:48:02 +00:00
Affinity.java Tweaked a bunch of colours 2021-12-29 20:13:07 +02:00
AwaitTickQueue.java Delay scheduled tasks so they don't end up being excuted immediately. Might help prevent crashes like #95 2023-01-28 19:22:20 +00:00
Config.java Save which page of the hud is selected 2022-12-27 20:40:31 +01:00
Debug.java Switch to using JVM args for debugging 2022-12-04 19:13:57 +00:00
EntityConvertable.java Consolodate asWorld() implementations 2022-12-19 19:50:15 +01:00
EquinePredicates.java Fixed batponies not having night vision when their pseudo-race has been changed 2022-12-09 22:34:50 +00:00
FlightType.java Slightly clean up flight and dimensions predicates 2021-12-12 13:10:24 +02:00
InteractionManager.java Update fabwork and switch a lot of the packets to records and replace the client handler with the new receiver method of registering callbacks 2022-12-30 20:42:18 +01:00
Owned.java Further refactorings 2022-12-19 21:03:55 +01:00
Race.java Properly set players' race when joining. Should fix players getting stuck as humans when joining a server they played on before the mod was installed. 2023-01-21 00:28:59 +00:00
UGameEvents.java 1.19.2 -> 1.19.3 (1.20) [part 1] 2022-12-18 21:07:24 +00:00
UGameRules.java Added a gamerule to adjust weather effects intensity 2023-04-30 00:51:15 +01:00
Unicopia.java Added a gamerule to force players to select a new tribe after death 2023-01-27 18:06:06 +00:00
USounds.java 1.19.2 -> 1.19.3 (1.20) [part 1] 2022-12-18 21:07:24 +00:00
UTags.java Convert to using conventional tags 2023-01-09 01:25:02 +01:00
WeaklyOwned.java Further refactorings 2022-12-19 21:03:55 +01:00
WorldConvertable.java Consolodate asWorld() implementations 2022-12-19 19:50:15 +01:00
WorldTribeManager.java Fixed server-wide default race being set to human and added a command to change it 2023-01-27 14:37:25 +00:00