From e46fd6a872925f4f2f49b6e168b3ed5b8780155a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Tue, 10 Oct 2023 19:41:22 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8caa67..4a856f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,16 @@ ## What's new? -- Increased squid spawn rate. - - Their maximum spawn height is now 54. -- Reduced spawn rate and health of rats. - - Rats now only spawn underground (8 light levels). +- Increased squid spawn rate. Their maximum spawn height is now 54. +- Reduced spawn rate and health of rats. They now only spawn underground (8 light levels). +- Rewritten scripts that used `replaceAllOcurences` (those that replace lumber) to Groovy. Fixes [#61](https://github.com/juraj-hrivnak/Underdog/issues/61). +- Added Pyrotech charcoal support. Fixes [#62](https://github.com/juraj-hrivnak/Underdog/issues/62). +- Other scripts are being slowly but surely rewritten to Groovy too. Sorry CraftTweaker, nothing personal. +- Disabled `missing_edge_chunks` config in VintageFix. - Reduced fish spawn rate. - Disabled Mo' Creatures' fox and goat. - Disabled Elenai Dodge's tutorial. - Debark textures are no longer missing. -- Disabled `missing_edge_chunks` config in VintageFix. -- Rewritten scripts that used `replaceAllOcurences` (those that replace lumber) to Groovy. Fixes [#61](https://github.com/juraj-hrivnak/Underdog/issues/61). -- Scripts are being slowly but surely rewritten to Groovy. Sorry CraftTweaker, nothing personal. @mod_changes@