mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-22 07:10:21 +02:00
spawn lockable nodes for "inventory = { lockable = true }", and migrate all lockable nodes to this mechanism, but the furnaces
This commit is contained in:
@ -171,6 +171,7 @@ for _, w in pairs({"mahogany", "oak"}) do
|
||||
infotext=S("One-drawer Nightstand"),
|
||||
inventory = {
|
||||
size=8,
|
||||
lockable=true,
|
||||
},
|
||||
})
|
||||
|
||||
@ -196,6 +197,7 @@ for _, w in pairs({"mahogany", "oak"}) do
|
||||
infotext=S("Two-drawer Nightstand"),
|
||||
inventory = {
|
||||
size=16,
|
||||
lockable=true,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user