forked from minetest-mods/technic
Rename default chest to "Wooden Chest"
All the chests added by technic specify their material in their description, so the description "Chest" for the default chest looks ambiguous. Rename it to seamlessly fit into the range of chest types.
This commit is contained in:
@ -32,6 +32,7 @@ Gold = Gold
|
||||
Iron = Eisen
|
||||
Mithril = Mithril
|
||||
Silver = Silber
|
||||
Wooden = Holz
|
||||
|
||||
# Sorting
|
||||
Sort =
|
||||
|
@ -30,6 +30,7 @@ Gold =
|
||||
Iron =
|
||||
Mithril =
|
||||
Silver =
|
||||
Wooden =
|
||||
|
||||
# Sorting
|
||||
Sort =
|
||||
|
Reference in New Issue
Block a user