Skip to content

Commit

Permalink
bump to version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Mar 18, 2023
1 parent 269bfe8 commit e42b045
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e42b045

Please sign in to comment.