From 9cc6f90778c65d9aae967f684d5d2465658dc82d Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Tue, 2 Mar 2021 03:03:12 -0500 Subject: [PATCH] rename computer mod to "computers" and fix all the image and model filenames that didn't conform before. aliases are provided for the old nodes --- {computer => computers}/.luacheckrc | 0 {computer => computers}/CHANGES.txt | 0 {computer => computers}/README.txt | 36 ++-- {computer => computers}/TODO.txt | 0 computers/aliases.lua | 26 +++ {computer => computers}/computers.lua | 165 +++++++++--------- {computer => computers}/init.lua | 11 +- .../locale/computers.de.tr | 0 .../locale/computers.es.tr | 0 .../locale/computers.fr.tr | 0 .../locale/computers.it.tr | 0 .../locale/computers.ms.tr | 0 .../locale/computers.pt.tr | 0 .../locale/computers.pt_BR.tr | 0 .../locale/computers.ru.tr | 0 .../locale/computers.zh_CN.tr | 0 {computer => computers}/locale/template.txt | 0 {computer => computers}/mod.conf | 2 +- .../models/computers_3dprinter_bedflinger.obj | 0 .../models/computers_3dprinter_corexy.obj | 0 .../models/computers_laptop.obj | 0 .../models/computers_laptop_closed.obj | 0 .../models/computers_monitor.obj | 0 .../models/computers_tetris_arcade.obj | 0 .../models/computers_tower.obj | 0 {computer => computers}/printers.lua | 28 +-- {computer => computers}/recipes.lua | 38 ++-- {computer => computers}/tetris.lua | 16 +- .../textures/computers_3dprinter.png | Bin .../computers_3dprinter_bedflinger_inv.png | Bin .../textures/computers_3dprinter_filament.png | Bin .../textures/computers_ad128_inv.png | Bin .../textures/computers_ad64_inv.png | Bin .../textures/computers_admiral128_bk.png | Bin .../textures/computers_admiral128_bt.png | Bin .../textures/computers_admiral128_ft.png | Bin .../textures/computers_admiral128_lt.png | Bin .../textures/computers_admiral128_rt.png | Bin .../textures/computers_admiral128_tp.png | Bin .../textures/computers_admiral64_bk.png | Bin .../textures/computers_admiral64_bt.png | Bin .../textures/computers_admiral64_ft.png | Bin .../textures/computers_admiral64_lt.png | Bin .../textures/computers_admiral64_rt.png | Bin .../textures/computers_admiral64_tp.png | Bin .../textures/computers_black.png | Bin .../textures/computers_blue.png | Bin .../textures/computers_computer_front_old.png | Bin .../textures/computers_computer_top_old.png | Bin .../textures/computers_cyan.png | Bin .../textures/computers_green.png | Bin .../textures/computers_hueg_box_bk.png | Bin .../textures/computers_hueg_box_bt.png | Bin .../textures/computers_hueg_box_ft.png | Bin .../textures/computers_hueg_box_lt.png | Bin .../textures/computers_hueg_box_rt.png | Bin .../textures/computers_hueg_box_tp.png | Bin .../textures/computers_laptop.png | Bin .../textures/computers_laptop_inv.png | Bin .../textures/computers_magenta.png | Bin .../textures/computers_monitor_display.png | Bin .../textures/computers_monitor_inv.png | Bin .../textures/computers_monitor_plastic.png | Bin .../textures/computers_orange.png | Bin .../textures/computers_piepad_inv.png | Bin .../textures/computers_piepad_inv_off.png | Bin .../textures/computers_printer_b.png | Bin .../textures/computers_printer_bt.png | Bin .../textures/computers_printer_f.png | Bin .../textures/computers_printer_inv.png | Bin .../textures/computers_printer_l.png | Bin .../textures/computers_printer_r.png | Bin .../textures/computers_printer_t.png | Bin .../textures/computers_ps1_inv.png | Bin .../textures/computers_ps2_inv.png | Bin .../textures/computers_red.png | Bin .../textures/computers_router_b.png | Bin .../textures/computers_router_bt.png | Bin .../textures/computers_router_f.png | Bin .../textures/computers_router_f_animated.png | Bin .../textures/computers_router_inv.png | Bin .../textures/computers_router_l.png | Bin .../textures/computers_router_r.png | Bin .../textures/computers_router_t.png | Bin .../textures/computers_server_bt.png | Bin .../textures/computers_server_f_off.png | Bin .../textures/computers_server_f_on.png | Bin .../textures/computers_server_inv.png | Bin .../textures/computers_server_l.png | Bin .../textures/computers_server_r.png | Bin .../textures/computers_server_t.png | Bin .../textures/computers_shefriendSOO_bk.png | Bin .../textures/computers_shefriendSOO_bt.png | Bin .../textures/computers_shefriendSOO_ft.png | Bin .../computers_shefriendSOO_ft_off.png | Bin .../textures/computers_shefriendSOO_lt.png | Bin .../textures/computers_shefriendSOO_rt.png | Bin .../textures/computers_shefriendSOO_tp.png | Bin .../textures/computers_slaystation2_bk.png | Bin .../textures/computers_slaystation2_bt.png | Bin .../textures/computers_slaystation2_ft.png | Bin .../computers_slaystation2_ft_off.png | Bin .../textures/computers_slaystation2_lt.png | Bin .../textures/computers_slaystation2_rt.png | Bin .../textures/computers_slaystation2_tp.png | Bin .../textures/computers_slaystation_bk.png | Bin .../textures/computers_slaystation_bt.png | Bin .../textures/computers_slaystation_ft.png | Bin .../textures/computers_slaystation_lt.png | Bin .../textures/computers_slaystation_rt.png | Bin .../textures/computers_slaystation_tp.png | Bin .../textures/computers_slaystation_tp_off.png | Bin .../textures/computers_specter_bk.png | Bin .../textures/computers_specter_bt.png | Bin .../textures/computers_specter_ft.png | Bin .../textures/computers_specter_inv.png | Bin .../textures/computers_specter_lt.png | Bin .../textures/computers_specter_rt.png | Bin .../textures/computers_specter_tp.png | Bin .../textures/computers_spectre_back.png | Bin .../textures/computers_spectre_bottom.png | Bin .../textures/computers_spectre_front.png | Bin .../textures/computers_spectre_left.png | Bin .../textures/computers_spectre_right.png | Bin .../textures/computers_spectre_top.png | Bin .../textures/computers_tetris_arcade.png | Bin .../textures/computers_tower.png | Bin .../textures/computers_tower_inv.png | Bin .../textures/computers_wee_bk.png | Bin .../textures/computers_wee_bt.png | Bin .../textures/computers_wee_ft.png | Bin .../textures/computers_wee_ft_off.png | Bin .../textures/computers_wee_lt.png | Bin .../textures/computers_wee_rt.png | Bin .../textures/computers_wee_tp.png | Bin .../textures/computers_wii_inv.png | Bin .../textures/computers_yellow.png | Bin .../textures/homedecor_plastic_base.png | Bin .../textures/homedecor_plastic_base_inv.png | Bin .../textures/homedecor_plastic_sheeting.png | Bin 140 files changed, 175 insertions(+), 147 deletions(-) rename {computer => computers}/.luacheckrc (100%) rename {computer => computers}/CHANGES.txt (100%) rename {computer => computers}/README.txt (64%) rename {computer => computers}/TODO.txt (100%) create mode 100644 computers/aliases.lua rename {computer => computers}/computers.lua (64%) rename {computer => computers}/init.lua (92%) rename computer/locale/computer.de.tr => computers/locale/computers.de.tr (100%) rename computer/locale/computer.es.tr => computers/locale/computers.es.tr (100%) rename computer/locale/computer.fr.tr => computers/locale/computers.fr.tr (100%) rename computer/locale/computer.it.tr => computers/locale/computers.it.tr (100%) rename computer/locale/computer.ms.tr => computers/locale/computers.ms.tr (100%) rename computer/locale/computer.pt.tr => computers/locale/computers.pt.tr (100%) rename computer/locale/computer.pt_BR.tr => computers/locale/computers.pt_BR.tr (100%) rename computer/locale/computer.ru.tr => computers/locale/computers.ru.tr (100%) rename computer/locale/computer.zh_CN.tr => computers/locale/computers.zh_CN.tr (100%) rename {computer => computers}/locale/template.txt (100%) rename {computer => computers}/mod.conf (82%) rename computer/models/computer_3dprinter_bedflinger.obj => computers/models/computers_3dprinter_bedflinger.obj (100%) rename computer/models/computer_3dprinter_corexy.obj => computers/models/computers_3dprinter_corexy.obj (100%) rename computer/models/computer_laptop.obj => computers/models/computers_laptop.obj (100%) rename computer/models/computer_laptop_closed.obj => computers/models/computers_laptop_closed.obj (100%) rename computer/models/computer_monitor.obj => computers/models/computers_monitor.obj (100%) rename computer/models/tetris_arcade.obj => computers/models/computers_tetris_arcade.obj (100%) rename computer/models/computer_tower.obj => computers/models/computers_tower.obj (100%) rename {computer => computers}/printers.lua (73%) rename {computer => computers}/recipes.lua (85%) rename {computer => computers}/tetris.lua (92%) rename computer/textures/computer_3dprinter.png => computers/textures/computers_3dprinter.png (100%) rename computer/textures/computer_3dprinter_bedflinger_inv.png => computers/textures/computers_3dprinter_bedflinger_inv.png (100%) rename computer/textures/computer_3dprinter_filament.png => computers/textures/computers_3dprinter_filament.png (100%) rename computer/textures/computer_ad128_inv.png => computers/textures/computers_ad128_inv.png (100%) rename computer/textures/computer_ad64_inv.png => computers/textures/computers_ad64_inv.png (100%) rename computer/textures/computer_admiral128_bk.png => computers/textures/computers_admiral128_bk.png (100%) rename computer/textures/computer_admiral128_bt.png => computers/textures/computers_admiral128_bt.png (100%) rename computer/textures/computer_admiral128_ft.png => computers/textures/computers_admiral128_ft.png (100%) rename computer/textures/computer_admiral128_lt.png => computers/textures/computers_admiral128_lt.png (100%) rename computer/textures/computer_admiral128_rt.png => computers/textures/computers_admiral128_rt.png (100%) rename computer/textures/computer_admiral128_tp.png => computers/textures/computers_admiral128_tp.png (100%) rename computer/textures/computer_admiral64_bk.png => computers/textures/computers_admiral64_bk.png (100%) rename computer/textures/computer_admiral64_bt.png => computers/textures/computers_admiral64_bt.png (100%) rename computer/textures/computer_admiral64_ft.png => computers/textures/computers_admiral64_ft.png (100%) rename computer/textures/computer_admiral64_lt.png => computers/textures/computers_admiral64_lt.png (100%) rename computer/textures/computer_admiral64_rt.png => computers/textures/computers_admiral64_rt.png (100%) rename computer/textures/computer_admiral64_tp.png => computers/textures/computers_admiral64_tp.png (100%) rename computer/textures/computer_black.png => computers/textures/computers_black.png (100%) rename computer/textures/computer_blue.png => computers/textures/computers_blue.png (100%) rename computer/textures/computer_computer_front_old.png => computers/textures/computers_computer_front_old.png (100%) rename computer/textures/computer_computer_top_old.png => computers/textures/computers_computer_top_old.png (100%) rename computer/textures/computer_cyan.png => computers/textures/computers_cyan.png (100%) rename computer/textures/computer_green.png => computers/textures/computers_green.png (100%) rename computer/textures/computer_hueg_box_bk.png => computers/textures/computers_hueg_box_bk.png (100%) rename computer/textures/computer_hueg_box_bt.png => computers/textures/computers_hueg_box_bt.png (100%) rename computer/textures/computer_hueg_box_ft.png => computers/textures/computers_hueg_box_ft.png (100%) rename computer/textures/computer_hueg_box_lt.png => computers/textures/computers_hueg_box_lt.png (100%) rename computer/textures/computer_hueg_box_rt.png => computers/textures/computers_hueg_box_rt.png (100%) rename computer/textures/computer_hueg_box_tp.png => computers/textures/computers_hueg_box_tp.png (100%) rename computer/textures/computer_laptop.png => computers/textures/computers_laptop.png (100%) rename computer/textures/computer_laptop_inv.png => computers/textures/computers_laptop_inv.png (100%) rename computer/textures/computer_magenta.png => computers/textures/computers_magenta.png (100%) rename computer/textures/monitor_display.png => computers/textures/computers_monitor_display.png (100%) rename computer/textures/computer_monitor_inv.png => computers/textures/computers_monitor_inv.png (100%) rename computer/textures/monitor_plastic.png => computers/textures/computers_monitor_plastic.png (100%) rename computer/textures/computer_orange.png => computers/textures/computers_orange.png (100%) rename computer/textures/computer_piepad_inv.png => computers/textures/computers_piepad_inv.png (100%) rename computer/textures/computer_piepad_inv_off.png => computers/textures/computers_piepad_inv_off.png (100%) rename computer/textures/computer_printer_b.png => computers/textures/computers_printer_b.png (100%) rename computer/textures/computer_printer_bt.png => computers/textures/computers_printer_bt.png (100%) rename computer/textures/computer_printer_f.png => computers/textures/computers_printer_f.png (100%) rename computer/textures/computer_printer_inv.png => computers/textures/computers_printer_inv.png (100%) rename computer/textures/computer_printer_l.png => computers/textures/computers_printer_l.png (100%) rename computer/textures/computer_printer_r.png => computers/textures/computers_printer_r.png (100%) rename computer/textures/computer_printer_t.png => computers/textures/computers_printer_t.png (100%) rename computer/textures/computer_ps1_inv.png => computers/textures/computers_ps1_inv.png (100%) rename computer/textures/computer_ps2_inv.png => computers/textures/computers_ps2_inv.png (100%) rename computer/textures/computer_red.png => computers/textures/computers_red.png (100%) rename computer/textures/computer_router_b.png => computers/textures/computers_router_b.png (100%) rename computer/textures/computer_router_bt.png => computers/textures/computers_router_bt.png (100%) rename computer/textures/computer_router_f.png => computers/textures/computers_router_f.png (100%) rename computer/textures/computer_router_f_animated.png => computers/textures/computers_router_f_animated.png (100%) rename computer/textures/computer_router_inv.png => computers/textures/computers_router_inv.png (100%) rename computer/textures/computer_router_l.png => computers/textures/computers_router_l.png (100%) rename computer/textures/computer_router_r.png => computers/textures/computers_router_r.png (100%) rename computer/textures/computer_router_t.png => computers/textures/computers_router_t.png (100%) rename computer/textures/computer_server_bt.png => computers/textures/computers_server_bt.png (100%) rename computer/textures/computer_server_f_off.png => computers/textures/computers_server_f_off.png (100%) rename computer/textures/computer_server_f_on.png => computers/textures/computers_server_f_on.png (100%) rename computer/textures/computer_server_inv.png => computers/textures/computers_server_inv.png (100%) rename computer/textures/computer_server_l.png => computers/textures/computers_server_l.png (100%) rename computer/textures/computer_server_r.png => computers/textures/computers_server_r.png (100%) rename computer/textures/computer_server_t.png => computers/textures/computers_server_t.png (100%) rename computer/textures/computer_shefriendSOO_bk.png => computers/textures/computers_shefriendSOO_bk.png (100%) rename computer/textures/computer_shefriendSOO_bt.png => computers/textures/computers_shefriendSOO_bt.png (100%) rename computer/textures/computer_shefriendSOO_ft.png => computers/textures/computers_shefriendSOO_ft.png (100%) rename computer/textures/computer_shefriendSOO_ft_off.png => computers/textures/computers_shefriendSOO_ft_off.png (100%) rename computer/textures/computer_shefriendSOO_lt.png => computers/textures/computers_shefriendSOO_lt.png (100%) rename computer/textures/computer_shefriendSOO_rt.png => computers/textures/computers_shefriendSOO_rt.png (100%) rename computer/textures/computer_shefriendSOO_tp.png => computers/textures/computers_shefriendSOO_tp.png (100%) rename computer/textures/computer_slaystation2_bk.png => computers/textures/computers_slaystation2_bk.png (100%) rename computer/textures/computer_slaystation2_bt.png => computers/textures/computers_slaystation2_bt.png (100%) rename computer/textures/computer_slaystation2_ft.png => computers/textures/computers_slaystation2_ft.png (100%) rename computer/textures/computer_slaystation2_ft_off.png => computers/textures/computers_slaystation2_ft_off.png (100%) rename computer/textures/computer_slaystation2_lt.png => computers/textures/computers_slaystation2_lt.png (100%) rename computer/textures/computer_slaystation2_rt.png => computers/textures/computers_slaystation2_rt.png (100%) rename computer/textures/computer_slaystation2_tp.png => computers/textures/computers_slaystation2_tp.png (100%) rename computer/textures/computer_slaystation_bk.png => computers/textures/computers_slaystation_bk.png (100%) rename computer/textures/computer_slaystation_bt.png => computers/textures/computers_slaystation_bt.png (100%) rename computer/textures/computer_slaystation_ft.png => computers/textures/computers_slaystation_ft.png (100%) rename computer/textures/computer_slaystation_lt.png => computers/textures/computers_slaystation_lt.png (100%) rename computer/textures/computer_slaystation_rt.png => computers/textures/computers_slaystation_rt.png (100%) rename computer/textures/computer_slaystation_tp.png => computers/textures/computers_slaystation_tp.png (100%) rename computer/textures/computer_slaystation_tp_off.png => computers/textures/computers_slaystation_tp_off.png (100%) rename computer/textures/computer_specter_bk.png => computers/textures/computers_specter_bk.png (100%) rename computer/textures/computer_specter_bt.png => computers/textures/computers_specter_bt.png (100%) rename computer/textures/computer_specter_ft.png => computers/textures/computers_specter_ft.png (100%) rename computer/textures/computer_specter_inv.png => computers/textures/computers_specter_inv.png (100%) rename computer/textures/computer_specter_lt.png => computers/textures/computers_specter_lt.png (100%) rename computer/textures/computer_specter_rt.png => computers/textures/computers_specter_rt.png (100%) rename computer/textures/computer_specter_tp.png => computers/textures/computers_specter_tp.png (100%) rename computer/textures/computer_spectre_back.png => computers/textures/computers_spectre_back.png (100%) rename computer/textures/computer_spectre_bottom.png => computers/textures/computers_spectre_bottom.png (100%) rename computer/textures/computer_spectre_front.png => computers/textures/computers_spectre_front.png (100%) rename computer/textures/computer_spectre_left.png => computers/textures/computers_spectre_left.png (100%) rename computer/textures/computer_spectre_right.png => computers/textures/computers_spectre_right.png (100%) rename computer/textures/computer_spectre_top.png => computers/textures/computers_spectre_top.png (100%) rename computer/textures/tetris_arcade.png => computers/textures/computers_tetris_arcade.png (100%) rename computer/textures/computer_tower.png => computers/textures/computers_tower.png (100%) rename computer/textures/computer_tower_inv.png => computers/textures/computers_tower_inv.png (100%) rename computer/textures/computer_wee_bk.png => computers/textures/computers_wee_bk.png (100%) rename computer/textures/computer_wee_bt.png => computers/textures/computers_wee_bt.png (100%) rename computer/textures/computer_wee_ft.png => computers/textures/computers_wee_ft.png (100%) rename computer/textures/computer_wee_ft_off.png => computers/textures/computers_wee_ft_off.png (100%) rename computer/textures/computer_wee_lt.png => computers/textures/computers_wee_lt.png (100%) rename computer/textures/computer_wee_rt.png => computers/textures/computers_wee_rt.png (100%) rename computer/textures/computer_wee_tp.png => computers/textures/computers_wee_tp.png (100%) rename computer/textures/computer_wii_inv.png => computers/textures/computers_wii_inv.png (100%) rename computer/textures/computer_yellow.png => computers/textures/computers_yellow.png (100%) rename {computer => computers}/textures/homedecor_plastic_base.png (100%) rename {computer => computers}/textures/homedecor_plastic_base_inv.png (100%) rename {computer => computers}/textures/homedecor_plastic_sheeting.png (100%) diff --git a/computer/.luacheckrc b/computers/.luacheckrc similarity index 100% rename from computer/.luacheckrc rename to computers/.luacheckrc diff --git a/computer/CHANGES.txt b/computers/CHANGES.txt similarity index 100% rename from computer/CHANGES.txt rename to computers/CHANGES.txt diff --git a/computer/README.txt b/computers/README.txt similarity index 64% rename from computer/README.txt rename to computers/README.txt index beed59e6..a8ab9af5 100644 --- a/computer/README.txt +++ b/computers/README.txt @@ -17,21 +17,29 @@ For now just use creative mode or the `/give' or `/giveme' chat commands These are the items currently defined by this mod: -computer:printer (printer scanner combo) -computer:server (rack server) -computer:tower (modern type) -computer:monitor (LCD with keyboard) -computer:router (wifi type) -computer:babytower -computer:shefriendSOO -computer:slaystation -computer:vanio -computer:spectre -computer:slaystation2 -computer:admiral64 -computer:admiral128 +"computers:shefriendSOO", +"computers:vanio", +"computers:vanio_off", +"computers:slaystation", +"computers:slaystation2", +"computers:specter", +"computers:wee", +"computers:piepad", +"computers:admiral64", +"computers:admiral128", +"computers:hueg_box", +"computers:monitor", +"computers:monitor_on", +"computers:router", +"computers:tower", +"computers:server", +"computers:server_on", +"computers:printer", +"computers:3dprinter_bedflinger", +"computers:3dprinter_corexy", +"computers:tetris_arcade", -There's also a `computer:computer' alias to `computer:babytower'. +There's also a `computers:computer' alias to `computers:babytower'. Thanks to all the people in the forums and the #minetest IRC channel for their support and suggestions; in no particular order: diff --git a/computer/TODO.txt b/computers/TODO.txt similarity index 100% rename from computer/TODO.txt rename to computers/TODO.txt diff --git a/computers/aliases.lua b/computers/aliases.lua new file mode 100644 index 00000000..94997963 --- /dev/null +++ b/computers/aliases.lua @@ -0,0 +1,26 @@ +minetest.register_alias("computer:shefriendSOO", "computers:shefriendSOO") +minetest.register_alias("computer:vanio", "computers:vanio") +minetest.register_alias("computer:vanio_off", "computers:vanio_off") +minetest.register_alias("computer:slaystation", "computers:slaystation") +minetest.register_alias("computer:slaystation2", "computers:slaystation2") +minetest.register_alias("computer:specter", "computers:specter") +minetest.register_alias("computer:wee", "computers:wee") +minetest.register_alias("computer:piepad", "computers:piepad") +minetest.register_alias("computer:admiral64", "computers:admiral64") +minetest.register_alias("computer:admiral128", "computers:admiral128") +minetest.register_alias("computer:hueg_box", "computers:hueg_box") +minetest.register_alias("computer:monitor", "computers:monitor") +minetest.register_alias("computer:monitor_on", "computers:monitor_on") +minetest.register_alias("computer:monitor_bios", "computers:monitor") +minetest.register_alias("computer:monitor_loading", "computers:monitor") +minetest.register_alias("computer:monitor_login", "computers:monitor") +minetest.register_alias("computer:monitor_desktop", "computers:monitor") +minetest.register_alias("computer:router", "computers:router") +minetest.register_alias("computer:tower", "computers:tower") +minetest.register_alias("computer:tower_on", "computers:tower") +minetest.register_alias("computer:server", "computers:server") +minetest.register_alias("computer:server_on", "computers:server_on") +minetest.register_alias("computer:printer", "computers:printer") +minetest.register_alias("computer:3dprinter_bedflinger", "computers:3dprinter_bedflinger") +minetest.register_alias("computer:3dprinter_corexy", "computers:3dprinter_corexy") +minetest.register_alias("computer:tetris_arcade", "computers:tetris_arcade") diff --git a/computer/computers.lua b/computers/computers.lua similarity index 64% rename from computer/computers.lua rename to computers/computers.lua index 754735a4..6437c5f8 100644 --- a/computer/computers.lua +++ b/computers/computers.lua @@ -1,10 +1,10 @@ -local S = minetest.get_translator("computer") +local S = minetest.get_translator("computers") -- Amiga 500 lookalike -computer.register("computer:shefriendSOO", { +computers.register("computers:shefriendSOO", { description = S("SheFriendSOO"), tiles_off = { front=true }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 0, 0, 17, 32, 32, 12 }, -- Monitor Screen { 3, 3, 29, 26, 26, 3 }, -- Monitor Tube @@ -13,12 +13,12 @@ computer.register("computer:shefriendSOO", { }) -- Some generic laptop -minetest.register_node("computer:vanio", { +minetest.register_node("computers:vanio", { drawtype = "mesh", - mesh = "computer_laptop.obj", + mesh = "computers_laptop.obj", description = S("Pony Vanio"), - inventory_image = "computer_laptop_inv.png", - tiles = {"computer_laptop.png"}, + inventory_image = "computers_laptop_inv.png", + tiles = {"computers_laptop.png"}, paramtype = "light", paramtype2 = "facedir", light_source = 4, @@ -29,16 +29,16 @@ minetest.register_node("computer:vanio", { fixed = {-0.35, -0.5, -0.35, 0.35, 0.05, 0.35}, }, on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:vanio_off" + node.name = "computers:vanio_off" minetest.set_node(pos, node) return itemstack end }) -minetest.register_node("computer:vanio_off", { +minetest.register_node("computers:vanio_off", { drawtype = "mesh", - mesh = "computer_laptop_closed.obj", - tiles = {"computer_laptop.png"}, + mesh = "computers_laptop_closed.obj", + tiles = {"computers_laptop.png"}, paramtype = "light", paramtype2 = "facedir", groups = {snappy=3, not_in_creative_inventory=1}, @@ -47,20 +47,20 @@ minetest.register_node("computer:vanio_off", { type = "fixed", fixed = {-0.35, -0.5, -0.35, 0.35, -0.4, 0.25}, }, - drop = "computer:vanio", + drop = "computers:vanio", on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:vanio" + node.name = "computers:vanio" minetest.set_node(pos, node) return itemstack end }) -- Sony PlayStation lookalike -computer.register("computer:slaystation", { +computers.register("computers:slaystation", { description = S("Pony SlayStation"), - inventory_image = "computer_ps1_inv.png", + inventory_image = "computers_ps1_inv.png", tiles_off = { top=true }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 0, 0, 11, 32, 6, 21 }, -- Console { 1, 0, 1, 4, 2, 9 }, -- Controller 1 L Grip @@ -73,11 +73,11 @@ computer.register("computer:slaystation", { }) -- Sony PlayStation 2 lookalike -computer.register("computer:slaystation2", { +computers.register("computers:slaystation2", { description = S("Pony SlayStation 2"), - inventory_image = "computer_ps2_inv.png", + inventory_image = "computers_ps2_inv.png", tiles_off = { front=true }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 2, 2, 11, 28, 3, 19 }, -- Console (Upper part) { 2, 0, 11, 26, 2, 19 }, -- Console (Lower part) @@ -91,11 +91,11 @@ computer.register("computer:slaystation2", { }) -- Sinclair ZX Spectrum lookalike -computer.register("computer:specter", { +computers.register("computers:specter", { description = S("SX Specter"), - inventory_image = "computer_specter_inv.png", + inventory_image = "computers_specter_inv.png", tiles_off = { }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 3, 0, 0, 26, 4, 17 }, -- Keyboard { 18, 0, 18, 12, 6, 14 } -- Tape Player @@ -103,11 +103,11 @@ computer.register("computer:specter", { }) -- Nintendo Wii lookalike -computer.register("computer:wee", { +computers.register("computers:wee", { description = S("Nientiendo Wee"), - inventory_image = "computer_wii_inv.png", + inventory_image = "computers_wii_inv.png", tiles_off = { front=true }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 11, 0, 3, 10, 6, 26 }, -- Base { 12, 6, 4, 8, 22, 24 } -- Top @@ -115,12 +115,12 @@ computer.register("computer:wee", { }) -- Apple iPad lookalike -minetest.register_node("computer:piepad", { +minetest.register_node("computers:piepad", { description = S("Snapple Piepad"), drawtype = "signlike", - tiles = {"computer_piepad_inv.png"}, - inventory_image = "computer_piepad_inv.png", - wield_image = "computer_piepad_inv.png", + tiles = {"computers_piepad_inv.png"}, + inventory_image = "computers_piepad_inv.png", + wield_image = "computers_piepad_inv.png", paramtype = "light", paramtype2 = "wallmounted", light_source = 8, @@ -131,32 +131,32 @@ minetest.register_node("computer:piepad", { }) -- Commodore 64 lookalike -computer.register("computer:admiral64", { +computers.register("computers:admiral64", { description = S("Admiral64"), - inventory_image = "computer_ad64_inv.png", + inventory_image = "computers_ad64_inv.png", tiles_off = { }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 0, 0, 0, 32, 4, 18 } -- Keyboard }) }) -- Commodore 128 lookalike -computer.register("computer:admiral128", { +computers.register("computers:admiral128", { description = S("Admiral128"), - inventory_image = "computer_ad128_inv.png", + inventory_image = "computers_ad128_inv.png", tiles_off = { }, - node_box = computer.pixelnodebox(32, { + node_box = computers.pixelnodebox(32, { -- X Y Z W H L { 0, 0, 0, 32, 4, 27 } -- Keyboard }) }) -- XBox lookalike -computer.register("computer:hueg_box", { +computers.register("computers:hueg_box", { description = S("HUEG Box"), tiles_off = { }, - node_box = computer.pixelnodebox(16, { + node_box = computers.pixelnodebox(16, { -- X Y Z W H L { 0, 0, 7, 16, 6, 9 }, -- Console { 2, 0, 1, 11, 3, 6 }, -- Controller @@ -171,62 +171,57 @@ local mo_sbox = { fixed = { -0.5, -0.5, -0.43, 0.5, 0.2, 0.25 } } -minetest.register_node("computer:monitor", { +minetest.register_node("computers:monitor", { description = S("Monitor and keyboard"), - inventory_image = "computer_monitor_inv.png", + inventory_image = "computers_monitor_inv.png", drawtype = "mesh", - mesh = "computer_monitor.obj", - tiles = {"computer_black.png", "monitor_plastic.png", "computer_black.png", "monitor_plastic.png"}, + mesh = "computers_monitor.obj", + tiles = {"computers_black.png", "computers_monitor_plastic.png", "computers_black.png", "computers_monitor_plastic.png"}, paramtype = "light", paramtype2 = "facedir", walkable = false, groups = {snappy=3}, selection_box = mo_sbox, on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:monitor_on" + node.name = "computers:monitor_on" minetest.set_node(pos, node) return itemstack end }) -minetest.register_node("computer:monitor_on", { +minetest.register_node("computers:monitor_on", { drawtype = "mesh", - mesh = "computer_monitor.obj", - tiles = {"monitor_display.png^[transformFX", "monitor_plastic.png", "computer_black.png", "monitor_plastic.png"}, + mesh = "computers_monitor.obj", + tiles = {"computers_monitor_display.png^[transformFX", "computers_monitor_plastic.png", "computers_black.png", "computers_monitor_plastic.png"}, paramtype = "light", paramtype2 = "facedir", light_source = 9, walkable = false, groups = {snappy=3, not_in_creative_inventory=1}, selection_box = mo_sbox, - drop = "computer:monitor", + drop = "computers:monitor", on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:monitor" + node.name = "computers:monitor" minetest.set_node(pos, node) return itemstack end }) -minetest.register_alias("computer:monitor_bios", "computer:monitor") -minetest.register_alias("computer:monitor_loading", "computer:monitor") -minetest.register_alias("computer:monitor_login", "computer:monitor") -minetest.register_alias("computer:monitor_desktop", "computer:monitor") - --WIFI Router (linksys look-a-like) -minetest.register_node("computer:router", { +minetest.register_node("computers:router", { description = S("WIFI Router"), - inventory_image = "computer_router_inv.png", + inventory_image = "computers_router_inv.png", tiles = { - "computer_router_t.png", - "computer_router_bt.png", - "computer_router_l.png", - "computer_router_r.png", - "computer_router_b.png", + "computers_router_t.png", + "computers_router_bt.png", + "computers_router_l.png", + "computers_router_r.png", + "computers_router_b.png", { - name = "computer_router_f_animated.png", + name = "computers_router_f_animated.png", animation = {type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0} }, - }, --"computer_router_f.png"}, + }, --"computers_router_f.png"}, paramtype = "light", paramtype2 = "facedir", walkable = false, @@ -250,12 +245,12 @@ local pct_cbox = { } --Modern PC Tower -minetest.register_node("computer:tower", { +minetest.register_node("computers:tower", { description = S("Computer Tower"), - inventory_image = "computer_tower_inv.png", + inventory_image = "computers_tower_inv.png", drawtype = "mesh", - mesh = "computer_tower.obj", - tiles = {"computer_tower.png"}, + mesh = "computers_tower.obj", + tiles = {"computers_tower.png"}, paramtype = "light", paramtype2 = "facedir", groups = {snappy=3}, @@ -264,21 +259,19 @@ minetest.register_node("computer:tower", { collision_box = pct_cbox }) -minetest.register_alias("computer:tower_on", "computer:tower") - --Rack Server -minetest.register_node("computer:server", { +minetest.register_node("computers:server", { drawtype = "nodebox", description = S("Rack Server"), tiles = { - 'computer_server_t.png', - 'computer_server_bt.png', - 'computer_server_l.png', - 'computer_server_r.png', - 'computer_server_bt.png', - 'computer_server_f_off.png' + 'computers_server_t.png', + 'computers_server_bt.png', + 'computers_server_l.png', + 'computers_server_r.png', + 'computers_server_bt.png', + 'computers_server_f_off.png' }, - inventory_image = "computer_server_inv.png", + inventory_image = "computers_server_inv.png", paramtype = "light", paramtype2 = "facedir", groups = {snappy=3}, @@ -292,7 +285,7 @@ minetest.register_node("computer:server", { }, sounds = default.node_sound_wood_defaults(), on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:server_on" + node.name = "computers:server_on" minetest.set_node(pos, node) return itemstack end, @@ -307,17 +300,17 @@ minetest.register_node("computer:server", { end }) -minetest.register_node("computer:server_on", { +minetest.register_node("computers:server_on", { drawtype = "nodebox", tiles = { - 'computer_server_t.png', - 'computer_server_bt.png', - 'computer_server_l.png', - 'computer_server_r.png', - 'computer_server_bt.png', - 'computer_server_f_on.png', + 'computers_server_t.png', + 'computers_server_bt.png', + 'computers_server_l.png', + 'computers_server_r.png', + 'computers_server_bt.png', + 'computers_server_f_on.png', }, - inventory_image = "computer_server_inv.png", + inventory_image = "computers_server_inv.png", paramtype = "light", paramtype2 = "facedir", groups = {snappy=3,not_in_creative_inventory=1}, @@ -330,9 +323,9 @@ minetest.register_node("computer:server_on", { fixed = {-0.5, -0.5, -0.25, 0.5, 1.125, 0.4375} }, sounds = default.node_sound_wood_defaults(), - drop = 'computer:server', + drop = 'computers:server', on_rightclick = function(pos, node, clicker, itemstack) - node.name = "computer:server" + node.name = "computers:server" minetest.set_node(pos, node) return itemstack end diff --git a/computer/init.lua b/computers/init.lua similarity index 92% rename from computer/init.lua rename to computers/init.lua index 8c6ef71d..9024d4aa 100644 --- a/computer/init.lua +++ b/computers/init.lua @@ -1,6 +1,6 @@ -computer = {} +computers = {} -computer.register = function (name, def) +computers.register = function (name, def) if (name:sub(1, 1) == ":") then name = name:sub(2) end local modname, basename = name:match("^([^:]+):(.*)") local TEXPFX = modname.."_"..basename.."_" @@ -60,7 +60,7 @@ computer.register = function (name, def) }) end -computer.register_handheld = function (name, def) +computers.register_handheld = function (name, def) if (name:sub(1, 1) == ":") then name = name:sub(2) end local modname, basename = name:match("^([^:]+):(.*)") local TEXPFX = modname.."_"..basename.."_inv" @@ -72,7 +72,7 @@ computer.register_handheld = function (name, def) }) end -computer.pixelnodebox = function (size, boxes) +computers.pixelnodebox = function (size, boxes) local fixed = { } for _, box in ipairs(boxes) do local x, y, z, w, h, l = unpack(box) @@ -91,8 +91,9 @@ computer.pixelnodebox = function (size, boxes) } end -local MODPATH = minetest.get_modpath("computer") +local MODPATH = minetest.get_modpath("computers") dofile(MODPATH.."/computers.lua") dofile(MODPATH.."/printers.lua") dofile(MODPATH.."/recipes.lua") dofile(MODPATH.."/tetris.lua") +dofile(MODPATH.."/aliases.lua") diff --git a/computer/locale/computer.de.tr b/computers/locale/computers.de.tr similarity index 100% rename from computer/locale/computer.de.tr rename to computers/locale/computers.de.tr diff --git a/computer/locale/computer.es.tr b/computers/locale/computers.es.tr similarity index 100% rename from computer/locale/computer.es.tr rename to computers/locale/computers.es.tr diff --git a/computer/locale/computer.fr.tr b/computers/locale/computers.fr.tr similarity index 100% rename from computer/locale/computer.fr.tr rename to computers/locale/computers.fr.tr diff --git a/computer/locale/computer.it.tr b/computers/locale/computers.it.tr similarity index 100% rename from computer/locale/computer.it.tr rename to computers/locale/computers.it.tr diff --git a/computer/locale/computer.ms.tr b/computers/locale/computers.ms.tr similarity index 100% rename from computer/locale/computer.ms.tr rename to computers/locale/computers.ms.tr diff --git a/computer/locale/computer.pt.tr b/computers/locale/computers.pt.tr similarity index 100% rename from computer/locale/computer.pt.tr rename to computers/locale/computers.pt.tr diff --git a/computer/locale/computer.pt_BR.tr b/computers/locale/computers.pt_BR.tr similarity index 100% rename from computer/locale/computer.pt_BR.tr rename to computers/locale/computers.pt_BR.tr diff --git a/computer/locale/computer.ru.tr b/computers/locale/computers.ru.tr similarity index 100% rename from computer/locale/computer.ru.tr rename to computers/locale/computers.ru.tr diff --git a/computer/locale/computer.zh_CN.tr b/computers/locale/computers.zh_CN.tr similarity index 100% rename from computer/locale/computer.zh_CN.tr rename to computers/locale/computers.zh_CN.tr diff --git a/computer/locale/template.txt b/computers/locale/template.txt similarity index 100% rename from computer/locale/template.txt rename to computers/locale/template.txt diff --git a/computer/mod.conf b/computers/mod.conf similarity index 82% rename from computer/mod.conf rename to computers/mod.conf index 83fb7529..a9a844b1 100644 --- a/computer/mod.conf +++ b/computers/mod.conf @@ -1,3 +1,3 @@ -name = computer +name = computers depends = default, basic_materials, unifieddyes optional_depends = screwdriver diff --git a/computer/models/computer_3dprinter_bedflinger.obj b/computers/models/computers_3dprinter_bedflinger.obj similarity index 100% rename from computer/models/computer_3dprinter_bedflinger.obj rename to computers/models/computers_3dprinter_bedflinger.obj diff --git a/computer/models/computer_3dprinter_corexy.obj b/computers/models/computers_3dprinter_corexy.obj similarity index 100% rename from computer/models/computer_3dprinter_corexy.obj rename to computers/models/computers_3dprinter_corexy.obj diff --git a/computer/models/computer_laptop.obj b/computers/models/computers_laptop.obj similarity index 100% rename from computer/models/computer_laptop.obj rename to computers/models/computers_laptop.obj diff --git a/computer/models/computer_laptop_closed.obj b/computers/models/computers_laptop_closed.obj similarity index 100% rename from computer/models/computer_laptop_closed.obj rename to computers/models/computers_laptop_closed.obj diff --git a/computer/models/computer_monitor.obj b/computers/models/computers_monitor.obj similarity index 100% rename from computer/models/computer_monitor.obj rename to computers/models/computers_monitor.obj diff --git a/computer/models/tetris_arcade.obj b/computers/models/computers_tetris_arcade.obj similarity index 100% rename from computer/models/tetris_arcade.obj rename to computers/models/computers_tetris_arcade.obj diff --git a/computer/models/computer_tower.obj b/computers/models/computers_tower.obj similarity index 100% rename from computer/models/computer_tower.obj rename to computers/models/computers_tower.obj diff --git a/computer/printers.lua b/computers/printers.lua similarity index 73% rename from computer/printers.lua rename to computers/printers.lua index f4357eae..6e7874ec 100644 --- a/computer/printers.lua +++ b/computers/printers.lua @@ -1,12 +1,12 @@ -- Printers of some kind or another -local S = minetest.get_translator("computer") +local S = minetest.get_translator("computers") -minetest.register_node("computer:printer", { +minetest.register_node("computers:printer", { description = S("Printer-Scanner Combo"), - inventory_image = "computer_printer_inv.png", - tiles = {"computer_printer_t.png","computer_printer_bt.png","computer_printer_l.png", - "computer_printer_r.png","computer_printer_b.png","computer_printer_f.png"}, + inventory_image = "computers_printer_inv.png", + tiles = {"computers_printer_t.png","computers_printer_bt.png","computers_printer_l.png", + "computers_printer_r.png","computers_printer_b.png","computers_printer_f.png"}, paramtype = "light", paramtype2 = "facedir", walkable = true, @@ -35,19 +35,19 @@ local cbox = { fixed = {-0.25, -0.25, -0.5, 0.3, 0.3, 0.25 } } -minetest.register_node("computer:3dprinter_bedflinger", { +minetest.register_node("computers:3dprinter_bedflinger", { description = S('3D Printer ("bedflinger" design)'), - inventory_image = "computer_3dprinter_bedflinger_inv.png", + inventory_image = "computers_3dprinter_bedflinger_inv.png", tiles = { - { name = "computer_3dprinter.png", color = 0xffffffff }, - "computer_3dprinter_filament.png" + { name = "computers_3dprinter.png", color = 0xffffffff }, + "computers_3dprinter_filament.png" }, paramtype = "light", walkable = true, groups = {snappy=3, ud_param2_colorable = 1}, sound = default.node_sound_wood_defaults(), drawtype = "mesh", - mesh = "computer_3dprinter_bedflinger.obj", + mesh = "computers_3dprinter_bedflinger.obj", paramtype2 = "colorwallmounted", palette = "unifieddyes_palette_colorwallmounted.png", selection_box = cbox, @@ -66,18 +66,18 @@ cbox = { fixed = {-0.4375, -0.5, -0.5, 0.4375, 0.5, 0.375 } } -minetest.register_node("computer:3dprinter_corexy", { +minetest.register_node("computers:3dprinter_corexy", { description = S('3D Printer (CoreXY design)'), tiles = { - { name = "computer_3dprinter.png", color = 0xffffffff }, - "computer_3dprinter_filament.png" + { name = "computers_3dprinter.png", color = 0xffffffff }, + "computers_3dprinter_filament.png" }, paramtype = "light", walkable = true, groups = {snappy=3, ud_param2_colorable = 1}, sound = default.node_sound_wood_defaults(), drawtype = "mesh", - mesh = "computer_3dprinter_corexy.obj", + mesh = "computers_3dprinter_corexy.obj", paramtype2 = "colorwallmounted", palette = "unifieddyes_palette_colorwallmounted.png", selection_box = cbox, diff --git a/computer/recipes.lua b/computers/recipes.lua similarity index 85% rename from computer/recipes.lua rename to computers/recipes.lua index f8828760..75eafb0c 100644 --- a/computer/recipes.lua +++ b/computers/recipes.lua @@ -1,7 +1,7 @@ -- Copyright (C) 2012-2013 Diego Martínez minetest.register_craft({ - output = "computer:shefriendSOO", + output = "computers:shefriendSOO", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "default:glass", "basic_materials:plastic_sheet" }, @@ -10,7 +10,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:slaystation", + output = "computers:slaystation", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "group:wood", "basic_materials:plastic_sheet" } @@ -18,7 +18,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:vanio", + output = "computers:vanio", recipe = { { "basic_materials:plastic_sheet", "", "" }, { "default:glass", "", "" }, @@ -27,7 +27,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:specter", + output = "computers:specter", recipe = { { "", "", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, @@ -36,7 +36,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:slaystation2", + output = "computers:slaystation2", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "default:steel_ingot", "basic_materials:plastic_sheet" } @@ -44,7 +44,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:admiral64", + output = "computers:admiral64", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "group:wood", "group:wood", "group:wood" } @@ -52,7 +52,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:admiral128", + output = "computers:admiral128", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "default:steel_ingot", "default:steel_ingot", "default:steel_ingot" } @@ -60,7 +60,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:wee", + output = "computers:wee", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "default:copper_ingot", "basic_materials:plastic_sheet" } @@ -68,7 +68,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:piepad", + output = "computers:piepad", recipe = { { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "default:glass", "basic_materials:plastic_sheet" } @@ -78,7 +78,7 @@ minetest.register_craft({ --new stuff minetest.register_craft({ - output = "computer:monitor", + output = "computers:monitor", recipe = { { "basic_materials:plastic_sheet", "default:glass","" }, { "basic_materials:plastic_sheet", "default:glass","" }, @@ -87,7 +87,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:router", + output = "computers:router", recipe = { { "default:steel_ingot","","" }, { "default:steel_ingot" ,"basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, @@ -96,7 +96,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:tower", + output = "computers:tower", recipe = { { "basic_materials:plastic_sheet", "default:steel_ingot", "basic_materials:plastic_sheet" }, { "basic_materials:plastic_sheet", "default:mese_crystal", "basic_materials:plastic_sheet" }, @@ -105,7 +105,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:printer", + output = "computers:printer", recipe = { { "basic_materials:plastic_sheet", "default:steel_ingot","" }, { "basic_materials:plastic_sheet", "default:mese_crystal", "basic_materials:plastic_sheet" }, @@ -114,7 +114,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:printer", + output = "computers:printer", recipe = { { "basic_materials:plastic_sheet", "default:steel_ingot","" }, { "basic_materials:plastic_sheet", "default:mese_crystal", "basic_materials:plastic_sheet" }, @@ -123,16 +123,16 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "computer:server", + output = "computers:server", recipe = { - { "computer:tower", "computer:tower", "computer:tower", }, - { "computer:tower", "computer:tower", "computer:tower" }, - { "computer:tower", "computer:tower", "computer:tower" } + { "computers:tower", "computers:tower", "computers:tower", }, + { "computers:tower", "computers:tower", "computers:tower" }, + { "computers:tower", "computers:tower", "computers:tower" } } }) minetest.register_craft({ - output = "computer:tetris_arcade", + output = "computers:tetris_arcade", recipe = { { "basic_materials:plastic_sheet", "basic_materials:energy_crystal_simple", "basic_materials:plastic_sheet", }, { "dye:black", "default:glass", "dye:black" }, diff --git a/computer/tetris.lua b/computers/tetris.lua similarity index 92% rename from computer/tetris.lua rename to computers/tetris.lua index c8031c3b..f2184608 100644 --- a/computer/tetris.lua +++ b/computers/tetris.lua @@ -1,4 +1,4 @@ -local S = minetest.get_translator("computer") +local S = minetest.get_translator("computers") local shapes = { { { x = {0, 1, 0, 1}, y = {0, 0, 1, 1} } }, @@ -27,10 +27,10 @@ local shapes = { { x = {0, 1, 2, 1}, y = {1, 1, 1, 2} }, { x = {0, 1, 1, 1}, y = {1, 0, 1, 2} } } } -local colors = { "computer_cyan.png", "computer_magenta.png", "computer_red.png", - "computer_blue.png", "computer_green.png", "computer_orange.png", "computer_yellow.png" } +local colors = { "computers_cyan.png", "computers_magenta.png", "computers_red.png", + "computers_blue.png", "computers_green.png", "computers_orange.png", "computers_yellow.png" } -local background = "image[0,0;3.55,6.66;computer_black.png]" +local background = "image[0,0;3.55,6.66;computers_black.png]" local buttons = "button[3,4.5;0.6,0.6;left;<]" .."button[3.6,4.5;0.6,0.6;rotateleft;"..minetest.formspec_escape(S("L")).."]" .."button[4.2,4.5;0.6,0.6;down;v]" @@ -242,11 +242,11 @@ local function step(pos, fields) return run end -minetest.register_node("computer:tetris_arcade", { +minetest.register_node("computers:tetris_arcade", { description=S("Tetris Arcade"), drawtype = "mesh", - mesh = "tetris_arcade.obj", - tiles = {"tetris_arcade.png"}, + mesh = "computers_tetris_arcade.obj", + tiles = {"computers_tetris_arcade.png"}, paramtype = "light", paramtype2 = "facedir", groups = {snappy=3}, @@ -282,7 +282,7 @@ minetest.register_node("computer:tetris_arcade", { return itemstack end local dir = placer:get_look_dir() - local node = {name="computer:tetris_arcade", param1=0, param2 = minetest.dir_to_facedir(dir)} + local node = {name="computers:tetris_arcade", param1=0, param2 = minetest.dir_to_facedir(dir)} minetest.set_node(pos, node) itemstack:take_item() return itemstack diff --git a/computer/textures/computer_3dprinter.png b/computers/textures/computers_3dprinter.png similarity index 100% rename from computer/textures/computer_3dprinter.png rename to computers/textures/computers_3dprinter.png diff --git a/computer/textures/computer_3dprinter_bedflinger_inv.png b/computers/textures/computers_3dprinter_bedflinger_inv.png similarity index 100% rename from computer/textures/computer_3dprinter_bedflinger_inv.png rename to computers/textures/computers_3dprinter_bedflinger_inv.png diff --git a/computer/textures/computer_3dprinter_filament.png b/computers/textures/computers_3dprinter_filament.png similarity index 100% rename from computer/textures/computer_3dprinter_filament.png rename to computers/textures/computers_3dprinter_filament.png diff --git a/computer/textures/computer_ad128_inv.png b/computers/textures/computers_ad128_inv.png similarity index 100% rename from computer/textures/computer_ad128_inv.png rename to computers/textures/computers_ad128_inv.png diff --git a/computer/textures/computer_ad64_inv.png b/computers/textures/computers_ad64_inv.png similarity index 100% rename from computer/textures/computer_ad64_inv.png rename to computers/textures/computers_ad64_inv.png diff --git a/computer/textures/computer_admiral128_bk.png b/computers/textures/computers_admiral128_bk.png similarity index 100% rename from computer/textures/computer_admiral128_bk.png rename to computers/textures/computers_admiral128_bk.png diff --git a/computer/textures/computer_admiral128_bt.png b/computers/textures/computers_admiral128_bt.png similarity index 100% rename from computer/textures/computer_admiral128_bt.png rename to computers/textures/computers_admiral128_bt.png diff --git a/computer/textures/computer_admiral128_ft.png b/computers/textures/computers_admiral128_ft.png similarity index 100% rename from computer/textures/computer_admiral128_ft.png rename to computers/textures/computers_admiral128_ft.png diff --git a/computer/textures/computer_admiral128_lt.png b/computers/textures/computers_admiral128_lt.png similarity index 100% rename from computer/textures/computer_admiral128_lt.png rename to computers/textures/computers_admiral128_lt.png diff --git a/computer/textures/computer_admiral128_rt.png b/computers/textures/computers_admiral128_rt.png similarity index 100% rename from computer/textures/computer_admiral128_rt.png rename to computers/textures/computers_admiral128_rt.png diff --git a/computer/textures/computer_admiral128_tp.png b/computers/textures/computers_admiral128_tp.png similarity index 100% rename from computer/textures/computer_admiral128_tp.png rename to computers/textures/computers_admiral128_tp.png diff --git a/computer/textures/computer_admiral64_bk.png b/computers/textures/computers_admiral64_bk.png similarity index 100% rename from computer/textures/computer_admiral64_bk.png rename to computers/textures/computers_admiral64_bk.png diff --git a/computer/textures/computer_admiral64_bt.png b/computers/textures/computers_admiral64_bt.png similarity index 100% rename from computer/textures/computer_admiral64_bt.png rename to computers/textures/computers_admiral64_bt.png diff --git a/computer/textures/computer_admiral64_ft.png b/computers/textures/computers_admiral64_ft.png similarity index 100% rename from computer/textures/computer_admiral64_ft.png rename to computers/textures/computers_admiral64_ft.png diff --git a/computer/textures/computer_admiral64_lt.png b/computers/textures/computers_admiral64_lt.png similarity index 100% rename from computer/textures/computer_admiral64_lt.png rename to computers/textures/computers_admiral64_lt.png diff --git a/computer/textures/computer_admiral64_rt.png b/computers/textures/computers_admiral64_rt.png similarity index 100% rename from computer/textures/computer_admiral64_rt.png rename to computers/textures/computers_admiral64_rt.png diff --git a/computer/textures/computer_admiral64_tp.png b/computers/textures/computers_admiral64_tp.png similarity index 100% rename from computer/textures/computer_admiral64_tp.png rename to computers/textures/computers_admiral64_tp.png diff --git a/computer/textures/computer_black.png b/computers/textures/computers_black.png similarity index 100% rename from computer/textures/computer_black.png rename to computers/textures/computers_black.png diff --git a/computer/textures/computer_blue.png b/computers/textures/computers_blue.png similarity index 100% rename from computer/textures/computer_blue.png rename to computers/textures/computers_blue.png diff --git a/computer/textures/computer_computer_front_old.png b/computers/textures/computers_computer_front_old.png similarity index 100% rename from computer/textures/computer_computer_front_old.png rename to computers/textures/computers_computer_front_old.png diff --git a/computer/textures/computer_computer_top_old.png b/computers/textures/computers_computer_top_old.png similarity index 100% rename from computer/textures/computer_computer_top_old.png rename to computers/textures/computers_computer_top_old.png diff --git a/computer/textures/computer_cyan.png b/computers/textures/computers_cyan.png similarity index 100% rename from computer/textures/computer_cyan.png rename to computers/textures/computers_cyan.png diff --git a/computer/textures/computer_green.png b/computers/textures/computers_green.png similarity index 100% rename from computer/textures/computer_green.png rename to computers/textures/computers_green.png diff --git a/computer/textures/computer_hueg_box_bk.png b/computers/textures/computers_hueg_box_bk.png similarity index 100% rename from computer/textures/computer_hueg_box_bk.png rename to computers/textures/computers_hueg_box_bk.png diff --git a/computer/textures/computer_hueg_box_bt.png b/computers/textures/computers_hueg_box_bt.png similarity index 100% rename from computer/textures/computer_hueg_box_bt.png rename to computers/textures/computers_hueg_box_bt.png diff --git a/computer/textures/computer_hueg_box_ft.png b/computers/textures/computers_hueg_box_ft.png similarity index 100% rename from computer/textures/computer_hueg_box_ft.png rename to computers/textures/computers_hueg_box_ft.png diff --git a/computer/textures/computer_hueg_box_lt.png b/computers/textures/computers_hueg_box_lt.png similarity index 100% rename from computer/textures/computer_hueg_box_lt.png rename to computers/textures/computers_hueg_box_lt.png diff --git a/computer/textures/computer_hueg_box_rt.png b/computers/textures/computers_hueg_box_rt.png similarity index 100% rename from computer/textures/computer_hueg_box_rt.png rename to computers/textures/computers_hueg_box_rt.png diff --git a/computer/textures/computer_hueg_box_tp.png b/computers/textures/computers_hueg_box_tp.png similarity index 100% rename from computer/textures/computer_hueg_box_tp.png rename to computers/textures/computers_hueg_box_tp.png diff --git a/computer/textures/computer_laptop.png b/computers/textures/computers_laptop.png similarity index 100% rename from computer/textures/computer_laptop.png rename to computers/textures/computers_laptop.png diff --git a/computer/textures/computer_laptop_inv.png b/computers/textures/computers_laptop_inv.png similarity index 100% rename from computer/textures/computer_laptop_inv.png rename to computers/textures/computers_laptop_inv.png diff --git a/computer/textures/computer_magenta.png b/computers/textures/computers_magenta.png similarity index 100% rename from computer/textures/computer_magenta.png rename to computers/textures/computers_magenta.png diff --git a/computer/textures/monitor_display.png b/computers/textures/computers_monitor_display.png similarity index 100% rename from computer/textures/monitor_display.png rename to computers/textures/computers_monitor_display.png diff --git a/computer/textures/computer_monitor_inv.png b/computers/textures/computers_monitor_inv.png similarity index 100% rename from computer/textures/computer_monitor_inv.png rename to computers/textures/computers_monitor_inv.png diff --git a/computer/textures/monitor_plastic.png b/computers/textures/computers_monitor_plastic.png similarity index 100% rename from computer/textures/monitor_plastic.png rename to computers/textures/computers_monitor_plastic.png diff --git a/computer/textures/computer_orange.png b/computers/textures/computers_orange.png similarity index 100% rename from computer/textures/computer_orange.png rename to computers/textures/computers_orange.png diff --git a/computer/textures/computer_piepad_inv.png b/computers/textures/computers_piepad_inv.png similarity index 100% rename from computer/textures/computer_piepad_inv.png rename to computers/textures/computers_piepad_inv.png diff --git a/computer/textures/computer_piepad_inv_off.png b/computers/textures/computers_piepad_inv_off.png similarity index 100% rename from computer/textures/computer_piepad_inv_off.png rename to computers/textures/computers_piepad_inv_off.png diff --git a/computer/textures/computer_printer_b.png b/computers/textures/computers_printer_b.png similarity index 100% rename from computer/textures/computer_printer_b.png rename to computers/textures/computers_printer_b.png diff --git a/computer/textures/computer_printer_bt.png b/computers/textures/computers_printer_bt.png similarity index 100% rename from computer/textures/computer_printer_bt.png rename to computers/textures/computers_printer_bt.png diff --git a/computer/textures/computer_printer_f.png b/computers/textures/computers_printer_f.png similarity index 100% rename from computer/textures/computer_printer_f.png rename to computers/textures/computers_printer_f.png diff --git a/computer/textures/computer_printer_inv.png b/computers/textures/computers_printer_inv.png similarity index 100% rename from computer/textures/computer_printer_inv.png rename to computers/textures/computers_printer_inv.png diff --git a/computer/textures/computer_printer_l.png b/computers/textures/computers_printer_l.png similarity index 100% rename from computer/textures/computer_printer_l.png rename to computers/textures/computers_printer_l.png diff --git a/computer/textures/computer_printer_r.png b/computers/textures/computers_printer_r.png similarity index 100% rename from computer/textures/computer_printer_r.png rename to computers/textures/computers_printer_r.png diff --git a/computer/textures/computer_printer_t.png b/computers/textures/computers_printer_t.png similarity index 100% rename from computer/textures/computer_printer_t.png rename to computers/textures/computers_printer_t.png diff --git a/computer/textures/computer_ps1_inv.png b/computers/textures/computers_ps1_inv.png similarity index 100% rename from computer/textures/computer_ps1_inv.png rename to computers/textures/computers_ps1_inv.png diff --git a/computer/textures/computer_ps2_inv.png b/computers/textures/computers_ps2_inv.png similarity index 100% rename from computer/textures/computer_ps2_inv.png rename to computers/textures/computers_ps2_inv.png diff --git a/computer/textures/computer_red.png b/computers/textures/computers_red.png similarity index 100% rename from computer/textures/computer_red.png rename to computers/textures/computers_red.png diff --git a/computer/textures/computer_router_b.png b/computers/textures/computers_router_b.png similarity index 100% rename from computer/textures/computer_router_b.png rename to computers/textures/computers_router_b.png diff --git a/computer/textures/computer_router_bt.png b/computers/textures/computers_router_bt.png similarity index 100% rename from computer/textures/computer_router_bt.png rename to computers/textures/computers_router_bt.png diff --git a/computer/textures/computer_router_f.png b/computers/textures/computers_router_f.png similarity index 100% rename from computer/textures/computer_router_f.png rename to computers/textures/computers_router_f.png diff --git a/computer/textures/computer_router_f_animated.png b/computers/textures/computers_router_f_animated.png similarity index 100% rename from computer/textures/computer_router_f_animated.png rename to computers/textures/computers_router_f_animated.png diff --git a/computer/textures/computer_router_inv.png b/computers/textures/computers_router_inv.png similarity index 100% rename from computer/textures/computer_router_inv.png rename to computers/textures/computers_router_inv.png diff --git a/computer/textures/computer_router_l.png b/computers/textures/computers_router_l.png similarity index 100% rename from computer/textures/computer_router_l.png rename to computers/textures/computers_router_l.png diff --git a/computer/textures/computer_router_r.png b/computers/textures/computers_router_r.png similarity index 100% rename from computer/textures/computer_router_r.png rename to computers/textures/computers_router_r.png diff --git a/computer/textures/computer_router_t.png b/computers/textures/computers_router_t.png similarity index 100% rename from computer/textures/computer_router_t.png rename to computers/textures/computers_router_t.png diff --git a/computer/textures/computer_server_bt.png b/computers/textures/computers_server_bt.png similarity index 100% rename from computer/textures/computer_server_bt.png rename to computers/textures/computers_server_bt.png diff --git a/computer/textures/computer_server_f_off.png b/computers/textures/computers_server_f_off.png similarity index 100% rename from computer/textures/computer_server_f_off.png rename to computers/textures/computers_server_f_off.png diff --git a/computer/textures/computer_server_f_on.png b/computers/textures/computers_server_f_on.png similarity index 100% rename from computer/textures/computer_server_f_on.png rename to computers/textures/computers_server_f_on.png diff --git a/computer/textures/computer_server_inv.png b/computers/textures/computers_server_inv.png similarity index 100% rename from computer/textures/computer_server_inv.png rename to computers/textures/computers_server_inv.png diff --git a/computer/textures/computer_server_l.png b/computers/textures/computers_server_l.png similarity index 100% rename from computer/textures/computer_server_l.png rename to computers/textures/computers_server_l.png diff --git a/computer/textures/computer_server_r.png b/computers/textures/computers_server_r.png similarity index 100% rename from computer/textures/computer_server_r.png rename to computers/textures/computers_server_r.png diff --git a/computer/textures/computer_server_t.png b/computers/textures/computers_server_t.png similarity index 100% rename from computer/textures/computer_server_t.png rename to computers/textures/computers_server_t.png diff --git a/computer/textures/computer_shefriendSOO_bk.png b/computers/textures/computers_shefriendSOO_bk.png similarity index 100% rename from computer/textures/computer_shefriendSOO_bk.png rename to computers/textures/computers_shefriendSOO_bk.png diff --git a/computer/textures/computer_shefriendSOO_bt.png b/computers/textures/computers_shefriendSOO_bt.png similarity index 100% rename from computer/textures/computer_shefriendSOO_bt.png rename to computers/textures/computers_shefriendSOO_bt.png diff --git a/computer/textures/computer_shefriendSOO_ft.png b/computers/textures/computers_shefriendSOO_ft.png similarity index 100% rename from computer/textures/computer_shefriendSOO_ft.png rename to computers/textures/computers_shefriendSOO_ft.png diff --git a/computer/textures/computer_shefriendSOO_ft_off.png b/computers/textures/computers_shefriendSOO_ft_off.png similarity index 100% rename from computer/textures/computer_shefriendSOO_ft_off.png rename to computers/textures/computers_shefriendSOO_ft_off.png diff --git a/computer/textures/computer_shefriendSOO_lt.png b/computers/textures/computers_shefriendSOO_lt.png similarity index 100% rename from computer/textures/computer_shefriendSOO_lt.png rename to computers/textures/computers_shefriendSOO_lt.png diff --git a/computer/textures/computer_shefriendSOO_rt.png b/computers/textures/computers_shefriendSOO_rt.png similarity index 100% rename from computer/textures/computer_shefriendSOO_rt.png rename to computers/textures/computers_shefriendSOO_rt.png diff --git a/computer/textures/computer_shefriendSOO_tp.png b/computers/textures/computers_shefriendSOO_tp.png similarity index 100% rename from computer/textures/computer_shefriendSOO_tp.png rename to computers/textures/computers_shefriendSOO_tp.png diff --git a/computer/textures/computer_slaystation2_bk.png b/computers/textures/computers_slaystation2_bk.png similarity index 100% rename from computer/textures/computer_slaystation2_bk.png rename to computers/textures/computers_slaystation2_bk.png diff --git a/computer/textures/computer_slaystation2_bt.png b/computers/textures/computers_slaystation2_bt.png similarity index 100% rename from computer/textures/computer_slaystation2_bt.png rename to computers/textures/computers_slaystation2_bt.png diff --git a/computer/textures/computer_slaystation2_ft.png b/computers/textures/computers_slaystation2_ft.png similarity index 100% rename from computer/textures/computer_slaystation2_ft.png rename to computers/textures/computers_slaystation2_ft.png diff --git a/computer/textures/computer_slaystation2_ft_off.png b/computers/textures/computers_slaystation2_ft_off.png similarity index 100% rename from computer/textures/computer_slaystation2_ft_off.png rename to computers/textures/computers_slaystation2_ft_off.png diff --git a/computer/textures/computer_slaystation2_lt.png b/computers/textures/computers_slaystation2_lt.png similarity index 100% rename from computer/textures/computer_slaystation2_lt.png rename to computers/textures/computers_slaystation2_lt.png diff --git a/computer/textures/computer_slaystation2_rt.png b/computers/textures/computers_slaystation2_rt.png similarity index 100% rename from computer/textures/computer_slaystation2_rt.png rename to computers/textures/computers_slaystation2_rt.png diff --git a/computer/textures/computer_slaystation2_tp.png b/computers/textures/computers_slaystation2_tp.png similarity index 100% rename from computer/textures/computer_slaystation2_tp.png rename to computers/textures/computers_slaystation2_tp.png diff --git a/computer/textures/computer_slaystation_bk.png b/computers/textures/computers_slaystation_bk.png similarity index 100% rename from computer/textures/computer_slaystation_bk.png rename to computers/textures/computers_slaystation_bk.png diff --git a/computer/textures/computer_slaystation_bt.png b/computers/textures/computers_slaystation_bt.png similarity index 100% rename from computer/textures/computer_slaystation_bt.png rename to computers/textures/computers_slaystation_bt.png diff --git a/computer/textures/computer_slaystation_ft.png b/computers/textures/computers_slaystation_ft.png similarity index 100% rename from computer/textures/computer_slaystation_ft.png rename to computers/textures/computers_slaystation_ft.png diff --git a/computer/textures/computer_slaystation_lt.png b/computers/textures/computers_slaystation_lt.png similarity index 100% rename from computer/textures/computer_slaystation_lt.png rename to computers/textures/computers_slaystation_lt.png diff --git a/computer/textures/computer_slaystation_rt.png b/computers/textures/computers_slaystation_rt.png similarity index 100% rename from computer/textures/computer_slaystation_rt.png rename to computers/textures/computers_slaystation_rt.png diff --git a/computer/textures/computer_slaystation_tp.png b/computers/textures/computers_slaystation_tp.png similarity index 100% rename from computer/textures/computer_slaystation_tp.png rename to computers/textures/computers_slaystation_tp.png diff --git a/computer/textures/computer_slaystation_tp_off.png b/computers/textures/computers_slaystation_tp_off.png similarity index 100% rename from computer/textures/computer_slaystation_tp_off.png rename to computers/textures/computers_slaystation_tp_off.png diff --git a/computer/textures/computer_specter_bk.png b/computers/textures/computers_specter_bk.png similarity index 100% rename from computer/textures/computer_specter_bk.png rename to computers/textures/computers_specter_bk.png diff --git a/computer/textures/computer_specter_bt.png b/computers/textures/computers_specter_bt.png similarity index 100% rename from computer/textures/computer_specter_bt.png rename to computers/textures/computers_specter_bt.png diff --git a/computer/textures/computer_specter_ft.png b/computers/textures/computers_specter_ft.png similarity index 100% rename from computer/textures/computer_specter_ft.png rename to computers/textures/computers_specter_ft.png diff --git a/computer/textures/computer_specter_inv.png b/computers/textures/computers_specter_inv.png similarity index 100% rename from computer/textures/computer_specter_inv.png rename to computers/textures/computers_specter_inv.png diff --git a/computer/textures/computer_specter_lt.png b/computers/textures/computers_specter_lt.png similarity index 100% rename from computer/textures/computer_specter_lt.png rename to computers/textures/computers_specter_lt.png diff --git a/computer/textures/computer_specter_rt.png b/computers/textures/computers_specter_rt.png similarity index 100% rename from computer/textures/computer_specter_rt.png rename to computers/textures/computers_specter_rt.png diff --git a/computer/textures/computer_specter_tp.png b/computers/textures/computers_specter_tp.png similarity index 100% rename from computer/textures/computer_specter_tp.png rename to computers/textures/computers_specter_tp.png diff --git a/computer/textures/computer_spectre_back.png b/computers/textures/computers_spectre_back.png similarity index 100% rename from computer/textures/computer_spectre_back.png rename to computers/textures/computers_spectre_back.png diff --git a/computer/textures/computer_spectre_bottom.png b/computers/textures/computers_spectre_bottom.png similarity index 100% rename from computer/textures/computer_spectre_bottom.png rename to computers/textures/computers_spectre_bottom.png diff --git a/computer/textures/computer_spectre_front.png b/computers/textures/computers_spectre_front.png similarity index 100% rename from computer/textures/computer_spectre_front.png rename to computers/textures/computers_spectre_front.png diff --git a/computer/textures/computer_spectre_left.png b/computers/textures/computers_spectre_left.png similarity index 100% rename from computer/textures/computer_spectre_left.png rename to computers/textures/computers_spectre_left.png diff --git a/computer/textures/computer_spectre_right.png b/computers/textures/computers_spectre_right.png similarity index 100% rename from computer/textures/computer_spectre_right.png rename to computers/textures/computers_spectre_right.png diff --git a/computer/textures/computer_spectre_top.png b/computers/textures/computers_spectre_top.png similarity index 100% rename from computer/textures/computer_spectre_top.png rename to computers/textures/computers_spectre_top.png diff --git a/computer/textures/tetris_arcade.png b/computers/textures/computers_tetris_arcade.png similarity index 100% rename from computer/textures/tetris_arcade.png rename to computers/textures/computers_tetris_arcade.png diff --git a/computer/textures/computer_tower.png b/computers/textures/computers_tower.png similarity index 100% rename from computer/textures/computer_tower.png rename to computers/textures/computers_tower.png diff --git a/computer/textures/computer_tower_inv.png b/computers/textures/computers_tower_inv.png similarity index 100% rename from computer/textures/computer_tower_inv.png rename to computers/textures/computers_tower_inv.png diff --git a/computer/textures/computer_wee_bk.png b/computers/textures/computers_wee_bk.png similarity index 100% rename from computer/textures/computer_wee_bk.png rename to computers/textures/computers_wee_bk.png diff --git a/computer/textures/computer_wee_bt.png b/computers/textures/computers_wee_bt.png similarity index 100% rename from computer/textures/computer_wee_bt.png rename to computers/textures/computers_wee_bt.png diff --git a/computer/textures/computer_wee_ft.png b/computers/textures/computers_wee_ft.png similarity index 100% rename from computer/textures/computer_wee_ft.png rename to computers/textures/computers_wee_ft.png diff --git a/computer/textures/computer_wee_ft_off.png b/computers/textures/computers_wee_ft_off.png similarity index 100% rename from computer/textures/computer_wee_ft_off.png rename to computers/textures/computers_wee_ft_off.png diff --git a/computer/textures/computer_wee_lt.png b/computers/textures/computers_wee_lt.png similarity index 100% rename from computer/textures/computer_wee_lt.png rename to computers/textures/computers_wee_lt.png diff --git a/computer/textures/computer_wee_rt.png b/computers/textures/computers_wee_rt.png similarity index 100% rename from computer/textures/computer_wee_rt.png rename to computers/textures/computers_wee_rt.png diff --git a/computer/textures/computer_wee_tp.png b/computers/textures/computers_wee_tp.png similarity index 100% rename from computer/textures/computer_wee_tp.png rename to computers/textures/computers_wee_tp.png diff --git a/computer/textures/computer_wii_inv.png b/computers/textures/computers_wii_inv.png similarity index 100% rename from computer/textures/computer_wii_inv.png rename to computers/textures/computers_wii_inv.png diff --git a/computer/textures/computer_yellow.png b/computers/textures/computers_yellow.png similarity index 100% rename from computer/textures/computer_yellow.png rename to computers/textures/computers_yellow.png diff --git a/computer/textures/homedecor_plastic_base.png b/computers/textures/homedecor_plastic_base.png similarity index 100% rename from computer/textures/homedecor_plastic_base.png rename to computers/textures/homedecor_plastic_base.png diff --git a/computer/textures/homedecor_plastic_base_inv.png b/computers/textures/homedecor_plastic_base_inv.png similarity index 100% rename from computer/textures/homedecor_plastic_base_inv.png rename to computers/textures/homedecor_plastic_base_inv.png diff --git a/computer/textures/homedecor_plastic_sheeting.png b/computers/textures/homedecor_plastic_sheeting.png similarity index 100% rename from computer/textures/homedecor_plastic_sheeting.png rename to computers/textures/homedecor_plastic_sheeting.png