added hint how to do local adjustments

This commit is contained in:
Sokomine 2022-09-23 23:27:06 +02:00
parent 5dbf91800f
commit 3dfae53782

View File

@ -350,6 +350,11 @@ contain all the blocks which do not allow the NPCs this kind of
interaction.
You may i.e. set the put and take tables for blocks that do extensive
checks on the player object which the NPC simply can't provide.
Note: The best way to deal with local adjustments may be to create your
own mod, i.e. yl_speak_up_addons, and let that mod depend on this
one, yl_speak_up, and do the necessary calls. This is very useful
for i.e. adding your own textures or doing configuration. You can
then still update the mod without loosing local configuration.
Data saved in modstorage
========================