diff --git a/README.md b/README.md index 7af96a1..6bebce9 100644 --- a/README.md +++ b/README.md @@ -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 ========================