Unicopia/src/main/java/com/minelittlepony/unicopia
2024-06-23 16:59:34 +01:00
..
ability Fixed ability cooldown not ticking when there is not ability in the slot. Fixes #366 2024-06-23 16:57:47 +01:00
advancement Move advancements back down the tree and add some advancements for seaponies and hippogriffs 2024-03-28 16:23:12 +00:00
block Account for the water's depth when determining the amount of lift pegasi should receive 2024-05-28 23:19:23 +01:00
client Fixed ability cooldown not ticking when there is not ability in the slot. Fixes #366 2024-06-23 16:57:47 +01:00
command Send tracked data in smaller packets to avoid large buffer allocation warnings being printed 2024-05-25 14:38:17 +01:00
compat The pearl necklace now has 4 durability 2024-06-23 14:41:44 +01:00
container The pearl necklace now has 4 durability 2024-06-23 14:41:44 +01:00
datagen Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
diet Fixed client/server desync when applying status effects. Fixes #349 2024-05-16 22:21:46 +01:00
entity Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
input Change flight activation to use a double-jump 2023-04-29 22:32:00 +01:00
item Make nuts and seeds less nutricious to other races. Fixes #363 2024-06-23 15:42:13 +01:00
mixin Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
modmenu 1.16.5 -> 1.17 2021-08-04 15:38:03 +02:00
network The pearl necklace now has 4 durability 2024-06-23 14:41:44 +01:00
particle Add spiral particle (wip) 2024-04-23 14:41:21 +01:00
projectile Fixed magic projectiles not affecting falling blocks 2024-05-28 14:32:22 +01:00
recipe Added frog's legs 2024-04-11 15:42:35 +01:00
server/world Account for the water's depth when determining the amount of lift pegasi should receive 2024-05-28 23:19:23 +01:00
util Account for the water's depth when determining the amount of lift pegasi should receive 2024-05-28 23:19:23 +01:00
Affinity.java Display the amount of corruption you would gain from casting a spell 2024-05-18 14:55:41 +01:00
AllowList.java Improve the /unicopia racelist command and give better feedback when it is enabled or disabled 2024-02-13 21:58:19 +00:00
Availability.java Clean up warnings 2024-04-12 01:23:43 +01: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 Synchronise server configs to the client 2024-04-26 16:09:37 +01:00
Debug.java Clean up tags and fix some recipe unlock conditions 2024-03-31 14:35:04 +01:00
EntityConvertable.java Change cast spells to be easier to reach and change the center to be the center of the entity not its base position 2024-01-25 22:57:44 +00:00
EquineContext.java Fix respawning on cloud blocks 2024-04-26 16:40:43 +01:00
EquinePredicates.java #317 +Allow bats and hippos to walk on clouds without having to give them other pegasus abilities 2024-03-23 23:40:00 +00:00
FlightType.java Clean up warnings 2024-04-12 01:23:43 +01:00
InteractionManager.java Fix respawning on cloud blocks 2024-04-26 16:40:43 +01:00
Owned.java Minor fixes to Ether and some owned style changes 2024-04-08 16:53:01 +01:00
Race.java Cleanup and sync placed spell owners 2024-05-22 15:25:35 +01:00
SyncedConfig.java Synchronise server configs to the client 2024-04-26 16:09:37 +01:00
UConventionalTags.java Datagen food groups+ 2024-04-04 20:22:10 +01:00
UGameEvents.java 1.19.2 -> 1.19.3 (1.20) [part 1] 2022-12-18 21:07:24 +00:00
Unicopia.java Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
UnicopiaMixinPlugin.java Fix compatibility with Synatra Connector / Froge 2024-02-11 14:01:18 +00:00
UPOIs.java Fix incompatibility with mods that add points of interest containing chests 2024-02-20 20:21:16 +00:00
USounds.java Update corruption mechanics. 2024-03-12 14:53:02 +00:00
UTags.java Added seapony's grace/seapony's ire status effects. Mining blocks in a monument will cause seaponies to lose their grace. Fixes #390 2024-06-23 16:59:34 +01:00
WeaklyOwned.java Minor fixes to Ether and some owned style changes 2024-04-08 16:53:01 +01:00
WorldConvertable.java Consolodate asWorld() implementations 2022-12-19 19:50:15 +01:00