-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
So in POH the dungeons and above does not respect the area you define this i think this because of
- You cant define a range of planes eg 1-3 for the main POH and 0 for dungeon as 0 will just span everything, in the overworld this is correct but in this case its not
We should do something like
"planes": {
"type": "array",
"description": "Restrict the area to specific planes. A single value [1] restricts to only plane 1. A range [1,3] restricts to planes 1 through 3 (inclusive). This overrides the plane ranges specified in regionBoxes and aabbs.",
"items": {
"type": "integer"
},
"minItems": 1,
"maxItems": 2
}
- the instance stuff does not respect the player height
In the dungeon the player is on plane 0 but the tile is copied from plane 1
as seen here, again this is fine with overworld but causes issues in instances i have checked other instances also same issue
Metadata
Metadata
Assignees
Labels
No labels