1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-17 05:10:25 +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:
Tim
2015-08-19 19:30:03 +02:00
parent cc79b5fc03
commit 29f61bb899
6 changed files with 33 additions and 38 deletions

View File

@ -13,6 +13,7 @@ homedecor.register("filing_cabinet", {
infotext=S("Filing cabinet"),
inventory = {
size=16,
lockable=true,
},
})