Lulu13022002
ef47433fdb
Add eating regain reason for Camels ( #8638 )
2022-12-10 14:07:35 +01:00
Lulu13022002
08bcef4859
Handle legacy quirk in the console formatter ( #8434 )
2022-11-28 14:41:29 +01:00
Lulu13022002
3375abab49
More vanilla friendly methods to update trades ( #8478 )
2022-11-23 22:38:49 +01:00
Lulu13022002
944be7b031
Avoid a cubed max search distance for POIs ( #8576 )
...
The max search distance used to get the closest Poi data on X/Z axis is cubed
instead of squared (one time in the parameter and another time in the function)
for almost all search.
Generally this has been hidden by another check that already does a pre
distance check between the poi pos and the source pos for individual
component but the issue still happens for diagonal distance search.
Discovered by Samsuik
2022-11-21 16:02:21 +01:00
Lulu13022002
f07cda9bb9
Sync chunk load command improvements ( #8554 )
2022-11-19 20:10:13 +01:00
Lulu13022002
72369d4f40
Reorder bukkit damage source entity for explosion ( #8553 )
2022-11-19 03:14:52 +01:00
Lulu13022002
4400eb6600
Call PlayerLaunchProjectileEvent for trident ( #8027 )
2022-11-03 19:43:50 +01:00
Lulu13022002
0af5c64201
Fix new block data in EntityChangeBlockEvent for silverfish when mobGriefing isn't enabled ( #8099 )
2022-10-27 00:05:15 +02:00
Lulu13022002
c0e86f0599
Avoid cycle deprecation ( #8466 )
2022-10-13 13:52:04 +02:00
Lulu13022002
e827d176c4
Update settings directory path in exceptions ( #7968 )
2022-10-13 13:38:06 +02:00
Lulu13022002
f059f8fce5
Fix setEggCount method from TurtleLayEggEvent ( #8385 )
2022-09-24 18:34:20 +02:00
Lulu13022002
2e51143433
Avoid item meta usage for itemstack enchantment getter ( #8373 )
2022-09-24 07:19:51 +02:00
Lulu13022002
2277da6ec5
Call BlockPhysicsEvent more often ( #8264 )
2022-09-23 07:35:15 +02:00
Lulu13022002
6d4edceb20
Call EntityChangeBlockEvent for frogs egg ( #8136 )
2022-09-23 07:32:32 +02:00
Lulu13022002
661b30a785
Missing some effect cause ( #8307 )
2022-09-18 05:46:20 +02:00
Lulu13022002
d146ab42bd
Missing eating regain reason ( #8244 )
2022-09-18 05:24:28 +02:00
Lulu13022002
d2bed83767
Call jump event for the beast ( #8100 )
2022-07-20 18:17:42 +02:00
Lulu13022002
913ca9381e
Add xp orb spawn reason for frogs ( #8045 )
2022-07-07 23:38:12 +02:00