5825 Commits

Author SHA1 Message Date
Miles Holder
eae9f760c9
#1414: Convert InventoryView to interface 2024-06-16 08:47:38 +10:00
Doc
ee9eafe674
Fix Implementation for DamageSource#isIndirect for internal custom causing entity 2024-06-15 12:47:45 -04:00
md_5
6ce1726424
SPIGOT-7761: Ender pearl does not damage or spawn endermites 2024-06-15 18:47:12 +10:00
md_5
f5a63f7345
SPIGOT-7759: Chunk not there when requested in ChunkUnloadEvent 2024-06-15 16:47:43 +10:00
md_5
28287259c0
Remove unused import 2024-06-15 12:52:01 +10:00
md_5
eb9a7dde02
SPIGOT-7757: Cannot set item in Stonecutter Inventory 2024-06-15 12:48:38 +10:00
md_5
f8be9d7521
Move deserialized removed unhandled tags to dedicated removedTags 2024-06-15 10:09:35 +10:00
md_5
a7e576186d
Fix potential mutability issue with CraftMetaItem copy constructor 2024-06-15 07:03:03 +10:00
md_5
9958854527
SPIGOT-7741: Vanilla ItemComponent in commands can't remove components 2024-06-15 07:03:03 +10:00
DerFrZocker
9ef69aa0b2
#1284: Move ItemType <-> ItemMeta linking to a centralized place 2024-06-15 06:53:46 +10:00
Doc
3e82eafbe8
#1420: Fix DirectEntity and CausingEntity Damager for Creepers ignited by Player 2024-06-15 06:47:48 +10:00
Jishuna
c23daa71f7
SPIGOT-7751: Fix crash caused by arrows from trial spawners 2024-06-14 10:14:27 -04:00
md_5
a1d2cd1521
SPIGOT-7747: Mob head is not dropped when mob was blown up by a charged creeper 2024-06-14 19:14:35 +10:00
md_5
8078294bca
SPIGOT-7746: Server Crashing when Players Getting into End Portals 2024-06-14 19:03:14 +10:00
Doc
8d842e2509
SPIGOT-7744: Fix exception for shooting projectiles with flame enchantment 2024-06-13 22:00:11 -04:00
Doc
64e0ad1292
SPIGOT-7744: Fix crash when shooting arrows in creative mode 2024-06-13 20:53:57 -04:00
md_5
819f7a10aa
Fix player items not dropping on death 2024-06-14 07:18:22 +10:00
Doc
0a0229bb56
Implement DamageCause#CAMPFIRE and minor improvement in exception for Unhandled block damage 2024-06-13 12:23:28 -04:00
md_5
a4c2ee70db
Update to Minecraft 1.21 2024-06-14 01:05:00 +10:00
md_5
f057cf449e
Remove outdated build delay 2024-06-14 01:00:00 +10:00
md_5
ee95e171a0
SPIGOT-7737: Add separate TreeType.MEGA_PINE 2024-06-11 21:04:56 +10:00
md_5
0dae4c62c3
Fix spawn egg equality check and copy constructor 2024-06-11 06:59:14 +10:00
md_5
ab59e847ca
Fix spawn eggs with no entity creating invalid stacks and disconnect creative clients
Example: /give @s minecraft:cat_spawn_egg[minecraft:max_stack_size=1,minecraft:max_damage=100,minecraft:damage=10] 1
2024-06-10 14:06:38 +10:00
md_5
3b6093b280
SPIGOT-7736: Creative spawn egg use loses components 2024-06-10 14:06:36 +10:00
Doc
c6b4d5a87f
SPIGOT-7731: Spawn eggs cannot have damage 2024-06-10 14:06:34 +10:00
blablubbabc
340ccd57f7
SPIGOT-7735: Fix serialization of player heads with note block sound 2024-06-10 08:35:53 +10:00
md_5
fd2f418340
SPIGOT-7734: Can't register a custom advancement using unsafe() 2024-06-09 11:12:13 +10:00
Jishuna
02456e2a50
#1413: Add force option to Player#spawnParticle 2024-06-08 09:11:27 +10:00
md_5
6a61f38b20
SPIGOT-7680: Per-world weather command 2024-06-08 09:08:09 +10:00
MetallicGoat
58c41cebbc
#1409: Add methods to get players seeing specific chunks 2024-06-08 09:03:44 +10:00
Lauriichan
16c9767978
#1412: Fix shipwreck loot tables not being set for BlockTransformers 2024-06-05 07:17:32 +10:00
mfnalex
7189ba6362
#1360: Add Material#isCompostable and Material#getCompostChance 2024-06-05 07:15:52 +10:00
DerFrZocker
9003845569
SPIGOT-7676: Enforce locale parameter in toLowerCase and toUpperCase method calls and always use root locale 2024-06-03 07:18:17 +10:00
md_5
bdb40c5f10
Increase outdated build delay 2024-06-02 08:58:26 +10:00
blablubbabc
d6607c7dd6
SPIGOT-7675: Fix FoodComponent config deserialization
Be more lenient when converting floating point numbers during config
deserialization of item data.
2024-05-31 07:14:09 +10:00
DerFrZocker
b148ed3322
#1406: Fix incorrect assumption of Fireball having constant speed 2024-05-29 06:56:42 +10:00
2008Choco
3ec31ca75e
#1405: Add a tool component to ItemMeta
Co-authored-by: md_5 <git@md-5.net>
2024-05-29 06:53:59 +10:00
2008Choco
5d7d675b95
#1404: Add PotionEffectTypeCategory to distinguish between beneficial and harmful effects 2024-05-29 06:50:08 +10:00
DerFrZocker
9608279815
#1403, SPIGOT-4288, SPIGOT-6202: Add material rerouting in preparation for the switch to ItemType and BlockType
This also moves the conversion from and to legacy material to the method
calls of legacy plugins, and no longer allows them directly in the
server.

This has the side effect of fixing some legacy plugin issues, such as
SPIGOT-4288, SPIGOT-6161. Also fixes legacy items sometimes not stacking
in inventory when using addItem, a client disconnect when using legacy
items in recipes and probably some more.
2024-05-29 06:48:55 +10:00
DerFrZocker
94e44ec934
#1401: Add a config option to accept old keys in registry get calls 2024-05-29 06:45:14 +10:00
MetallicGoat
a43701920b
#1402: Fix ChunkSnapshot#isSectionEmpty() is always false 2024-05-23 21:14:56 +10:00
DerFrZocker
87d0a3368a
SPIGOT-7668: Move NONE Registry updater to FieldRename to avoid some class loader issues 2024-05-19 21:35:46 +02:00
LoliColleen
2ea1e7ac27
#1399: Fix regression preventing positive .setDamage value from causing knockback for 0 damage events 2024-05-14 21:32:40 +10:00
md_5
ba2d49d21e
Increase outdated build delay 2024-05-13 21:21:16 +10:00
md_5
4af0f22e8a
SPIGOT-7664: Item meta should prevail over block states 2024-05-10 19:33:23 +10:00
md_5
c2ccc46ec3
SPIGOT-7666: Fix access to llama and horse special slot 2024-05-10 19:23:01 +10:00
Doc
124ac66d74
SPIGOT-7665: Fix ThrownPotion#getEffects() implementation only bringing custom effects 2024-05-10 19:09:20 +10:00
md_5
66f1f439aa
Restore null page behaviour of signed books even though not strictly allowed by API 2024-05-10 19:08:54 +10:00
md_5
6118e5398a
Fix regression listening to minecraft:brand custom payloads 2024-05-08 07:34:19 +10:00
md_5
c1a26b366b
Fix unnecessary and potential not thread-safe chat visibility check 2024-05-07 21:40:57 +10:00