From f7d103cd96f609f6c0002074d46d661ba14c2ae5 Mon Sep 17 00:00:00 2001 From: Zefram Date: Fri, 20 Jun 2014 15:44:05 +0100 Subject: 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. --- technic_chests/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'technic_chests/init.lua') diff --git a/technic_chests/init.lua b/technic_chests/init.lua index 6003054..99af8ad 100644 --- a/technic_chests/init.lua +++ b/technic_chests/init.lua @@ -8,6 +8,7 @@ technic.chests = {} dofile(modpath.."/common.lua") dofile(modpath.."/register.lua") +dofile(modpath.."/wooden_chest.lua") dofile(modpath.."/iron_chest.lua") dofile(modpath.."/copper_chest.lua") dofile(modpath.."/silver_chest.lua") -- cgit v1.2.3