add todo ! and update future
This commit is contained in:
parent
9b14f1ec83
commit
df35233794
3 changed files with 10 additions and 1 deletions
|
@ -9,7 +9,7 @@ Some RPG thing :
|
|||
- Raxen must do :
|
||||
- some survival and RPG(Class) thing
|
||||
- need some sort of action => pve, pvp maybe ?
|
||||
- need custom mobs => some are made => not definitive need more => juste made the damage system and persistentdatacontainer on entities outside of Player, might consider to switch to persistentdatacontainer on player instead of having an hashmap (ProfileManager.java)
|
||||
- need custom mobs => some are made => not definitive need more => ~~juste made the damage system and persistentdatacontainer on entities outside of Player, might consider to switch to persistentdatacontainer on player instead of having an hashmap (ProfileManager.java)~~ already done
|
||||
- need custom items => partialy made => need custom resource pack support
|
||||
- can use custom texture pack => in making
|
||||
- protection and logging feature => coreprotect
|
||||
|
|
5
docs/TODO.md
Normal file
5
docs/TODO.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
- [ ] refactor all abilities to make them compatible between entities and also making it easier to add them.
|
||||
- [ ] make custom items (hard coded)
|
||||
- [ ] make custom class (hard coded)
|
||||
- [ ] make custom abilities (hard coded)
|
||||
- [ ] make custom mods (hard coded)
|
Loading…
Add table
Add a link
Reference in a new issue