In a dimension with the minimal height higher then 0 (tested with 16 and 128) the command /place says "That position is not loaded".
What I expected to happen was...:
Placing a structure.
What actually happened was...:
Error: "That position is not loaded"
Steps to Reproduce:
1. Create a world with a dimension with the minimal height higher then 0 (16 in the attached datapack)
2. Try to place any structure with the command /place. (For example: /place feature minecraft:acacia).
Possible reason:
Minecraft checks if the chunk is loaded by trying to place (but not placing) a block at ~ 0 ~.
The /execute if loaded command works fine.
Confirmed in 22w45a; custom dimension with minimal height 192.