Commit Graph
27 Commits
Author SHA1 Message Date
7e21cb8181 fix PlayerChangedMainHandEvent javadoc (#12020)
* fix PlayerChangedMainHandEvent javadoc

* Obsolete

---------

Co-authored-by: Bjarne Koll <lynxplay101@gmail.com>
2025-01-26 14:00:32 -08:00
caramelandGitHub 76617ddf43 Add EntityEffectTickEvent (#11838) 2025-01-12 17:50:22 +01:00
caramel 75f88df856 Fix potential annotation testing interruption (#11460) 2024-10-21 07:46:50 +09:00
caramel d1a11cca31 Fix the incorrect codec usage in the Style convert (#10465) 2024-04-28 12:32:11 +09:00
caramel c4e0d81696 Fix some component bugs in login disconnect packet (#10090) 2023-12-30 04:51:52 +09:00
caramel 09ae4f6257 Fix Folia scheduler tasks not canceling when plugin disable (#10091) 2023-12-29 09:59:19 +09:00
caramel 3a2229c5f3 Fix PlayerInteractEvent#getClickedBlock() returning wrong block in adventure mode (#10019) 2023-12-10 19:02:24 +09:00
caramel 1dcda2491e fix UnsafeValues#loadAdvancement doesn't recalculate position (#9846) 2023-10-29 08:13:33 +09:00
caramel c7b9f77124 Cleanup disable explosion knockback patch (#9858) 2023-10-29 07:50:26 +09:00
caramel 664d59e3d7 sync netty version with vanilla (#9842) 2023-10-15 23:41:17 +09:00
caramel ee307c382a fix recipe packet limiter (#9841) 2023-10-15 23:11:15 +09:00
caramel ae7dded514 Fix UnsafeValues#loadAdvancement (#9753) 2023-10-11 07:19:00 +09:00
caramel d369e65fab Fix NPE on Boat#getStatus (#9115) 2023-08-22 11:57:54 +09:00
caramel 898b222b42 Update Adventure to 4.13.1 (#9113) 2023-04-10 17:06:38 +09:00
LemonCaramel 7426c0370e Fix EntityLoadCrossbowEvent Sync Issue (#5739) 2021-12-31 15:54:23 +09:00
LemonCaramel 336217bc15 Add more Campfire API (#5779) 2021-12-14 05:57:39 +09:00
LemonCaramel 84f5407999 Fix client world difficulty sync issue (#7035) 2021-12-06 04:44:17 +09:00
LemonCaramel 6ac1befa7b Fix Stonecutter #6180 issue (#6181) 2021-07-15 00:37:22 +09:00
LemonCaramel edb4be1e28 Fix Cannot be adventure component serialized when the legacy component is null (#5754) 2021-06-05 16:49:04 +09:00
LemonCaramel 0f48f0150a Add More Lidded Block API (#5707) 2021-05-26 03:05:03 +09:00
LemonCaramel 59865002cc Fix NPE on Boat getStatus 2023-04-11 04:04:41 +09:00
LemonCaramel a3eeb99eea Add more Campfire API 2021-07-16 00:38:52 +09:00
LemonCaramel c9ba0ebadb More Lidded Block API 2021-05-23 17:49:31 +09:00
LemonCaramel de8998e411 Fix UnsafeValues#loadAdvancement 2023-09-24 20:19:44 +09:00
LemonCaramel e39a789ec6 Fix NPE on Boat getStatus
Boat status is null until the entity is added to the world and the tick() method is called.

== AT ==
public net.minecraft.world.entity.vehicle.AbstractBoat getStatus()Lnet/minecraft/world/entity/vehicle/AbstractBoat$Status;
2023-04-10 20:48:26 +09:00
LemonCaramel c5e4146598 Add more Campfire API 2021-07-16 00:39:03 +09:00
LemonCaramel cd9caecbde More Lidded Block API 2021-05-23 17:49:51 +09:00