Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API for explosions to damage the explosion cause #11180

Merged

Commits on Sep 28, 2024

  1. Add the option for explosions to damage the explosion cause

    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.
    EsotericEnderman authored and lynxplay committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    74d100f View commit details
    Browse the repository at this point in the history
  2. Merge into right patch

    lynxplay committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b01853d View commit details
    Browse the repository at this point in the history