mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-11 18:50:17 +02:00
remove homedecor_i18n and merged into homedecor_common, fixed meseon global error
This commit is contained in:
@ -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}
|
||||
}
|
||||
},
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user