gitextract_391z_5zq/ ├── README.md ├── datapacks/ │ ├── enchantments/ │ │ ├── data/ │ │ │ ├── example/ │ │ │ │ ├── enchantment/ │ │ │ │ │ ├── annoyance.json │ │ │ │ │ ├── boom_boom.json │ │ │ │ │ ├── claw.json │ │ │ │ │ ├── cowbow.json │ │ │ │ │ ├── diminishing.json │ │ │ │ │ ├── fire_walker.json │ │ │ │ │ ├── fishy.json │ │ │ │ │ ├── fragility_curse.json │ │ │ │ │ ├── galaxy_brain.json │ │ │ │ │ ├── multi_multi_shot.json │ │ │ │ │ ├── pollen_allergy_curse.json │ │ │ │ │ ├── roulette.json │ │ │ │ │ ├── sparkles.json │ │ │ │ │ └── thor.json │ │ │ │ └── function/ │ │ │ │ └── annoying.mcfunction │ │ │ └── minecraft/ │ │ │ └── tags/ │ │ │ └── enchantment/ │ │ │ └── curse.json │ │ └── pack.mcmeta │ └── v16demo/ │ ├── data/ │ │ └── v16/ │ │ └── functions/ │ │ ├── concat.mcfunction │ │ ├── eval.mcfunction │ │ ├── fails.mcfunction │ │ ├── fails2.mcfunction │ │ ├── get_player_health.mcfunction │ │ ├── line_continuation.mcfunction │ │ ├── set_time.mcfunction │ │ └── succeeds.mcfunction │ └── pack.mcmeta └── so_lime.json