Gegy / Terrarium

Replica of the Earth in Minecraft
https://minecraft.curseforge.com/projects/terrarium
GNU Lesser General Public License v3.0
163 stars 17 forks source link

Geofencing #47

Open Gegy opened 6 years ago

Gegy commented 6 years ago

Terrarium should support geofencing so that when you enter/exit a new area a status could optionally appear with the place name. This could be done through toasts or the status bar.

ryleu commented 3 years ago

You'd basically have to write collision for each geographical area, possibly with a bit of overlap where you just keep the last location you were in so you don't get spammed with "Welcome to Texas, USA" "Welcome to \<place>, Mexico" over and over by walking along the border.