From 6f91c379a604051be5e5dfcbfbd687c6e14ce91f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 24 Aug 2019 18:01:48 +0200 Subject: [PATCH 01/10] Use 5.0.0 translation system --- init.lua | 25 ++++++++----- locale/de.txt | 45 ----------------------- locale/pep.de.tr | 45 +++++++++++++++++++++++ locale/template.txt | 88 ++++++++++++++++++++++----------------------- 4 files changed, 106 insertions(+), 97 deletions(-) delete mode 100644 locale/de.txt create mode 100644 locale/pep.de.tr diff --git a/init.lua b/init.lua index 2e377fd..57690f5 100644 --- a/init.lua +++ b/init.lua @@ -1,10 +1,4 @@ --- Boilerplate to support localized strings if intllib mod is installed. -local S -if minetest.get_modpath("intllib") then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = minetest.get_translator("pep") local ppa = minetest.get_modpath("playerphysics") pep = {} @@ -23,7 +17,7 @@ function pep.register_potion(potiondef) end end minetest.register_craftitem("pep:"..potiondef.basename, { - description = string.format(S("Glass Bottle (%s)"), potiondef.contentstring), + description = S("Glass Bottle (@1)", potiondef.contentstring), _doc_items_longdesc = potiondef.longdesc, _doc_items_usagehelp = S("Hold it in your hand, then left-click to drink it."), inventory_image = "pep_"..potiondef.basename..".png", @@ -243,6 +237,14 @@ playereffects.register_effect_type("pepmole", S("Mole mode"), "pep_mole.png", {" pep.disable_mole_mode(player:get_player_name()) end ) +playereffects.register_effect_type("pepglow", S("Glow"), "pep_glow.png", {"glow"}, + function(player) + player:set_properties({glow=minetest.LIGHT_MAX}) + end, + function(effect, player) + player:set_properties({glow=0}) + end +) pep.register_potion({ basename = "speedplus", @@ -328,6 +330,13 @@ pep.register_potion({ effect_type = "pepmole", duration = 18, }) +pep.register_potion({ + basename = "glow", + contentstring = S("Glow Potion"), + longdesc = S("Drinking it will make you glow. The effect lasts for 60 seconds."), + effect_type = "pepglow", + duration = 60, +}) if(minetest.get_modpath("mana")~=nil) then pep.register_potion({ basename = "manaregen", diff --git a/locale/de.txt b/locale/de.txt deleted file mode 100644 index 9c8742a..0000000 --- a/locale/de.txt +++ /dev/null @@ -1,45 +0,0 @@ -Air Potion = Lufttrank -Drinking it gives you breath underwater for 30 seconds. = Trinken Sie dies, um im Wasser für 30 Sekunden lang einen perfekten Atem zu haben. -Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total. = Trinken Sie dies, um Ihre Gesundheit zu regenerieren. Jede Sekunde erhalten Sie 2 TP, und das insgesamt 10 mal. -Drinking it makes you regenerate health. Every 2 seconds, you get 1 HP, 10 times in total. = Trinken Sie dies, um Ihre Gesundheit zu regenerieren. Alle 2 Sekunden erhalten Sie 1 TP, und das insgesamt 10 mal. -Drinking it will increase your mana regeneration rate by 0.5 for 10 seconds. = Trinken Sie dies, um Ihre Manaregenerierungsrate für 10 Sekunden um 0,5 zu erhöhen. -Drinking it will increase your mana regeneration rate by 1 for 10 seconds. = Trinken Sie dies, um Ihre Manaregenerierungsrate für 10 Sekunden um 1 zu erhöhen. -Drinking it will make you jump higher for 30 seconds. = Trinken Sie dies, um für 30 Sekunden lang höher springen zu können. -Drinking it will make you jump lower for 30 seconds. = Trinken Sie dies, um für 30 Sekunden lang Ihre Sprunghöhe zu reduzieren. -Drinking it will make you run faster for 30 seconds. = Trinken Sie dies, um für 30 Sekunden lang schneller laufen zu können. -Drinking it will make you walk slower for 30 seconds. = Trinken Sie dies, um für 30 Sekunden lang Ihre Gehschwindigkeit zu reduzieren. -Drinking it will start an effect which will magically attempt to mine any two blocks in front of you horizontally, as if you were using a steel pickaxe on them. The effect lasts for 18 seconds. = Wenn Sie diesen Trank trinken, wird eine Wirkung ausgelöst, welche auf magische Weise versucht, die beiden Blöcke horizontal vor Ihnen abzubauen, als ob Sie eine Stahlspitzhacke auf sie anwenden würden. Die Wirkung dauert 18 Sekunden. -Drinking it will stop all gravity effects you currently have. = Trinken Sie dies, um alle Schwerkraftwirkungen, die Sie momentan haben, aufzuheben. -Drinking it will stop all jumping effects you may currently have. = Trinken Sie dies, um alle Sprungwirkungen, die Sie momentan haben, aufzuheben. -Drinking it will stop all speed effects you may currently have. = Trinken Sie dies, um alle Geschwindigkeitswirkungen, die Sie momentan haben, aufzuheben. -Glass Bottle (%s) = Glasflasche (%s) -Gravity Neutralizer = Schwerkraftneutralisator -Gravity neutralizer = Schwerkraftneutralisator -High Jumping Potion = Hochsprungtrank -High jump = Hochsprung -High speed = Schnell -# »ihn« = der Trank -Hold it in your hand, then left-click to drink it. = Halten Sie ihn in Ihrer Hand, dann klicken Sie mit der linken Maustaste, um ihn zu trinken. -Jump Neutralizer = Sprungneutralisator -Jump height neutralizer = Sprunghöhenneutralisator -Low Jumping Potion = Tiefsprungtrank -Low jump = Tiefsprung -Low speed = Langsam -Mole Potion = Maulwurfstrank -Mole mode = Maulwurfsmodus -No gravity = Schwerelos -Non-Gravity Potion = Schwerelosigkeitstrank -Perfect breath = Perfekter Atem -Regeneration = Regeneration -Running Potion = Lauftrank -Slug Potion = Schneckentrank -Speed Neutralizer = Temponeutralisator -Speed neutralizer = Temponeutralisator -Strong Healing Potion = Starker Heiltrank -Strong Mana Potion = Starker Manatrank -Strong mana boost = Staker Manaschub -Strong regeneration = Starke Regeneration -Weak Healing Potion = Schwacher Heiltrank -Weak Mana Potion = Schwacher Manatrank -Weak mana boost = Schwacher Manaschub -When you drink this potion, gravity stops affecting you, as if you were in space. The effect lasts for 20 seconds. = Wenn Sie diesen Trank trinken, wird die Schwerkraft Sie nicht mehr beeinflussen, als ob Sie im Weltall wären. Die Wirkung hält für 20 Sekunden an. diff --git a/locale/pep.de.tr b/locale/pep.de.tr new file mode 100644 index 0000000..fcaa89e --- /dev/null +++ b/locale/pep.de.tr @@ -0,0 +1,45 @@ +Air Potion=Lufttrank +Drinking it gives you breath underwater for 30 seconds.=Trinken Sie dies, um im Wasser für 30 Sekunden lang einen perfekten Atem zu haben. +Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total.=Trinken Sie dies, um Ihre Gesundheit zu regenerieren. Jede Sekunde erhalten Sie 2 TP, und das insgesamt 10 mal. +Drinking it makes you regenerate health. Every 2 seconds, you get 1 HP, 10 times in total.=Trinken Sie dies, um Ihre Gesundheit zu regenerieren. Alle 2 Sekunden erhalten Sie 1 TP, und das insgesamt 10 mal. +Drinking it will increase your mana regeneration rate by 0.5 for 10 seconds.=Trinken Sie dies, um Ihre Manaregenerierungsrate für 10 Sekunden um 0,5 zu erhöhen. +Drinking it will increase your mana regeneration rate by 1 for 10 seconds.=Trinken Sie dies, um Ihre Manaregenerierungsrate für 10 Sekunden um 1 zu erhöhen. +Drinking it will make you jump higher for 30 seconds.=Trinken Sie dies, um für 30 Sekunden lang höher springen zu können. +Drinking it will make you jump lower for 30 seconds.=Trinken Sie dies, um für 30 Sekunden lang Ihre Sprunghöhe zu reduzieren. +Drinking it will make you run faster for 30 seconds.=Trinken Sie dies, um für 30 Sekunden lang schneller laufen zu können. +Drinking it will make you walk slower for 30 seconds.=Trinken Sie dies, um für 30 Sekunden lang Ihre Gehschwindigkeit zu reduzieren. +Drinking it will start an effect which will magically attempt to mine any two blocks in front of you horizontally, as if you were using a steel pickaxe on them. The effect lasts for 18 seconds.=Wenn Sie diesen Trank trinken, wird eine Wirkung ausgelöst, welche auf magische Weise versucht, die beiden Blöcke horizontal vor Ihnen abzubauen, als ob Sie eine Stahlspitzhacke auf sie anwenden würden. Die Wirkung dauert 18 Sekunden. +Drinking it will stop all gravity effects you currently have.=Trinken Sie dies, um alle Schwerkraftwirkungen, die Sie momentan haben, aufzuheben. +Drinking it will stop all jumping effects you may currently have.=Trinken Sie dies, um alle Sprungwirkungen, die Sie momentan haben, aufzuheben. +Drinking it will stop all speed effects you may currently have.=Trinken Sie dies, um alle Geschwindigkeitswirkungen, die Sie momentan haben, aufzuheben. +Glass Bottle (@1)=Glasflasche (@1) +Gravity Neutralizer=Schwerkraftneutralisator +Gravity neutralizer=Schwerkraftneutralisator +High Jumping Potion=Hochsprungtrank +High jump=Hochsprung +High speed=Schnell +# »ihn«=der Trank +Hold it in your hand, then left-click to drink it.=Halten Sie ihn in Ihrer Hand, dann klicken Sie mit der linken Maustaste, um ihn zu trinken. +Jump Neutralizer=Sprungneutralisator +Jump height neutralizer=Sprunghöhenneutralisator +Low Jumping Potion=Tiefsprungtrank +Low jump=Tiefsprung +Low speed=Langsam +Mole Potion=Maulwurfstrank +Mole mode=Maulwurfsmodus +No gravity=Schwerelos +Non-Gravity Potion=Schwerelosigkeitstrank +Perfect breath=Perfekter Atem +Regeneration=Regeneration +Running Potion=Lauftrank +Slug Potion=Schneckentrank +Speed Neutralizer=Temponeutralisator +Speed neutralizer=Temponeutralisator +Strong Healing Potion=Starker Heiltrank +Strong Mana Potion=Starker Manatrank +Strong mana boost=Staker Manaschub +Strong regeneration=Starke Regeneration +Weak Healing Potion=Schwacher Heiltrank +Weak Mana Potion=Schwacher Manatrank +Weak mana boost=Schwacher Manaschub +When you drink this potion, gravity stops affecting you, as if you were in space. The effect lasts for 20 seconds.=Wenn Sie diesen Trank trinken, wird die Schwerkraft Sie nicht mehr beeinflussen, als ob Sie im Weltall wären. Die Wirkung hält für 20 Sekunden an. diff --git a/locale/template.txt b/locale/template.txt index 00ea1ce..1aa663b 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,44 +1,44 @@ -Air Potion = -Drinking it gives you breath underwater for 30 seconds. = -Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total. = -Drinking it makes you regenerate health. Every 2 seconds, you get 1 HP, 10 times in total. = -Drinking it will increase your mana regeneration rate by 0.5 for 10 seconds. = -Drinking it will increase your mana regeneration rate by 1 for 10 seconds. = -Drinking it will make you jump higher for 30 seconds. = -Drinking it will make you jump lower for 30 seconds. = -Drinking it will make you run faster for 30 seconds. = -Drinking it will make you walk slower for 30 seconds. = -Drinking it will start an effect which will magically attempt to mine any two blocks in front of you horizontally, as if you were using a steel pickaxe on them. The effect lasts for 18 seconds. = -Drinking it will stop all gravity effects you currently have. = -Drinking it will stop all jumping effects you may currently have. = -Drinking it will stop all speed effects you may currently have. = -Glass Bottle (%s) = -Gravity Neutralizer = -Gravity neutralizer = -High Jumping Potion = -High jump = -High speed = -Hold it in your hand, then left-click to drink it. = -Jump Neutralizer = -Jump height neutralizer = -Low Jumping Potion = -Low jump = -Low speed = -Mole Potion = -Mole mode = -No gravity = -Non-Gravity Potion = -Perfect breath = -Regeneration = -Running Potion = -Slug Potion = -Speed Neutralizer = -Speed neutralizer = -Strong Healing Potion = -Strong Mana Potion = -Strong mana boost = -Strong regeneration = -Weak Healing Potion = -Weak Mana Potion = -Weak mana boost = -When you drink this potion, gravity stops affecting you, as if you were in space. The effect lasts for 20 seconds. = +Air Potion= +Drinking it gives you breath underwater for 30 seconds.= +Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total.= +Drinking it makes you regenerate health. Every 2 seconds, you get 1 HP, 10 times in total.= +Drinking it will increase your mana regeneration rate by 0.5 for 10 seconds.= +Drinking it will increase your mana regeneration rate by 1 for 10 seconds.= +Drinking it will make you jump higher for 30 seconds.= +Drinking it will make you jump lower for 30 seconds.= +Drinking it will make you run faster for 30 seconds.= +Drinking it will make you walk slower for 30 seconds.= +Drinking it will start an effect which will magically attempt to mine any two blocks in front of you horizontally, as if you were using a steel pickaxe on them. The effect lasts for 18 seconds.= +Drinking it will stop all gravity effects you currently have.= +Drinking it will stop all jumping effects you may currently have.= +Drinking it will stop all speed effects you may currently have.= +Glass Bottle (@1)= +Gravity Neutralizer= +Gravity neutralizer= +High Jumping Potion= +High jump= +High speed= +Hold it in your hand, then left-click to drink it.= +Jump Neutralizer= +Jump height neutralizer= +Low Jumping Potion= +Low jump= +Low speed= +Mole Potion= +Mole mode= +No gravity= +Non-Gravity Potion= +Perfect breath= +Regeneration= +Running Potion= +Slug Potion= +Speed Neutralizer= +Speed neutralizer= +Strong Healing Potion= +Strong Mana Potion= +Strong mana boost= +Strong regeneration= +Weak Healing Potion= +Weak Mana Potion= +Weak mana boost= +When you drink this potion, gravity stops affecting you, as if you were in space. The effect lasts for 20 seconds.= From 1062c7620fdaaf97b195a0952d17d2e49af9f82d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 24 Aug 2019 18:02:54 +0200 Subject: [PATCH 02/10] Update mod.conf --- depends.txt | 8 -------- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index ff2a097..0000000 --- a/depends.txt +++ /dev/null @@ -1,8 +0,0 @@ -playereffects -playerphysics? -default? -vessels? -flowers? -farming? -mana? -intllib? diff --git a/description.txt b/description.txt deleted file mode 100644 index 7a6f9a1..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds potions with temporary player effects. diff --git a/mod.conf b/mod.conf index 2541407..2f4aa53 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = pep +description = Adds potions with temporary player effects. +depends = playereffects +optional_depends = playerphysics, default, vessels, flowers, farming, mana From 692b57a29d3755a5fd90331d9eb27542054a7536 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 24 Aug 2019 18:05:47 +0200 Subject: [PATCH 03/10] Replace deprecated functions --- init.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 57690f5..1de2235 100644 --- a/init.lua +++ b/init.lua @@ -56,12 +56,9 @@ end function pep.moledig(playername) local player = minetest.get_player_by_name(playername) - local yaw = player:get_look_yaw() - -- fix stupid oddity of Minetest, adding pi/2 to the actual player's look yaw... - -- TODO: Remove this code as soon as Minetest fixes this. - yaw = yaw - math.pi/2 + local yaw = player:get_look_horizontal() - local pos = vector.round(player:getpos()) + local pos = vector.round(player:get_pos()) local v = pep.yaw_to_vector(yaw) From 0f3318ce0efee7984f6ccc3d05e8be802d6bf8af Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 24 Aug 2019 18:12:28 +0200 Subject: [PATCH 04/10] Add glow texture --- textures/pep_glow.png | Bin 0 -> 370 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 textures/pep_glow.png diff --git a/textures/pep_glow.png b/textures/pep_glow.png new file mode 100644 index 0000000000000000000000000000000000000000..441e5eafa2d55df9e4371ce4319ec0df9af673ab GIT binary patch literal 370 zcmV-&0ge8NP)$J18L;L&tzxSHp zr>7^vw5e3!)rz1#10&9$bYmg1Jx3^bc zgT}^2VnMN#II@a@i}MRI^^-VxTR>_B0<{k0ErT98!?d{6*4NiZ=NISX%k2WX#=$ QR{#J207*qoM6N<$g7FiqN&o-= literal 0 HcmV?d00001 From ab408a4e78221a79b949dbe4cd48a29fe1bb70c9 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 24 Aug 2019 18:37:26 +0200 Subject: [PATCH 05/10] Remove glow potion --- init.lua | 15 --------------- textures/pep_glow.png | Bin 370 -> 0 bytes 2 files changed, 15 deletions(-) delete mode 100644 textures/pep_glow.png diff --git a/init.lua b/init.lua index 1de2235..1ba1340 100644 --- a/init.lua +++ b/init.lua @@ -234,14 +234,6 @@ playereffects.register_effect_type("pepmole", S("Mole mode"), "pep_mole.png", {" pep.disable_mole_mode(player:get_player_name()) end ) -playereffects.register_effect_type("pepglow", S("Glow"), "pep_glow.png", {"glow"}, - function(player) - player:set_properties({glow=minetest.LIGHT_MAX}) - end, - function(effect, player) - player:set_properties({glow=0}) - end -) pep.register_potion({ basename = "speedplus", @@ -327,13 +319,6 @@ pep.register_potion({ effect_type = "pepmole", duration = 18, }) -pep.register_potion({ - basename = "glow", - contentstring = S("Glow Potion"), - longdesc = S("Drinking it will make you glow. The effect lasts for 60 seconds."), - effect_type = "pepglow", - duration = 60, -}) if(minetest.get_modpath("mana")~=nil) then pep.register_potion({ basename = "manaregen", diff --git a/textures/pep_glow.png b/textures/pep_glow.png deleted file mode 100644 index 441e5eafa2d55df9e4371ce4319ec0df9af673ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmV-&0ge8NP)$J18L;L&tzxSHp zr>7^vw5e3!)rz1#10&9$bYmg1Jx3^bc zgT}^2VnMN#II@a@i}MRI^^-VxTR>_B0<{k0ErT98!?d{6*4NiZ=NISX%k2WX#=$ QR{#J207*qoM6N<$g7FiqN&o-= From 31198c20a19cec8ff9ee1866d952e7d6ef531763 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 26 Aug 2019 05:10:46 +0200 Subject: [PATCH 06/10] Change 2 recipes --- README.md | 4 ++-- init.lua | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72ba61d..dbe3c61 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ All crafting recipes are shapeless. ### Breath #### Air potion Gives you breath underwater for 30s. -Craft: 8 papyri, 1 glass bottle. +Craft: 1 cyan coral, 1 green coral, 1 pink coral, 1 glass bottle. All 8 papyri must occupy one slot. @@ -70,7 +70,7 @@ Craft: 2 dry shrubs, 1 cotton seed, 1 mese crystal fragment, 1 glass bottle. #### Strong mana potion Increases mana regeneration rate by 1 for 10 seconds. -Craft: 4 dry shrubs, 1 jungle sapling, 1 acacia tree sapling, 1 mese crystal fragment, 1 weak mana potion. +Craft: 4 dry shrubs, 1 jungle sapling, 1 marram grass, 1 mese crystal fragment, 1 weak mana potion. ### Other potions #### Mole potion diff --git a/init.lua b/init.lua index 1ba1340..0b9a2c6 100644 --- a/init.lua +++ b/init.lua @@ -344,8 +344,7 @@ if(minetest.get_modpath("default")~=nil) then minetest.register_craft({ type = "shapeless", output = "pep:breath", - recipe = { "default:papyrus", "default:papyrus", "default:papyrus", "default:papyrus", - "default:papyrus", "default:papyrus", "default:papyrus", "default:papyrus", "vessels:glass_bottle" } + recipe = { "default:coral_cyan", "default:coral_green", "default:coral_pink", "vessels:glass_bottle" } }) minetest.register_craft({ type = "shapeless", @@ -393,7 +392,7 @@ if(minetest.get_modpath("default")~=nil) then type = "shapeless", output = "pep:manaregen2", recipe = { "default:dry_shrub", "default:dry_shrub", "default:dry_shrub", "default:dry_shrub", "default:junglesapling", - "default:acacia_sapling", "default:mese_crystal_fragment", "pep:manaregen" } + "default:marram_grass_1", "default:mese_crystal_fragment", "pep:manaregen" } }) end From d3948df66b56adc0bb3b45cad1541249ba921e17 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 27 Feb 2024 11:23:17 +0100 Subject: [PATCH 07/10] Fix missing textdomain in locale files --- locale/pep.de.tr | 1 + locale/template.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/locale/pep.de.tr b/locale/pep.de.tr index fcaa89e..37a2e74 100644 --- a/locale/pep.de.tr +++ b/locale/pep.de.tr @@ -1,3 +1,4 @@ +# textdomain: pep Air Potion=Lufttrank Drinking it gives you breath underwater for 30 seconds.=Trinken Sie dies, um im Wasser für 30 Sekunden lang einen perfekten Atem zu haben. Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total.=Trinken Sie dies, um Ihre Gesundheit zu regenerieren. Jede Sekunde erhalten Sie 2 TP, und das insgesamt 10 mal. diff --git a/locale/template.txt b/locale/template.txt index 1aa663b..6f5edf3 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,3 +1,4 @@ +# textdomain: pep Air Potion= Drinking it gives you breath underwater for 30 seconds.= Drinking it makes you regenerate health quickly. Every second you get 2 HP, 10 times in total.= From 2ed4db204be9a0a4dd9859f3b1a99ed6de1759ea Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 27 Feb 2024 11:24:14 +0100 Subject: [PATCH 08/10] Rename mod to 'Player Effect Potions' --- README.md | 2 +- mod.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe3c61..b80f780 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pep: Player Effects Potions +# Pep: Player Effect Potions Version 1.4.0 ## Introduction diff --git a/mod.conf b/mod.conf index 2f4aa53..52d5bce 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,5 @@ name = pep +title = Player Effect Potions description = Adds potions with temporary player effects. depends = playereffects optional_depends = playerphysics, default, vessels, flowers, farming, mana From cd23f285cb442f5c80aacd0921727eecaee4b761 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 27 Feb 2024 11:26:02 +0100 Subject: [PATCH 09/10] Add .mailmap file for e-mail --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..3d78b58 --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Wuzzy +Wuzzy From 5dcbaa43dd05ea6d8c179df1ca06c721afec7d89 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 27 Feb 2024 11:32:47 +0100 Subject: [PATCH 10/10] Version 1.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b80f780..83d993a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pep: Player Effect Potions -Version 1.4.0 +Version 1.5.0 ## Introduction This little mod adds some simple potions which add temporary effects when consumed.