Skip to content

Commit 0b8ed26

Browse files
committed
update readme to list feature targets
1 parent ae41a26 commit 0b8ed26

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ There are three scripts:
1212
- `dmodels_loader.dsc` is the script that handles loading in `.bbmodel` files to Denizen and building the resource pack.
1313
- `dmodels_spawning.dsc` is the coremost API script that handles the spawning/deleting/positioning of models in-game.
1414
- `dmodels_animating.dsc` is the script that handles animation playback for models.
15+
- `dmodels_citizens.dsc` is the script that handles Citizens plugin integration.
1516

1617
### Related Links
1718

@@ -25,7 +26,14 @@ Documented in the header of the `dmodels_main.dsc` script.
2526

2627
### Status
2728

28-
Third beta release. Functions for most basic purposes, but not the most user friendly. More is planned for this. Some things are currently being changed around from what they were in the prior betas.
29+
Fifth beta release. Functions for most basic purposes and has user-friendly interfaces. More is planned for this. Some things are currently being changed around from what they were in the prior betas.
30+
31+
#### Feature Targets
32+
33+
A few feature targets exist as an open request for any contributor to help. These are considered priority to get figured out before the 'Beta' phase ends.
34+
35+
- [Recolorable Models](https://github.com/mcmonkeyprojects/DenizenModels/issues/10)
36+
- [Perfect the Synchronization](https://github.com/mcmonkeyprojects/DenizenModels/issues/11)
2937

3038
### Licensing pre-note:
3139

0 commit comments

Comments
 (0)