mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
Add translation support to technic_chests
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user