Obsidian/patches
Esoteric Enderman 355b1cbaf6
Add API for explosions to damage the explosion cause (#11180)
This intends to give plugin developers more control over explosions created using the World#createExplosion method, specifically by adding the option for explosions to damage the explosion cause (not the default behavior, and previously impossible to do, as far as I know). This is done by overloading existing methods with an extra `excludeSourceFromDamage` parameter.

Co-authored-by: Bjarne Koll <lynxplay101@gmail.com>
2024-09-28 21:32:56 +02:00
..
api Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
removed Re-add patches for can-place/can-destroy API (#11238) 2024-08-11 13:51:37 -07:00
server Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
unapplied/server Apply optimise collision checking in move packet handling patch 2024-08-16 06:56:13 -07:00