Unicopia/src/main/java/com/minelittlepony/unicopia
2022-09-10 22:13:56 +02:00
..
ability Show a complete list of items with the applicable trait, but as a mystery for items that haven't yet been discovered 2022-09-10 17:03:13 +02:00
advancement Add utility for creating identifiers with the mod's namespace 2022-08-27 15:25:02 +02:00
block Fix lava and water matching 2022-09-08 18:49:58 +02:00
client Move spellbook gui related code to the correct package 2022-09-10 22:13:56 +02:00
command Rebalance the metamorphosis potion and turn players' hearts black when they're turning 2022-08-27 18:07:26 +02:00
container Move spellbook gui related code to the correct package 2022-09-10 22:13:56 +02:00
entity Adjust hitbox for the spellbook entity 2022-09-10 17:29:56 +02:00
item Implement botched gems: Crafting a combination that doesn't result in a working spell will now produce a "botched gem" that's only useful for collecting traits. 2022-08-28 17:12:33 +02:00
mixin Fix mixin sig 2022-08-27 18:12:44 +02:00
modmenu 1.16.5 -> 1.17 2021-08-04 15:38:03 +02:00
network Sync traits from the server 2022-09-10 17:02:30 +02:00
particle Fix server crashes due to late initialisation of registered values 2022-08-27 16:39:56 +02:00
projectile Fixed magic projectiles not actually using their caster's level 2022-09-01 23:00:20 +02:00
util Fix some things that I missed 2022-09-04 14:16:47 +02:00
Affinity.java Tweaked a bunch of colours 2021-12-29 20:13:07 +02:00
AwaitTickQueue.java Use CompletableFuture for delaying things 2021-12-27 13:04:35 +02:00
BlockDestructionManager.java 1.17 -> 1.18 2021-12-22 11:15:09 +02:00
Config.java Fixed saving of settings and added a configuration screen 2021-02-07 19:57:35 +02:00
EntitySupplier.java Cast spells are now their own entity (should fix problems with spells dissapearing/not appearing at the correct location in muliplayer) 2021-03-04 22:35:49 +02:00
EquinePredicates.java Move the unicorn shoot ability to the primary slot (second page) and add a separate ability specifically for cancelling spells 2021-12-31 15:40:08 +02:00
FlightType.java Slightly clean up flight and dimensions predicates 2021-12-12 13:10:24 +02:00
InteractionManager.java 1.18 -> 1.19 2022-06-25 00:19:55 +02:00
Owned.java Allow spells and entities to retain their owner if the owner is offline (multiplayer) or in another dimension (nether), and handle situations where the owner is not around (getOwner() == null) 2022-01-01 22:08:50 +02:00
Race.java Fixed error whilst executing the /race command 2022-08-27 15:51:49 +02:00
Unicopia.java Sync traits from the server 2022-09-10 17:02:30 +02:00
USounds.java Add utility for creating identifiers with the mod's namespace 2022-08-27 15:25:02 +02:00
UTags.java Add utility for creating identifiers with the mod's namespace 2022-08-27 15:25:02 +02:00
WeaklyOwned.java Fixed crash due to naming conflict 2022-06-23 16:24:45 +02:00
WorldTribeManager.java Rewrite races to use a registry 2022-08-27 15:07:29 +02:00