diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-03-30 19:32:13 -0400 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-03-30 19:32:13 -0400 |
commit | 179364ff8f6e6b7e0361b0b5a85a51d463644515 (patch) | |
tree | b8c57fbf9e1e4223f3b77dbcf3df411324f75be8 /technic_chests/gold_chest.lua | |
parent | 5dd09aeff44e65f3295a8621e82d17759eff921d (diff) |
Add translation support to technic_chests
Diffstat (limited to 'technic_chests/gold_chest.lua')
-rw-r--r-- | technic_chests/gold_chest.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua index 7ba3f48..71aadb0 100644 --- a/technic_chests/gold_chest.lua +++ b/technic_chests/gold_chest.lua @@ -1,20 +1,3 @@ -local chest_mark_colors = { - 'Black', - 'Blue', - 'Brown', - 'Cyan', - 'Dark Green', - 'Dark Grey', - 'Green', - 'Grey', - 'Magenta', - 'Orange', - 'Pink', - 'Red', - 'Violet', - 'White', - 'Yellow', -} minetest.register_craft({ output = 'technic:gold_chest', |