Unicopia/src/main/java/com/minelittlepony/unicopia
2023-02-26 00:37:56 +00:00
..
ability Added a gamerule to force players to select a new tribe after death 2023-01-27 18:06:06 +00:00
advancement Post-Port fixes 2022-12-19 07:51:07 +00:00
block Switch to using the simple networking apis provided by fabwork 2022-12-29 22:37:17 +01:00
client Update minlp 2023-02-25 20:15:31 +00: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 Fixed crash when a player rejoins a world with an entity in their arms 2023-02-26 00:37:56 +00:00
item Fixed foods defaulting to being inedible for humans 2023-01-27 14:37:41 +00: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 Update text on the tribe selection screen when respawning and added the option to announce when a player joins a tribe 2023-01-27 23:48:44 +00: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 Added butterflingers status effect 2022-12-26 20:21:18 +01:00
util Added a gamerule to force players to select a new tribe after death 2023-01-27 18:06:06 +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 Update text on the tribe selection screen when respawning and added the option to announce when a player joins a tribe 2023-01-27 23:48:44 +00: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