From 0a89045b070c79ca336c0cc8ab56b448daa908cd Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:47:23 +0200 Subject: [PATCH] bump to version v1.1.3 --- CHANGELOG.md | 4 ++-- beet.yaml | 6 +++--- pyproject.toml | 2 +- src/data/adco/functions/core.mcfunction | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36aa461..4bccc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/beet.yaml b/beet.yaml index ca1dd53..5fc2afb 100644 --- a/beet.yaml +++ b/beet.yaml @@ -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" @@ -22,7 +22,7 @@ require: - bolt meta: - version: 10102 + version: 10103 bolt: entrypoint: diff --git a/pyproject.toml b/pyproject.toml index 42ba274..bc032a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/src/data/adco/functions/core.mcfunction b/src/data/adco/functions/core.mcfunction index 005e010..fa634f5 100644 --- a/src/data/adco/functions/core.mcfunction +++ b/src/data/adco/functions/core.mcfunction @@ -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: