mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 12:56:01 +02:00
remove homedecor_i18n and merged into homedecor_common, fixed meseon global error
This commit is contained in:
@ -2,7 +2,6 @@ homedecor_common
|
||||
default
|
||||
basic_materials
|
||||
dye
|
||||
homedecor_i18n
|
||||
moreblocks?
|
||||
building_blocks?
|
||||
technic?
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- This file supplies Kitchen stuff like refrigerators, sinks, etc.
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
local S = homedecor.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
@ -138,8 +138,6 @@ homedecor.register("dishwasher_"..m, {
|
||||
})
|
||||
end
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local cabinet_sides = "(default_wood.png^[transformR90)^homedecor_kitchen_cabinet_bevel.png"
|
||||
local cabinet_bottom = "(default_wood.png^[colorize:#000000:100)^(homedecor_kitchen_cabinet_bevel.png^[colorize:#46321580)"
|
||||
|
||||
|
Reference in New Issue
Block a user