diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-11-08 21:00:17 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-11-08 21:00:17 +0100 |
commit | 5c88bee5fdd60a1fc1bde1795208dbfd5cf0e9d9 (patch) | |
tree | 68ae60138141ad6e7f481f948f2d5f0d55e0f82f | |
parent | c016a0221b4b91529abef102c84a7c63f236890b (diff) | |
download | currency-5c88bee5fdd60a1fc1bde1795208dbfd5cf0e9d9.tar.gz currency-5c88bee5fdd60a1fc1bde1795208dbfd5cf0e9d9.tar.bz2 currency-5c88bee5fdd60a1fc1bde1795208dbfd5cf0e9d9.zip |
Add new batch of commemorative notes
33 files changed, 24 insertions, 4 deletions
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 Binary files differnew file mode 100644 index 0000000..db7143e --- /dev/null +++ b/textures/minegeld_1000.png diff --git a/textures/minegeld_1000_10_4.png b/textures/minegeld_1000_10_4.png Binary files differnew file mode 100644 index 0000000..7959bd0 --- /dev/null +++ b/textures/minegeld_1000_10_4.png diff --git a/textures/minegeld_1000_animal_extinction.png b/textures/minegeld_1000_animal_extinction.png Binary files differnew file mode 100644 index 0000000..b3a34a7 --- /dev/null +++ b/textures/minegeld_1000_animal_extinction.png diff --git a/textures/minegeld_1000_antishroom.png b/textures/minegeld_1000_antishroom.png Binary files differnew file mode 100644 index 0000000..31ec8b4 --- /dev/null +++ b/textures/minegeld_1000_antishroom.png diff --git a/textures/minegeld_1000_BambooBayVillage.png b/textures/minegeld_1000_bamboobayvillage.png Binary files differindex 4c38293..86da5b5 100644 --- a/textures/minegeld_1000_BambooBayVillage.png +++ b/textures/minegeld_1000_bamboobayvillage.png diff --git a/textures/minegeld_1000_chiculata.png b/textures/minegeld_1000_chiculata.png Binary files differnew file mode 100644 index 0000000..3862394 --- /dev/null +++ b/textures/minegeld_1000_chiculata.png diff --git a/textures/minegeld_1000_chile.png b/textures/minegeld_1000_chile.png Binary files differnew file mode 100644 index 0000000..9f7c90b --- /dev/null +++ b/textures/minegeld_1000_chile.png diff --git a/textures/minegeld_1000_corona.png b/textures/minegeld_1000_corona.png Binary files differindex 9a3893b..a2ec280 100644 --- a/textures/minegeld_1000_corona.png +++ b/textures/minegeld_1000_corona.png diff --git a/textures/minegeld_1000_crane.png b/textures/minegeld_1000_crane.png Binary files differnew file mode 100644 index 0000000..6193bea --- /dev/null +++ b/textures/minegeld_1000_crane.png diff --git a/textures/minegeld_1000_diamond_mine.png b/textures/minegeld_1000_diamond_mine.png Binary files differnew file mode 100644 index 0000000..bdf33e7 --- /dev/null +++ b/textures/minegeld_1000_diamond_mine.png diff --git a/textures/minegeld_1000_donation_box.png b/textures/minegeld_1000_donation_box.png Binary files differnew file mode 100644 index 0000000..1199730 --- /dev/null +++ b/textures/minegeld_1000_donation_box.png diff --git a/textures/minegeld_1000_dummy_texture.png b/textures/minegeld_1000_dummy_texture.png Binary files differnew file mode 100644 index 0000000..4a6314a --- /dev/null +++ b/textures/minegeld_1000_dummy_texture.png diff --git a/textures/minegeld_1000_green_beast.png b/textures/minegeld_1000_green_beast.png Binary files differnew file mode 100644 index 0000000..9c70ac5 --- /dev/null +++ b/textures/minegeld_1000_green_beast.png diff --git a/textures/minegeld_1000_gtsb.png b/textures/minegeld_1000_gtsb.png Binary files differnew file mode 100644 index 0000000..af17849 --- /dev/null +++ b/textures/minegeld_1000_gtsb.png diff --git a/textures/minegeld_1000_hrs.png b/textures/minegeld_1000_hrs.png Binary files differnew file mode 100644 index 0000000..1028e6a --- /dev/null +++ b/textures/minegeld_1000_hrs.png diff --git a/textures/minegeld_1000_iso_map.png b/textures/minegeld_1000_iso_map.png Binary files differnew file mode 100644 index 0000000..064d429 --- /dev/null +++ b/textures/minegeld_1000_iso_map.png diff --git a/textures/minegeld_1000_marinated_tomatoes.png b/textures/minegeld_1000_marinated_tomatoes.png Binary files differnew file mode 100644 index 0000000..b991b45 --- /dev/null +++ b/textures/minegeld_1000_marinated_tomatoes.png diff --git a/textures/minegeld_1000_meat.png b/textures/minegeld_1000_meat.png Binary files differnew file mode 100644 index 0000000..c6f31df --- /dev/null +++ b/textures/minegeld_1000_meat.png diff --git a/textures/minegeld_1000_nadinetopia.png b/textures/minegeld_1000_nadinetopia.png Binary files differindex 1725395..19380d3 100644 --- a/textures/minegeld_1000_nadinetopia.png +++ b/textures/minegeld_1000_nadinetopia.png diff --git a/textures/minegeld_1000_patatas_importancia.png b/textures/minegeld_1000_patatas_importancia.png Binary files differindex 9da44b0..4befe81 100644 --- a/textures/minegeld_1000_patatas_importancia.png +++ b/textures/minegeld_1000_patatas_importancia.png diff --git a/textures/minegeld_1000_pathv7.png b/textures/minegeld_1000_pathv7.png Binary files differnew file mode 100644 index 0000000..9a1b813 --- /dev/null +++ b/textures/minegeld_1000_pathv7.png diff --git a/textures/minegeld_1000_pickled_eggs2.png b/textures/minegeld_1000_pickled_eggs2.png Binary files differnew file mode 100644 index 0000000..1f22c1e --- /dev/null +++ b/textures/minegeld_1000_pickled_eggs2.png diff --git a/textures/minegeld_1000_pitchfork_torch_all.png b/textures/minegeld_1000_pitchfork_torch_all.png Binary files differnew file mode 100644 index 0000000..e450d51 --- /dev/null +++ b/textures/minegeld_1000_pitchfork_torch_all.png diff --git a/textures/minegeld_1000_respects.png b/textures/minegeld_1000_respects.png Binary files differnew file mode 100644 index 0000000..31ed3ff --- /dev/null +++ b/textures/minegeld_1000_respects.png diff --git a/textures/minegeld_1000_smacker.png b/textures/minegeld_1000_smacker.png Binary files differindex 014c1b5..5fc91d3 100644 --- a/textures/minegeld_1000_smacker.png +++ b/textures/minegeld_1000_smacker.png diff --git a/textures/minegeld_1000_spnmain.png b/textures/minegeld_1000_spnmain.png Binary files differnew file mode 100644 index 0000000..43ec187 --- /dev/null +++ b/textures/minegeld_1000_spnmain.png diff --git a/textures/minegeld_1000_trisiston.png b/textures/minegeld_1000_trisiston.png Binary files differindex 7a7960e..c129072 100644 --- a/textures/minegeld_1000_trisiston.png +++ b/textures/minegeld_1000_trisiston.png diff --git a/textures/minegeld_1000_unknown_item.png b/textures/minegeld_1000_unknown_item.png Binary files differnew file mode 100644 index 0000000..0813ccb --- /dev/null +++ b/textures/minegeld_1000_unknown_item.png diff --git a/textures/minegeld_1000_wallmapu.png b/textures/minegeld_1000_wallmapu.png Binary files differnew file mode 100644 index 0000000..2bf53c1 --- /dev/null +++ b/textures/minegeld_1000_wallmapu.png diff --git a/textures/minegeld_1000_wiki.png b/textures/minegeld_1000_wiki.png Binary files differnew file mode 100644 index 0000000..3286738 --- /dev/null +++ b/textures/minegeld_1000_wiki.png diff --git a/textures/minegeld_1000_wirecard.png b/textures/minegeld_1000_wirecard.png Binary files differnew file mode 100644 index 0000000..a6eeecd --- /dev/null +++ b/textures/minegeld_1000_wirecard.png diff --git a/textures/minegeld_1000_xnihilo.png b/textures/minegeld_1000_xnihilo.png Binary files differnew file mode 100644 index 0000000..e11d76c --- /dev/null +++ b/textures/minegeld_1000_xnihilo.png |