spigot-gillesm / RPGChest-Premium

The best configurable chest system
2 stars 0 forks source link

Splash/Lingering Potions #11

Closed Momonche closed 4 years ago

Momonche commented 4 years ago

Hello Gilles !

I try to make a Splash potion but that doesn't work

With a Potion it works fine :

RP_6:
  Min: 3
  Max: 3
  Items:
    SPLASH_POTION:
      Material: POTION
      Effect: INSTANT_HEAL
      Upgraded: true
      Extended: false
      Chance: 1
      Min: 1
      Max: 1
    ENCHANTED_GOLDEN_APPLE:
      Material: ENCHANTED_GOLDEN_APPLE
      Chance: 1
      Min: 1
      Max: 1
    ENDER_PEARL:
      Material: ENDER_PEARL
      Chance: 1
      Min: 1
      Max: 1

s14yCgG

But with a splash potion it doesn't work

RP_6:
  Min: 3
  Max: 3
  Items:
    SPLASH_POTION:
      Material: SPLASH_POTION
      Effect: INSTANT_HEAL
      Upgraded: true
      Extended: false
      Chance: 1
      Min: 1
      Max: 1
    ENCHANTED_GOLDEN_APPLE:
      Material: ENCHANTED_GOLDEN_APPLE
      Chance: 1
      Min: 1
      Max: 1
    ENDER_PEARL:
      Material: ENDER_PEARL
      Chance: 1
      Min: 1
      Max: 1

vAs7i67

spigot-gillesm commented 4 years ago

Right now splash potion is not possible but I can change that quite easily ;) Thank you for pointing that out!

spigot-gillesm commented 4 years ago

I pushed an update to make splash and lingering potions available ;)

Momonche commented 4 years ago

Works with RPGChest 1.9.3.0

Thanks !