diff options
Diffstat (limited to 'cottages')
-rw-r--r-- | cottages/nodes_water.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cottages/nodes_water.lua b/cottages/nodes_water.lua index 1cfe77d..c2bb118 100644 --- a/cottages/nodes_water.lua +++ b/cottages/nodes_water.lua @@ -16,6 +16,7 @@ -- how many seconds does it take to fill a bucket? cottages.water_fill_time = 10 +local S = cottages.S -- code taken from the itemframes mod in homedecor -- (the relevant functions are sadly private there and thus cannot be reused) |