Areas (Forge)

Areas (Forge)

890k Downloads

[Areas mod] Trigger only on-enter, or on-leave, and maintain continuity

NinthDesertDude opened this issue ยท 0 comments

commented

Forge 1.20.1

For any maintainable versions of this mod, it would be amazing if:

  • On leaving the radius of a location, all other radii the player might be in are checked to see if they resolve to the same name. If so, do not generate a leaving message. This allows us to make better bounds for our places :)

  • You could suppress either the entering message, or the leaving message, e.g. for dungeon corridors. This is useful for structures and jigsaws, easier to maintain (the sign is in an accessible place), and it doesn't have to be moved around as dungeons are expanded, and it touches far fewer blocks on accident. The leave-only sign should only say you're leaving if an enter message was given for an area of the same name, without a leave message yet.