mirror of
https://github.com/Sokomine/locks.git
synced 2025-07-17 13:20:23 +02:00
Fix shared locked items description
This commit is contained in:
@ -38,7 +38,7 @@ end
|
||||
|
||||
|
||||
minetest.register_node("locks:shared_locked_chest", {
|
||||
description = "Advanced shared locked chest",
|
||||
description = "Shared locked chest",
|
||||
tiles = locks.chest_add.tiles,
|
||||
paramtype2 = "facedir",
|
||||
groups = locks.chest_add.groups,
|
||||
|
Reference in New Issue
Block a user