Skip to content

Commit

Permalink
bump to version v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jul 23, 2024
1 parent 1b73ded commit 0a89045
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## v1.1.2 - 6.5.2024
## v1.1.3 - 23.7.2024

### Changed

- updated to Minecraft 1.20.6
- updated to Minecraft 1.21.0
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.1.2"
version: "v1.1.3"
minecraft: "1.21"

output: "build"

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

meta:
version: 10102
version: 10103

bolt:
entrypoint:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "advancement-count"
version = "1.1.1"
version = "1.1.3"
description = "Add your description here"
authors = [
{ name = "2mal3", email = "56305732+2mal3@users.noreply.github.com" }
Expand Down
4 changes: 4 additions & 0 deletions src/data/adco/functions/core.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ function ~/update:
scoreboard players set $version adco.data 10102
log "info" "server" "Updated to 1.1.2"

execute if score $version adco.data matches 10102:
scoreboard players set $version adco.data 10103
log "info" "server" "Updated to 1.1.3"


## Uninstall
function ~/uninstall:
Expand Down

0 comments on commit 0a89045

Please sign in to comment.