1
0
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:
2020-10-15 10:33:33 +02:00
parent f0e4b2012e
commit 79b8186ed8
3 changed files with 3 additions and 3 deletions

View File

@ -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,