mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
fix not-locked drawers not showing up in creative inv
(well not showing up in Unified Inventory anyway :-P )
This commit is contained in:
parent
81e0d4ea7e
commit
790c03213d
@ -154,6 +154,7 @@ homedecor.kitchen_convert_nodes = {}
|
|||||||
for _, mat in ipairs(counter_materials) do
|
for _, mat in ipairs(counter_materials) do
|
||||||
|
|
||||||
local desc = S("Kitchen Cabinet")
|
local desc = S("Kitchen Cabinet")
|
||||||
|
local desc2 = S("Kitchen Cabinet with drawers")
|
||||||
local material = ""
|
local material = ""
|
||||||
|
|
||||||
if mat ~= "" then
|
if mat ~= "" then
|
||||||
@ -240,7 +241,6 @@ for _, mat in ipairs(counter_materials) do
|
|||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||||
airbrush_replacement_node = "homedecor:kitchen_cabinet_colored_with_drawers"..material,
|
airbrush_replacement_node = "homedecor:kitchen_cabinet_colored_with_drawers"..material,
|
||||||
place_param2 = 0,
|
|
||||||
groups = { snappy = 3, ud_param2_colorable = 1},
|
groups = { snappy = 3, ud_param2_colorable = 1},
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
infotext=S("Kitchen Cabinet with drawers"),
|
infotext=S("Kitchen Cabinet with drawers"),
|
||||||
|
Loading…
Reference in New Issue
Block a user