From 3629ca8c4cb71f84c48880bc056b0afbca8ff541 Mon Sep 17 00:00:00 2001 From: Bibi Reden Date: Sat, 27 Jul 2024 10:45:20 -0500 Subject: [PATCH] cl --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a6037..7e43138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ ### API - Added `getManager` which decides the proper AttributeConfigManager via a world instance. - Added `clientManager` & `serverManager` respectively, which are self-explanatory. -- ## Changes ⚙️ - Cleaned up codebase, adjusting certain logic. - Updated Endec to match with wispforest's uploaded versions, and resolved issues with reading/writing Endec's that could cause a fatal exception. - Updated `EntityAttributeSupplier` (again). ## Removals - Removed `ConfigDefaults`. -- Removed the ability to access config through functions in the API. \ No newline at end of file +- Removed the ability to access config through functions in the API. +- Removed an attribute modified event that changed health. This should be optionally handled in a workspace that implements the API instead. \ No newline at end of file