summaryrefslogtreecommitdiff
path: root/building_blocks/others.lua
diff options
context:
space:
mode:
Diffstat (limited to 'building_blocks/others.lua')
-rw-r--r--building_blocks/others.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/building_blocks/others.lua b/building_blocks/others.lua
index 180aa70..2cc613f 100644
--- a/building_blocks/others.lua
+++ b/building_blocks/others.lua
@@ -1,4 +1,4 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
minetest.register_craftitem("building_blocks:sticks", {
description = S("Small bundle of sticks"),
@@ -20,4 +20,4 @@ minetest.register_tool("building_blocks:knife", {
fleshy={times={[2]=5.50, [3]=2.80}, uses=100, maxlevel=1}
}
},
-}) \ No newline at end of file
+})