Everything Is Alive — Minecraft Java 26.2

Target pack format: 107.1.

Core mechanic:
- Uses the vanilla minecraft:player_mined_block advancement trigger with no block restriction,
  so every player-mined/broken block that can actually be mined triggers the system.
- Vanilla block item drops are disabled with doTileDrops=false.
- A random living entity is summoned at the player each time.
- 79 living entity types are in the random pool.
- The advancement is revoked after each trigger so it can fire again.
- Ender Dragon death shows "You Win The Game".

Commands:
  /reload
  /function alive:enable
  /function alive:disable

Notes:
- doTileDrops is a world gamerule, so /function alive:disable restores normal block drops.
- The datapack intentionally does not target unbreakable blocks because they cannot be mined.
- Some mobs (e.g. Wither, Ender Dragon, Warden) can be extremely dangerous or disruptive.
- Block drops are disabled globally while the pack is enabled; the random entity is the replacement reward.
