SamsTheNerd / HexGloop

A very gloopy hex casting addon
GNU Lesser General Public License v3.0
4 stars 8 forks source link

Hexical's Make Genie spell has no compat with mind jars #66

Open candyCalc opened 3 weeks ago

candyCalc commented 3 weeks ago

Using a Mind in a Jar instead of a villager in the Make Genie spell from Hexical spell returns this error. image

Reproduction:

  1. Flay a journeyman or higher villager into a Flayer's Pedestal with an Empty Jar on it.
  2. Add the resulting Mind in Jar item entity to the stack
  3. Add the media item entity to the stack
  4. Hold an empty Hand Genie Lamp in the offhand
  5. Cast Make Genie

Expected result:  Mind in a Jar turns into an Empty Jar and the genie lamp's media battery is set.

Actual result:  Sends the error message "Make Genie expected a villager at index 1 of the stack, but got Mind in a Jar" in chat.

Issue on Hexical's github: https://github.com/miyucomics/hexical/issues/11