Project: Vibrant Journeys

Project: Vibrant Journeys

21M Downloads

potion of glowing instead of night vision?

myst0sis opened this issue · 5 comments

commented

okay so this may sound really strange but one of the players on a server i'm on was trying to make a 8 min potion of night vision but once you add redstone to it, it would make an 8 min potion of glowing?

the steps they (and two other people) tried:

  • nether wart for awkward potion
  • golden carrot for 3 minute potion of night vision
  • redstone for 8 minute potion of night vision
  • gets glowing potion instead

i would add a video but its not loading 😭

commented

I'm not able to reproduce this, what version are you on?

image

commented

its 1.20.1, forge 47.3.0

managed to upload a video of it happening here: https://imgur.com/a/44HWfAQ

commented

I tested this on 1.20.1 and was able to get 8 minute night vision potions, here's where the brewing recipes are registered: https://github.com/OrderedChaos-Dev/ProjectVibrantJourneys/blob/1.20.x/src/main/java/dev/orderedchaos/projectvibrantjourneys/common/PVJBrewingRecipes.java#L24
^ It doesn't touch the night vision potions at all
Is the server running a modpack that changes recipes?

commented

Ok another bug report was made here #220 about the same thing that included a potential fix, so testing that now

commented

Just uploaded a fix