From 5c88bee5fdd60a1fc1bde1795208dbfd5cf0e9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sun, 8 Nov 2020 21:00:17 +0100 Subject: Add new batch of commemorative notes --- craftitems.lua | 28 +++++++++++++++++++++---- textures/minegeld_1000.png | Bin 0 -> 1838 bytes textures/minegeld_1000_10_4.png | Bin 0 -> 2034 bytes textures/minegeld_1000_BambooBayVillage.png | Bin 13032 -> 0 bytes textures/minegeld_1000_animal_extinction.png | Bin 0 -> 2064 bytes textures/minegeld_1000_antishroom.png | Bin 0 -> 2044 bytes textures/minegeld_1000_bamboobayvillage.png | Bin 0 -> 11392 bytes textures/minegeld_1000_chiculata.png | Bin 0 -> 1975 bytes textures/minegeld_1000_chile.png | Bin 0 -> 9997 bytes textures/minegeld_1000_corona.png | Bin 3486 -> 1962 bytes textures/minegeld_1000_crane.png | Bin 0 -> 9719 bytes textures/minegeld_1000_diamond_mine.png | Bin 0 -> 11665 bytes textures/minegeld_1000_donation_box.png | Bin 0 -> 1621 bytes textures/minegeld_1000_dummy_texture.png | Bin 0 -> 1926 bytes textures/minegeld_1000_green_beast.png | Bin 0 -> 2166 bytes textures/minegeld_1000_gtsb.png | Bin 0 -> 1923 bytes textures/minegeld_1000_hrs.png | Bin 0 -> 2138 bytes textures/minegeld_1000_iso_map.png | Bin 0 -> 2050 bytes textures/minegeld_1000_marinated_tomatoes.png | Bin 0 -> 2444 bytes textures/minegeld_1000_meat.png | Bin 0 -> 1852 bytes textures/minegeld_1000_nadinetopia.png | Bin 3560 -> 2009 bytes textures/minegeld_1000_patatas_importancia.png | Bin 3873 -> 2059 bytes textures/minegeld_1000_pathv7.png | Bin 0 -> 2098 bytes textures/minegeld_1000_pickled_eggs2.png | Bin 0 -> 10417 bytes textures/minegeld_1000_pitchfork_torch_all.png | Bin 0 -> 2991 bytes textures/minegeld_1000_respects.png | Bin 0 -> 10521 bytes textures/minegeld_1000_smacker.png | Bin 3319 -> 2011 bytes textures/minegeld_1000_spnmain.png | Bin 0 -> 1896 bytes textures/minegeld_1000_trisiston.png | Bin 3575 -> 1978 bytes textures/minegeld_1000_unknown_item.png | Bin 0 -> 1897 bytes textures/minegeld_1000_wallmapu.png | Bin 0 -> 10420 bytes textures/minegeld_1000_wiki.png | Bin 0 -> 1757 bytes textures/minegeld_1000_wirecard.png | Bin 0 -> 16597 bytes textures/minegeld_1000_xnihilo.png | Bin 0 -> 1953 bytes 34 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 textures/minegeld_1000.png create mode 100644 textures/minegeld_1000_10_4.png delete mode 100644 textures/minegeld_1000_BambooBayVillage.png create mode 100644 textures/minegeld_1000_animal_extinction.png create mode 100644 textures/minegeld_1000_antishroom.png create mode 100644 textures/minegeld_1000_bamboobayvillage.png create mode 100644 textures/minegeld_1000_chiculata.png create mode 100644 textures/minegeld_1000_chile.png create mode 100644 textures/minegeld_1000_crane.png create mode 100644 textures/minegeld_1000_diamond_mine.png create mode 100644 textures/minegeld_1000_donation_box.png create mode 100644 textures/minegeld_1000_dummy_texture.png create mode 100644 textures/minegeld_1000_green_beast.png create mode 100644 textures/minegeld_1000_gtsb.png create mode 100644 textures/minegeld_1000_hrs.png create mode 100644 textures/minegeld_1000_iso_map.png create mode 100644 textures/minegeld_1000_marinated_tomatoes.png create mode 100644 textures/minegeld_1000_meat.png create mode 100644 textures/minegeld_1000_pathv7.png create mode 100644 textures/minegeld_1000_pickled_eggs2.png create mode 100644 textures/minegeld_1000_pitchfork_torch_all.png create mode 100644 textures/minegeld_1000_respects.png create mode 100644 textures/minegeld_1000_spnmain.png create mode 100644 textures/minegeld_1000_unknown_item.png create mode 100644 textures/minegeld_1000_wallmapu.png create mode 100644 textures/minegeld_1000_wiki.png create mode 100644 textures/minegeld_1000_wirecard.png create mode 100644 textures/minegeld_1000_xnihilo.png diff --git a/craftitems.lua b/craftitems.lua index c5d84e5..d697961 100644 --- a/craftitems.lua +++ b/craftitems.lua @@ -13,14 +13,14 @@ minetest.register_craftitem("currency:minegeld_5", { description = S("5 MineGeld Note"), inventory_image = "minegeld_5.png", stack_max = 30000, - groups = {minegeld = 1} + groups = {minegeld = 5} }) minetest.register_craftitem("currency:minegeld_10", { description = S("10 MineGeld Note"), inventory_image = "minegeld_10.png", stack_max = 30000, - groups = {minegeld = 1} + groups = {minegeld = 10} }) @@ -29,7 +29,7 @@ local function register_comm_currency(texture, description) description = description, inventory_image = texture..".png", stack_max = 20, - groups = {minegeld = 1} + groups = {minegeld = 1000} }) end @@ -46,8 +46,28 @@ register_comm_currency("minegeld_1000_raja", "1000 MineGeld Note, Featuring Raja register_comm_currency("minegeld_1000_lazamonument", "1000 MineGeld Note, Featuring Laza's monument") register_comm_currency("minegeld_1000_nadinetopia", "1000 MineGeld Note, Featuring Nadinetopia") register_comm_currency("minegeld_1000_trisiston", "1000 MineGeld Note, Featuring Trisiston Town Hall") -register_comm_currency("minegeld_1000_BambooBayVillage", "1000 MineGeld Note, Featuring Bamboo Bay village") +register_comm_currency("minegeld_1000_bamboobayvillage", "1000 MineGeld Note, Featuring Bamboo Bay village") register_comm_currency("minegeld_1000_patatas_importancia", "1000 MineGeld Note, Featuring Patatas a la Importancia") +register_comm_currency("minegeld_1000_10_4", "1000 MineGeld Note, Featuring 10-4 bugs") +register_comm_currency("minegeld_1000_animal_extinction", "1000 MineGeld Note, Commemorating animal extinction") +register_comm_currency("minegeld_1000_chiculata", "1000 MineGeld Note, Commemorating Thunder22's transsubstatiation into Chiculata") +register_comm_currency("minegeld_1000_chile", "1000 MineGeld Note, Featuring the flag of Chile") +register_comm_currency("minegeld_1000_crane", "1000 MineGeld Note, Featuring a crane") +register_comm_currency("minegeld_1000_green_beast", "1000 MineGeld Note, Featuring MkII chainsaw") +register_comm_currency("minegeld_1000_diamond_mine", "1000 Minegeld Note, Featuring 'Mine Diamonds'") +register_comm_currency("minegeld_1000_gtsb", "1000 Minegeld Note, Commemorating the Great Train Service Breakdown") +register_comm_currency("minegeld_1000_hrs", "1000 Minegeld Note, Featuring Heretic Russian Salad") +register_comm_currency("minegeld_1000_iso_map", "1000 Minegeld Note, Featuring the isometric map render") +register_comm_currency("minegeld_1000_marinated_tomatoes", "1000 Minegeld Note, Featuring marinated tomatoes") +register_comm_currency("minegeld_1000_meat", "1000 Minegeld Note, Commemorating the Chronic Meat Shortage") +register_comm_currency("minegeld_1000_pathv7", "1000 Minegeld Note, Commemorating the pathv7 path generator") +register_comm_currency("minegeld_1000_pickled_eggs2", "1000 Minegeld Note, Featuring Pickled Eggs") +register_comm_currency("minegeld_1000_respects", "1000 Minegeld Note, Instructing to press F to pay respects") +register_comm_currency("minegeld_1000_spnmain", "1000 Minegeld Note, Featuring Spawn Main Station") +register_comm_currency("minegeld_1000_unknown_item", "1000 Minegeld Note, Featuring an Unknown Item") +register_comm_currency("minegeld_1000_wiki", "1000 Minegeld note, Commemorating the wiki") +register_comm_currency("minegeld_1000_wirecard", "1000 Minegeld note, Commemorating the Wirecard Scandal") +register_comm_currency("minegeld_1000_xnihilo", "1000 Minegeld note, Commemorating X Nihilo") minetest.register_craftitem("currency:minegeld_bundle", { description = S("Bundle of random Minegeld notes"), diff --git a/textures/minegeld_1000.png b/textures/minegeld_1000.png new file mode 100644 index 0000000..db7143e Binary files /dev/null and b/textures/minegeld_1000.png differ diff --git a/textures/minegeld_1000_10_4.png b/textures/minegeld_1000_10_4.png new file mode 100644 index 0000000..7959bd0 Binary files /dev/null and b/textures/minegeld_1000_10_4.png differ diff --git a/textures/minegeld_1000_BambooBayVillage.png b/textures/minegeld_1000_BambooBayVillage.png deleted file mode 100644 index 4c38293..0000000 Binary files a/textures/minegeld_1000_BambooBayVillage.png and /dev/null differ diff --git a/textures/minegeld_1000_animal_extinction.png b/textures/minegeld_1000_animal_extinction.png new file mode 100644 index 0000000..b3a34a7 Binary files /dev/null and b/textures/minegeld_1000_animal_extinction.png differ diff --git a/textures/minegeld_1000_antishroom.png b/textures/minegeld_1000_antishroom.png new file mode 100644 index 0000000..31ec8b4 Binary files /dev/null and b/textures/minegeld_1000_antishroom.png differ diff --git a/textures/minegeld_1000_bamboobayvillage.png b/textures/minegeld_1000_bamboobayvillage.png new file mode 100644 index 0000000..86da5b5 Binary files /dev/null and b/textures/minegeld_1000_bamboobayvillage.png differ diff --git a/textures/minegeld_1000_chiculata.png b/textures/minegeld_1000_chiculata.png new file mode 100644 index 0000000..3862394 Binary files /dev/null and b/textures/minegeld_1000_chiculata.png differ diff --git a/textures/minegeld_1000_chile.png b/textures/minegeld_1000_chile.png new file mode 100644 index 0000000..9f7c90b Binary files /dev/null and b/textures/minegeld_1000_chile.png differ diff --git a/textures/minegeld_1000_corona.png b/textures/minegeld_1000_corona.png index 9a3893b..a2ec280 100644 Binary files a/textures/minegeld_1000_corona.png and b/textures/minegeld_1000_corona.png differ diff --git a/textures/minegeld_1000_crane.png b/textures/minegeld_1000_crane.png new file mode 100644 index 0000000..6193bea Binary files /dev/null and b/textures/minegeld_1000_crane.png differ diff --git a/textures/minegeld_1000_diamond_mine.png b/textures/minegeld_1000_diamond_mine.png new file mode 100644 index 0000000..bdf33e7 Binary files /dev/null and b/textures/minegeld_1000_diamond_mine.png differ diff --git a/textures/minegeld_1000_donation_box.png b/textures/minegeld_1000_donation_box.png new file mode 100644 index 0000000..1199730 Binary files /dev/null and b/textures/minegeld_1000_donation_box.png differ diff --git a/textures/minegeld_1000_dummy_texture.png b/textures/minegeld_1000_dummy_texture.png new file mode 100644 index 0000000..4a6314a Binary files /dev/null and b/textures/minegeld_1000_dummy_texture.png differ diff --git a/textures/minegeld_1000_green_beast.png b/textures/minegeld_1000_green_beast.png new file mode 100644 index 0000000..9c70ac5 Binary files /dev/null and b/textures/minegeld_1000_green_beast.png differ diff --git a/textures/minegeld_1000_gtsb.png b/textures/minegeld_1000_gtsb.png new file mode 100644 index 0000000..af17849 Binary files /dev/null and b/textures/minegeld_1000_gtsb.png differ diff --git a/textures/minegeld_1000_hrs.png b/textures/minegeld_1000_hrs.png new file mode 100644 index 0000000..1028e6a Binary files /dev/null and b/textures/minegeld_1000_hrs.png differ diff --git a/textures/minegeld_1000_iso_map.png b/textures/minegeld_1000_iso_map.png new file mode 100644 index 0000000..064d429 Binary files /dev/null and b/textures/minegeld_1000_iso_map.png differ diff --git a/textures/minegeld_1000_marinated_tomatoes.png b/textures/minegeld_1000_marinated_tomatoes.png new file mode 100644 index 0000000..b991b45 Binary files /dev/null and b/textures/minegeld_1000_marinated_tomatoes.png differ diff --git a/textures/minegeld_1000_meat.png b/textures/minegeld_1000_meat.png new file mode 100644 index 0000000..c6f31df Binary files /dev/null and b/textures/minegeld_1000_meat.png differ diff --git a/textures/minegeld_1000_nadinetopia.png b/textures/minegeld_1000_nadinetopia.png index 1725395..19380d3 100644 Binary files a/textures/minegeld_1000_nadinetopia.png and b/textures/minegeld_1000_nadinetopia.png differ diff --git a/textures/minegeld_1000_patatas_importancia.png b/textures/minegeld_1000_patatas_importancia.png index 9da44b0..4befe81 100644 Binary files a/textures/minegeld_1000_patatas_importancia.png and b/textures/minegeld_1000_patatas_importancia.png differ diff --git a/textures/minegeld_1000_pathv7.png b/textures/minegeld_1000_pathv7.png new file mode 100644 index 0000000..9a1b813 Binary files /dev/null and b/textures/minegeld_1000_pathv7.png differ diff --git a/textures/minegeld_1000_pickled_eggs2.png b/textures/minegeld_1000_pickled_eggs2.png new file mode 100644 index 0000000..1f22c1e Binary files /dev/null and b/textures/minegeld_1000_pickled_eggs2.png differ diff --git a/textures/minegeld_1000_pitchfork_torch_all.png b/textures/minegeld_1000_pitchfork_torch_all.png new file mode 100644 index 0000000..e450d51 Binary files /dev/null and b/textures/minegeld_1000_pitchfork_torch_all.png differ diff --git a/textures/minegeld_1000_respects.png b/textures/minegeld_1000_respects.png new file mode 100644 index 0000000..31ed3ff Binary files /dev/null and b/textures/minegeld_1000_respects.png differ diff --git a/textures/minegeld_1000_smacker.png b/textures/minegeld_1000_smacker.png index 014c1b5..5fc91d3 100644 Binary files a/textures/minegeld_1000_smacker.png and b/textures/minegeld_1000_smacker.png differ diff --git a/textures/minegeld_1000_spnmain.png b/textures/minegeld_1000_spnmain.png new file mode 100644 index 0000000..43ec187 Binary files /dev/null and b/textures/minegeld_1000_spnmain.png differ diff --git a/textures/minegeld_1000_trisiston.png b/textures/minegeld_1000_trisiston.png index 7a7960e..c129072 100644 Binary files a/textures/minegeld_1000_trisiston.png and b/textures/minegeld_1000_trisiston.png differ diff --git a/textures/minegeld_1000_unknown_item.png b/textures/minegeld_1000_unknown_item.png new file mode 100644 index 0000000..0813ccb Binary files /dev/null and b/textures/minegeld_1000_unknown_item.png differ diff --git a/textures/minegeld_1000_wallmapu.png b/textures/minegeld_1000_wallmapu.png new file mode 100644 index 0000000..2bf53c1 Binary files /dev/null and b/textures/minegeld_1000_wallmapu.png differ diff --git a/textures/minegeld_1000_wiki.png b/textures/minegeld_1000_wiki.png new file mode 100644 index 0000000..3286738 Binary files /dev/null and b/textures/minegeld_1000_wiki.png differ diff --git a/textures/minegeld_1000_wirecard.png b/textures/minegeld_1000_wirecard.png new file mode 100644 index 0000000..a6eeecd Binary files /dev/null and b/textures/minegeld_1000_wirecard.png differ diff --git a/textures/minegeld_1000_xnihilo.png b/textures/minegeld_1000_xnihilo.png new file mode 100644 index 0000000..e11d76c Binary files /dev/null and b/textures/minegeld_1000_xnihilo.png differ -- cgit v1.2.3