Skip to content

Commit

Permalink
bump to version v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed May 6, 2024
1 parent 7fc3caa commit 9bd9bdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

## v1.1.2 - 6.5.2024

### Changed

- update to Minecraft version 1.20.4
- updated to Minecraft 1.20.6
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.1"
version: "v1.1.2"
minecraft: "1.20"

output: "build"

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

meta:
version: 10101
version: 10102

bolt:
entrypoint:
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 @@ -35,6 +35,10 @@ function ~/update:
scoreboard players set $version adco.data 10101
log "info" "server" "Updated to 1.0.1"

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


## Uninstall
function ~/uninstall:
Expand Down

0 comments on commit 9bd9bdd

Please sign in to comment.