원본 프로젝트 : minetest-mods/more_chests
Compare commits
2 커밋
ddb75a7564
...
7bd7a66008
| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
| 7bd7a66008 | |||
|
|
6be81453ca |
@@ -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