From f12b80030e053b87c146bdc0cc7743661581673b Mon Sep 17 00:00:00 2001 From: CalebJ <4073196-KaylebJay@users.noreply.gitlab.com> Date: Wed, 19 Jan 2022 22:59:05 +0000 Subject: [PATCH] remove awards from xtraores, move to minetest-africa --- xtraores/awards.lua | 56 --------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/xtraores/awards.lua b/xtraores/awards.lua index 9728e48..8b13789 100644 --- a/xtraores/awards.lua +++ b/xtraores/awards.lua @@ -1,57 +1 @@ -awards.register_award("xtraores:unobtainable",{ - title = "Obtaining the unobtainable", - description = "Dig an unobtainium ore.", - icon = "xtraores_unobtainium_lump.png", - trigger = { - type = "dig", - node = "xtraores:stone_with_unobtainium", - target = 1 - }, -}) -awards.register_award("xtraores:nya",{ - title = "Nyaaa", - description = "Dig a geminitinum ore.", - icon = "xtraores_geminitinum_lump.png", - trigger = { - type = "dig", - node = "xtraores:stone_with_geminitinum", - target = 1 - }, -}) - -awards.register_award("xtraores:chosen_one",{ - title = "You are the Chosen One", - description = "Craft Excalibur.", - icon = "xtraores_sword_excalibur.png", - trigger = { - type = "craft", - item = "xtraores:sword_excalibur", - target = 1 - }, -}) - -awards.register_award("xtraores:please_nerf",{ - title = "Seems OP, please nerf", - description = "Craft the Gungir.", - icon = "xtraores_spear_gungir.png", - trigger = { - type = "craft", - item = "xtraores:spear_gungir", - target = 1 - }, - requires = {"xtraores:chosen_one"}, - secret = true, -}) - -awards.register_award("xtraores:epilepsy_warning",{ - title = "Epilepsy warning", - description = "Place a geminitinum block.", - icon = "xtraores_geminitinum_ingot.png", - trigger = { - type = "place", - node = "xtraores:geminitinum_block", - target = 1 - }, - secret = true, -}) \ No newline at end of file