mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-07-01 06:40:22 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -29,7 +29,10 @@ local dropbox = gen_def({
|
||||
return 0
|
||||
end
|
||||
return stack_count
|
||||
end
|
||||
end,
|
||||
allow_metadata_inventory_take = actions.get_allow_metadata_inventory_take({
|
||||
"dropbox", check_privs = actions.has_locked_chest_privilege
|
||||
}),
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user