Mishap for providing something other than an entity as Flay Mind's first argument has a broken lang key
Robotgiggle opened this issue ยท 0 comments
Modloader
Forge, Fabric
Minecraft version
1.20.1
Hex Casting version
0.11.2
Issue description
If you pass Flay Mind something that isn't an entity in the place where it's expecting an entity, the function shown below causes a mishap:
However, entity.mob is not a valid lang key, and thus you get a mishap message that looks something like this:
Steps to reproduce
- Attempt to cast Flay Mind with something other than an entity as the first argument
- Observe broken mishap message
- Observe that the
mishap.invalid_value.class.entitysection of the lang file doesn't have an entry formob

