Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-512

SMALL_FIREBALL causes fire, regardless of setIsIncendiary(false) and setYield(0.0F)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • None

      I am spawning a small fireball entity and doing this:

      Fireball fireball = (Fireball) projectile;
      fireball.setIsIncendiary(false);
      fireball.setYield(0.0F);

      The fireball still causes fire when hitting a block.

      If I use EntityType.FIREBALL instead, no fire is created.

      Haven't tested with other projectiles which implement Fireball as well (ex. wither skull) yet.

            Thinkofdeath Thinkofname
            blablubbabc blablubbabc
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: