From d438ec5f4720b143914cf17ad7cb58648884358c Mon Sep 17 00:00:00 2001 From: IamPyu Date: Thu, 26 Dec 2024 18:15:23 -0600 Subject: [PATCH] Update changelog --- .cdb.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.cdb.json b/.cdb.json index 7a84ca7..0804a47 100644 --- a/.cdb.json +++ b/.cdb.json @@ -1,7 +1,7 @@ { "type": "GAME", "title": "Nodelands", - "tags": ["survival", "creative"], + "tags": ["survival", "creative", "crafting", "magic", "plants_and_farming"], "license": "MIT", "media_license": "CC-BY-4.0", "website": "https://codeberg.org/IamPyu/PyuTest", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9759a10..89566a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ Game Changes: - Hunger timer is now reset when food is eaten and hunger is set to 20. +- When you are fully satisfied from eating a food hunger will take longer to + drain. +- Greatly increased the health of the boss battles, Enchanted and Mithril tools + were to overpowered. +- Necromancers no longer spawn Mimics. +- Fix stairs and slabs no stacking onto eachother if param2 is different. +- Improved farming. +- Cauldrons no longer drain its fuel. +- Instant Health potions can now be brewed. +- Added 3D model to players. + +Bugfixes: + +- Fixed death message for `shot` type. ## [Dec 22nd] Unnamed Minor Update