Started by
bleb
on
Topic category: Help with Minecraft modding (Java Edition)
so I've been trying to make an achievement where it activates when the player goes into a structure, like how eye spy works, but i haven't found anything that shows me how to do it, so can someone please tell me how to do this
What you might have to do is make an entity that is invisible that spawns there. If you get close it gives it to you then despawns.
how do you do that?
Make the entity and on it's tick update check for the player. if found give them the achievement. Then have it despawn. Put it in the structure when building it.