Started by
Bronze
on
Topic category: Help with Minecraft modding (Java Edition)
I already made procedure for that but only mob despawns, item doesn't dissapear, can someone help?
Also, for some reason 2 mobs spawn instead of 1
Topic category: Help with Minecraft modding (Java Edition)
I already made procedure for that but only mob despawns, item doesn't dissapear, can someone help?
Also, for some reason 2 mobs spawn instead of 1
There is no reason to have "is entity subtype of player" because mobs cant right click on each other :)
That's probably why. Also it is probably trying to remove the item from the entity, I'm not sure how to fix that.
If I wouldn't make "is entity subtype of player" it wouldn't detect if players right clicks with item, this is a global procedure so I needed to do that
Oh wait, it doesn't detect if I right click with good item, it just detects if I right click.
You can just trigger it from inside the mob itself btw.
But it won't help me remove the item from player.
Wouldn't the "=" mess up everything. I would think it would be an "and"?
You are a genius.
You are not using 2020.3 are you? It does much better at creating events
Yes, that too, I forgot to mention that. This post was made before 2020.3 was released though.
You can now specify the source entity, and event entity.
wartedwrathvillage not and wartedwrathvillage what exactly??