From 6e6158cffc6d582a872062cb34d6bf781b8c187b Mon Sep 17 00:00:00 2001 From: Crystal Spider Date: Fri, 7 Jun 2024 17:37:32 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb51c569..97dfd7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ and this project adheres to [Crystal Nest Semantic Versioning](https://crystalne - Nothing new. ## [1.20.4-3.3.1-alpha] - 2024/06/07 -- TODO +- Added API for registering custom fire blocks and campfire blocks, along with required block entities and renderers. +- Added API for registering custom campfire items. +- Added API for registering custom lantern blocks and items. +- Added API for registering custom torch blocks and items, along with required particles. +- Added new Fire property `light` to set the light level of the Fire. ## [1.20.4-3.3.0-alpha] - 2024/06/04 - Rewrite to new standards with multiloader environment.