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@