Skip to content

Commit

Permalink
bump to version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jul 8, 2023
1 parent 0d0c75d commit a84960f
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 50 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Fixed
### Added

- update to Minecraft 1.20 was broken (thanks to @Eel337)
- datapack counts previous advancements when installed into an old world (thanks to @sternschnaube)

### Changed

- improved pack icon
- more accurate message from the reset command

### Fixed

- some problems when working alongside other datapacks that modify the tab scores(thanks to @sternschnaube)
6 changes: 3 additions & 3 deletions beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ id: "adco"
name: "Advancement Count"
description: "Awards players a certain number of points for each advancement they complete. The total number for each player can then be viewed in the Tab list."
author: "2mal3"
version: "v1.0.2"
version: "v1.1.0"
minecraft: "1.20"

output: "build"

data_pack:
name: "Advancement-Count"
description: "v1.0.2"
description: "v1.1.0"
load:
- "src"
- pack.png: "pack.png"
Expand All @@ -22,7 +22,7 @@ require:
- bolt

meta:
version: 10002
version: 10100

bolt:
entrypoint:
Expand Down
104 changes: 60 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "advancement-count"
version = "1.0.2"
version = "1.1.0"
description = ""
authors = ["2mal3 <56305732+2mal3@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit a84960f

Please sign in to comment.