From 3dfae537821c5b4e7b908d3ebdcb12804b23dd95 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 23 Sep 2022 23:27:06 +0200 Subject: [PATCH] added hint how to do local adjustments --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ========================