Commit Graph

13 Commits

Author SHA1 Message Date
0785c29a37 update some patches 2024-06-13 20:41:44 -07:00
0ef31547a1 Finish API patches 2024-06-13 08:45:43 -07:00
308e992c47 Patches!!!!!!! 2024-04-24 18:36:49 -04:00
47ee5579ff Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0087658702 Patches!!! MORE 2023-12-06 11:21:56 -05:00
46f4547805 Prepare for 1.20.3 dev 2023-12-05 18:20:55 +01:00
0925b4af6f some work 2023-09-22 18:11:35 +02:00
524eeedaa8 So it begins... 2023-09-21 19:18:04 +02:00
f328e1ae26 vine boom sound 2023-06-08 04:47:19 -04:00
1bda3d4d2a Start working on 1.20 2023-06-07 18:24:39 +02:00
c07518e0c6 Applied all patches 2023-03-14 22:29:14 +01:00
08ab8edb76 Start working on 1.19.4 2023-03-14 18:11:24 +01:00
166dc90e1c Remove CraftItemStack#setAmount null assignment (#8807)
This creates a problem with Paper's item serialization
api where deserialized items, which are internally
created as a CraftItemStack, will be completely lost if
#setAmount(0) is invoked (since the underlying handle
is set to null), while a regular Bukkit ItemStack
simply sets the amount field to zero, retaining the
item's data.

Vanilla treats items with zero amounts the same as items
with less than zero amounts, so this code doesn't create
a problem with operations on the vanilla ItemStack.
2023-01-24 09:30:51 -05:00