Rewrite chests
authorShadowNinja <shadowninja@minetest.net>
Wed, 18 Dec 2013 00:15:20 +0000 (19:15 -0500)
committerShadowNinja <shadowninja@minetest.net>
Wed, 18 Dec 2013 00:15:20 +0000 (19:15 -0500)
commit78cacdcbc632d36122d490b16f58aab6a64de7af
tree7d799063a5eac38e74a80d6e46d83a44f44a206f
parentc5d287f5f57d1bc1dc502f981040476e074c8ab2
Rewrite chests
125 files changed:
technic_chests/chest_commons.lua [deleted file]
technic_chests/common.lua [new file with mode: 0644]
technic_chests/copper_chest.lua
technic_chests/depends.txt
technic_chests/gold_chest.lua
technic_chests/init.lua
technic_chests/iron_chest.lua
technic_chests/mithril_chest.lua
technic_chests/register.lua [new file with mode: 0644]
technic_chests/silver_chest.lua
technic_chests/textures/technic_checkmark_icon.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_black.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_blue.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_brown.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_cyan.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_dark_green.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_dark_grey.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_green.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_grey.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_magenta.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_orange.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_pink.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_red.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_violet.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_white.png [new file with mode: 0644]
technic_chests/textures/technic_chest_overlay_yellow.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton0.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton1.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton10.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton11.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton12.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton13.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton14.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton15.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton2.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton3.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton4.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton5.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton6.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton7.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton8.png [new file with mode: 0644]
technic_chests/textures/technic_colorbutton9.png [new file with mode: 0644]
technic_chests/textures/technic_copper_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/technic_copper_chest_lock_overlay.png [new file with mode: 0644]
technic_chests/textures/technic_copper_chest_locked.png [deleted file]
technic_chests/textures/technic_gold_chest_front.png
technic_chests/textures/technic_gold_chest_front_black.png [deleted file]
technic_chests/textures/technic_gold_chest_front_blue.png [deleted file]
technic_chests/textures/technic_gold_chest_front_brown.png [deleted file]
technic_chests/textures/technic_gold_chest_front_cyan.png [deleted file]
technic_chests/textures/technic_gold_chest_front_dark_green.png [deleted file]
technic_chests/textures/technic_gold_chest_front_dark_grey.png [deleted file]
technic_chests/textures/technic_gold_chest_front_green.png [deleted file]
technic_chests/textures/technic_gold_chest_front_grey.png [deleted file]
technic_chests/textures/technic_gold_chest_front_magenta.png [deleted file]
technic_chests/textures/technic_gold_chest_front_orange.png [deleted file]
technic_chests/textures/technic_gold_chest_front_pink.png [deleted file]
technic_chests/textures/technic_gold_chest_front_red.png [deleted file]
technic_chests/textures/technic_gold_chest_front_violet.png [deleted file]
technic_chests/textures/technic_gold_chest_front_white.png [deleted file]
technic_chests/textures/technic_gold_chest_front_yellow.png [deleted file]
technic_chests/textures/technic_gold_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/technic_gold_chest_lock_overlay.png [new file with mode: 0644]
technic_chests/textures/technic_gold_chest_locked.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_black.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_blue.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_brown.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_cyan.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_dark_green.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_dark_grey.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_green.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_grey.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_magenta.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_orange.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_pink.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_red.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_violet.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_white.png [deleted file]
technic_chests/textures/technic_gold_chest_locked_yellow.png [deleted file]
technic_chests/textures/technic_iron_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/technic_iron_chest_lock_overlay.png [new file with mode: 0644]
technic_chests/textures/technic_iron_chest_locked.png [deleted file]
technic_chests/textures/technic_mithril_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/technic_mithril_chest_lock_overlay.png [new file with mode: 0644]
technic_chests/textures/technic_mithril_chest_locked.png [deleted file]
technic_chests/textures/technic_pencil_icon.png [new file with mode: 0644]
technic_chests/textures/technic_silver_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/technic_silver_chest_lock_overlay.png [new file with mode: 0644]
technic_chests/textures/technic_silver_chest_locked.png [deleted file]
technic_chests/textures/technic_wooden_chest_inventory.png [new file with mode: 0644]
technic_chests/textures/x32/technic_copper_chest_locked.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_black.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_blue.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_brown.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_cyan.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_dark_green.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_dark_grey.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_green.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_grey.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_magenta.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_orange.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_pink.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_red.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_violet.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_white.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_front_yellow.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_black.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_blue.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_brown.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_cyan.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_dark_green.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_dark_grey.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_green.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_grey.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_magenta.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_orange.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_pink.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_red.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_violet.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_white.png [deleted file]
technic_chests/textures/x32/technic_gold_chest_locked_yellow.png [deleted file]
technic_chests/textures/x32/technic_iron_chest_locked.png [deleted file]
technic_chests/textures/x32/technic_mithril_chest_locked.png [deleted file]
technic_chests/textures/x32/technic_silver_chest_locked.png [deleted file]