From e4e512a5d73c54273a06c486959c1534c06e2d98 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Sun, 7 Mar 2021 12:27:29 +0000 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e221fe66..4976a302f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New enemies in 5 lower dungeons - Added on join event in plugins - Item stacking and splitting +- Procedural trees (currently only oaks and pines are procedural) +- Cliffs on steep slopes +- Giant tree sites ### Changed @@ -63,6 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Items can be requested from the counterparty's inventory during trade. - Savanna grasses restricted to savanna, cacti to desert. - Fireworks recursively shoot more fireworks. +- Improved static light rendering and illumination +- Improved the tree spawning model to allow for overlapping forests +- Changed sunlight (and, in general, static light) propagation through blocks to allow for more material properties ### Removed