From 5c38408d161e8b33bf7aacae4245d646c3b80793 Mon Sep 17 00:00:00 2001 From: ThePython <87204246+ThePython10110@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:18:35 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 298b727..d7fb8ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ExchangeClone -Allows players to turn items into energy (stored in orbs), and energy from orbs into items. Supports all items in Minetest Game and MineClone 2! +Allows players to turn items into energy, and energy into items. Supports all items in Minetest Game and MineClone 2! Also adds a whole bunch of other stuff. ## ExchangeClone's Features: * Philosopher's Stone @@ -252,4 +252,4 @@ Dependencies: Minetest Game or MineClone. * Swiftwolf's Rending Gale (but without the force field; basically Why's Flying Sausage with a different texture) * Harvest Band (maybe not) * Ring of Arcana (possibly without the Harvest Band) -* Gem Armor \ No newline at end of file +* Gem Armor From cd5bd9926944c5774134576d3d0923645a50eb21 Mon Sep 17 00:00:00 2001 From: ThePython <87204246+ThePython10110@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:56:30 -0700 Subject: [PATCH 2/2] v5.2 --- README.md | 3 +++ armor.lua | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0884ddc..136c72f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ Dependencies: Minetest Game or MineClone.

Changelog:

+### 5.2 +* Removed unnecessary logging every time players take damage (I was testing stuff out with the armor) + ### 5.1 * Fixed Mineclonia energy values (I foolishly assumed that all items would have the same itemstrings and groups). * Added new Mineclonia items (pottery, sculk, smithing templates, suspicious sand, etc.) diff --git a/armor.lua b/armor.lua index 673d829..051d933 100644 --- a/armor.lua +++ b/armor.lua @@ -111,7 +111,6 @@ if exchangeclone.mcl then end mcl_damage.register_modifier(function(obj, damage, reason) - minetest.log(dump({damage, reason})) local blocked = blocked_damage_types[reason.type] local inv = mcl_util.get_inventory(obj) if inv then