aboutsummaryrefslogtreecommitdiff
path: root/display_lib/API.md
diff options
context:
space:
mode:
authorThomas--S <info@thomas-stangl.de>2018-01-27 17:40:42 +0100
committerThomas--S <info@thomas-stangl.de>2018-01-28 13:46:16 +0100
commit1c1be8a7c13cb664551503b88516c75b189aed87 (patch)
tree8163ba1896c9528683a10fa0288c9c60699034d8 /display_lib/API.md
parent78e3b852740c77b78e19b814e649f66b91dba673 (diff)
downloaddisplay_modpack-1c1be8a7c13cb664551503b88516c75b189aed87.tar.gz
display_modpack-1c1be8a7c13cb664551503b88516c75b189aed87.tar.bz2
display_modpack-1c1be8a7c13cb664551503b88516c75b189aed87.zip
Update the entities as soon as mapblock is loaded
Useful e.g. after /clearobjects Introduces the group `display_lib_node`
Diffstat (limited to 'display_lib/API.md')
-rw-r--r--display_lib/API.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/display_lib/API.md b/display_lib/API.md
index 148db60..de08090 100644
--- a/display_lib/API.md
+++ b/display_lib/API.md
@@ -80,4 +80,6 @@ This is a helper to register entities used for display.
})
+**Note:** Nodes in the `display_lib_node` group will have their entities updated as soon as the mapblock is loaded (Useful after /clearobjects).
+