Add translation support to technic_chests

This commit is contained in:
ShadowNinja
2014-03-30 19:32:13 -04:00
parent 5dd09aeff4
commit 179364ff8f
4 changed files with 81 additions and 41 deletions

View File

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