[ci-skip] remove TODO.md

This commit is contained in:
granny 2023-03-26 00:35:43 -07:00
parent 893ce2a77a
commit 4aba25d78e
No known key found for this signature in database

22
TODO.md
View File

@ -1,22 +0,0 @@
- [x] make Sniffer ridable
- [x] give Sniffer entity attributes config
- [x] fix ridables around water
- [x] test player ridable underwater
- [ ] OPTIONAL: custom damage type instead of magic for scissors & stone cutter patch
- [x] flip the boolean in the "display names from item forms of entities to entities" patch to keep feature parity with vanilla
- [x] uncomment if conditions when including Pufferfish
- [x] entity attributes patch
- [x] re-implement options for camel
- [x] re-implement options for donkey
- [x] re-implement options for horse
- [x] re-implement options for llama
- [x] re-implement options for mule
- [x] re-implement options for skeleton horse
- [x] re-implement options for trader llama
- [x] re-implement options for zombie horse
### once above is complete:
- [ ] make announcement about changes
- flipped defaults ("persistent-droppable-entity-display-names", "set-name-visible-when-placing-with-custom-name")
- must disable `ridable-settings.use-dismounts-underwater-tag` for `<Mob>RidableInWater` options to work, updated default values to reflect `DISMOUNTS_UNDERWATER` tag.
- `gameplay-mechanics.player.ridable-in-water` completely ignores `DISMOUNTS_UNDERWATER` tag since you can't ride players in vanilla minecraft.