forked from mtcontrib/homedecor_modpack
remove homedecor_i18n and merged into homedecor_common, fixed meseon global error
This commit is contained in:
@ -2,5 +2,4 @@ homedecor_common
|
||||
default
|
||||
basic_materials
|
||||
unifieddyes
|
||||
homedecor_i18n
|
||||
building_blocks
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
local S = homedecor.gettext
|
||||
|
||||
minetest.register_node(":homedecor:bathroom_tiles_dark", {
|
||||
description = S("Bathroom/kitchen tiles (dark)"),
|
||||
@ -115,9 +115,6 @@ homedecor.register("medicine_cabinet_open", {
|
||||
|
||||
-- "Sanitation" related
|
||||
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local toilet_sbox = {
|
||||
type = "fixed",
|
||||
fixed = { -6/16, -8/16, -8/16, 6/16, 9/16, 8/16 },
|
||||
|
Reference in New Issue
Block a user