This commit is contained in:
ThePython 2023-10-30 16:56:30 -07:00
parent 1b8b640142
commit cd5bd99269
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,9 @@ Dependencies: Minetest Game or MineClone.
<details><summary><h1>Changelog:</h1></summary>
### 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.)

View File

@ -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