Custom Dimension Bug Demo
=========================

Purpose
-------
A deliberately minimal Minecraft Bedrock behavior pack for reproducing
custom-dimension issues involving tamed/following mobs.

It adds:
- One custom dimension: bugdim:empty
- One 9 x 9 stone floor in an otherwise void dimension
- One Script Event used only to enter/leave the dimension

It does NOT modify wolves, tameable mobs, portals, AI, or vanilla entity behavior.

How to use
----------
1. Add and enable this behavior pack in a test world.
2. Tame a vanilla wolf.
3. Keep the wolf STANDING so it is following you.
4. Stand near the wolf.
5. Run:
   /scriptevent bugdim:go
6. You will enter bugdim:empty.
7. Run the same command again:
   /scriptevent bugdim:go
8. You will return to the exact dimension and position saved before entering.
9. Observe the wolf's location / surrounding area.

Control test:
- Repeat the same procedure with the wolf SITTING.

Dimension ID
------------
bugdim:empty

Notes
-----
- The pack intentionally does not teleport the wolf.
- A temporary ticking area is used only around the custom-dimension arrival
  platform while the 9 x 9 floor is created. It is removed immediately.
- The player's return position is stored only in script memory.
