gnembon / scarpet

Public Repository of scarpet programs for Minecraft
Creative Commons Zero v1.0 Universal
359 stars 161 forks source link

Uncraftable Tipped Arrow fix + Potion of Decay #319

Closed akaikagaribi closed 2 years ago

akaikagaribi commented 2 years ago
  1. Tipped arrows made with lingering potions are called "Uncraftable Tipped Arrow", adding Potion:"minecraft:water" tag makes them "Arrow of Splashing" and assigns them the correct color of used potion
  2. In Bedrock edition, potion with Wither effect is called Potion of Decay, made that just for consistency/parity sake
Ghoulboy78 commented 2 years ago

What are they called in Java though?

akaikagaribi commented 2 years ago

What are they called in Java though?

In Java they aren't called anything, Potion of Decay is only obtainable and even exists in Bedrock, but this app calls them "Potion of Wither"

altrisi commented 2 years ago

Thanks for contributing!