diff options
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', |