From 8305e5970f3c74d7b132f73443df0b083a15d7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Mon, 23 Dec 2019 01:29:06 +0100 Subject: add more commemorative notes --- craftitems.lua | 4 ++++ textures/minegeld_1000_BambooBayVillage.png | Bin 0 -> 13032 bytes textures/minegeld_1000_nadinetopia.png | Bin 0 -> 3560 bytes textures/minegeld_1000_patatas_importancia.png | Bin 0 -> 3873 bytes textures/minegeld_1000_trisiston.png | Bin 0 -> 3575 bytes 5 files changed, 4 insertions(+) create mode 100644 textures/minegeld_1000_BambooBayVillage.png create mode 100644 textures/minegeld_1000_nadinetopia.png create mode 100644 textures/minegeld_1000_patatas_importancia.png create mode 100644 textures/minegeld_1000_trisiston.png diff --git a/craftitems.lua b/craftitems.lua index d816741..02b6e54 100644 --- a/craftitems.lua +++ b/craftitems.lua @@ -42,6 +42,10 @@ register_comm_currency("minegeld_1000_e231", "1000 MineGeld Note, Featuring E231 register_comm_currency("minegeld_1000_origin", "1000 MineGeld Note, Featuring Origin") 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_patatas_importancia", "1000 MineGeld Note, Featuring Patatas a la Importancia") minetest.register_craftitem("currency:minegeld_bundle", { description = S("Bundle of random Minegeld notes"), diff --git a/textures/minegeld_1000_BambooBayVillage.png b/textures/minegeld_1000_BambooBayVillage.png new file mode 100644 index 0000000..4c38293 Binary files /dev/null and b/textures/minegeld_1000_BambooBayVillage.png differ diff --git a/textures/minegeld_1000_nadinetopia.png b/textures/minegeld_1000_nadinetopia.png new file mode 100644 index 0000000..1725395 Binary files /dev/null and b/textures/minegeld_1000_nadinetopia.png differ diff --git a/textures/minegeld_1000_patatas_importancia.png b/textures/minegeld_1000_patatas_importancia.png new file mode 100644 index 0000000..9da44b0 Binary files /dev/null and b/textures/minegeld_1000_patatas_importancia.png differ diff --git a/textures/minegeld_1000_trisiston.png b/textures/minegeld_1000_trisiston.png new file mode 100644 index 0000000..7a7960e Binary files /dev/null and b/textures/minegeld_1000_trisiston.png differ -- cgit v1.2.3