You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ There are three scripts:
12
12
-`dmodels_loader.dsc` is the script that handles loading in `.bbmodel` files to Denizen and building the resource pack.
13
13
-`dmodels_spawning.dsc` is the coremost API script that handles the spawning/deleting/positioning of models in-game.
14
14
-`dmodels_animating.dsc` is the script that handles animation playback for models.
15
+
-`dmodels_citizens.dsc` is the script that handles Citizens plugin integration.
15
16
16
17
### Related Links
17
18
@@ -25,7 +26,14 @@ Documented in the header of the `dmodels_main.dsc` script.
25
26
26
27
### Status
27
28
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.
0 commit comments