
killed_other not working
crysthala opened this issue ยท 5 comments
Describe the bug
The killed_other
event is not firing.
To Reproduce
Steps to reproduce the behavior:
- Put a
killed_other
tag onminecraft:player
and tell it to do something (I usedme is a killer
) - Try it out
- Observe the lack of action
Version of the (please complete the following information):
Mod: One of the 1.4.0 dev versions from the Discord
Fabric API: 0.4.1 build 245
Minecraft: 1.14.4
{ "values": [ "test:killer" ] }
, which points to a file that simply says me is a killer
. Located in test\data\minecraft\tags\functions\function_api\entity\player\killed_other.json
. Some other tags in the same folder are working. No errors in my log.
At some point, I made a profile specifically for testing this mod. I put it up here so you can just see what I'm doing. Hopefully, it will save some time.