Started by
fanta88
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to get this mod crunched out, but I have no idea how I can make the player get an advancement when they enter the structure's bounding box. I've looked online for a solution, and some say to have a frozen entity that despawns when you get close to it and gives you the advancement, but that seems like a bandaid fix to me. What's ANOTHER way than that, to do this?
Replace everything in your advancement's .json file with this:
Replace
"your_mod_id:your_structure"
with your mod id and the name of your structure and fill in the other fields like title and description and you'll be good to go!I thought it would be more complex, thank you! This actually helps a lot!
No problem!