From 81036b01251a7c7b9f977f2cc88ebf1347589409 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Mon, 11 Mar 2019 00:34:37 +0100 Subject: [PATCH] fixed bug with locale --- nodes_water.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes_water.lua b/nodes_water.lua index 1cfe77d..c2bb118 100644 --- a/nodes_water.lua +++ b/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)