From e42b045a856cb32b976ff831d8455a164c20ae5b Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:55:55 +0100 Subject: [PATCH] bump to version v3.0.0 --- CHANGELOG.md | 20 +++++++++++++++----- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97328f5..77c3e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ -### New: - - option to disable ambient sound - - fuel consumption speed setting (idea by [@KINGPC](https://www.planetminecraft.com/member/kingpc/)) +Because of the big changes in this update, old chunk loaders will not work. I recommend uninstalling the old datapack first and then reinstalling the new version from scratch. -### Fixed: - - compatibility with 1.19.2 +### New + +- update to Minecraft version 1.19.4 +- nicer crafting output texture + +### Changed + +- improved performance +- wrong Minecraft version warning message +- [internal] complete rewrite in [beet](https://github.com/mcbeet/beet) + +### Fixed + +- recipe unlock notification when crafting the chunk loader diff --git a/README.md b/README.md index f5f4a1c..39824fc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ _Additional info: https://gist.github.com/Drovolon/24bfaae00d57e7a8ca64b792e14fa - compatible with other datapacks except Unlock all recipes datapacks and datapacks that forceload many chunks themselves - bug reports and suggestions are best done on [GitHub](https://github.com/2mal3/Chunk-Loader-Datapack/issues) - to uninstall run the command `/function chlo:core/uninstall` -- datapack was created with [mc-build](https://github.com/mc-build/mc-build) +- datapack was created with [beet](https://github.com/mcbeet/beet) _v1.3.0_ diff --git a/pyproject.toml b/pyproject.toml index 15fc8ce..c005d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chunk-loader" -version = "0.1.0" +version = "3.0.0" description = "" authors = ["2mal3 <56305732+2mal3@users.noreply.github.com>"] readme = "README.md"