Skip to content

Commit

Permalink
release(0.3.2): Update to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsDatapacks committed Apr 27, 2024
1 parent 4c2f8dc commit 817c137
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.2] - 2024-04-27
Update to 1.20.5

### Changed
- The datapack now requires 1.20.5

### Fixed
- The golem now starts a program from the beginning every time it is run

## [0.3.1] - 2024-01-29
The big split

Expand Down
2 changes: 1 addition & 1 deletion data/bot/functions/version.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data modify storage bot:version name set value "Code of Copper"

data modify storage bot:version major set value 0
data modify storage bot:version minor set value 3
data modify storage bot:version patch set value 1
data modify storage bot:version patch set value 2
data modify storage bot:version suffix set value ""

execute if data storage bot:version {suffix:""} run tellraw @a {"nbt":"name","storage":"bot:version","extra":[{"text":" v","extra":[{"nbt":"major","storage":"bot:version","extra":[{"text":"."},{"nbt":"minor","storage":"bot:version"},{"text":".","extra":[{"nbt":"patch","storage":"bot:version"}]}]}]}]}
Expand Down
4 changes: 2 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"pack": {
"pack_format": 26,
"pack_format": 41,
"description": "Programmable Copper Golems.",
"supported_formats": {"min_inclusive": 18, "max_inclusive": 26}
"supported_formats": 41
},
"overlays": {
"entries": [
Expand Down
8 changes: 3 additions & 5 deletions project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "Code of Copper",
"slug": "code-of-copper",
"version": "0.3.1",
"version": "0.3.2",
"game_versions": [
"1.20.2",
"1.20.3",
"1.20.4"
"1.20.5"
],
"summary": "Programmable Copper Golems. Fully text-based programming language in a vanilla datapack.",
"license": "GPL-3.0-or-later",
Expand All @@ -19,7 +17,7 @@
],
"dependencies": {
"golemscript": "0.3.1",
"moxlib": "0.5.11",
"moxlib": "0.5.12",
"regex": "0.1.1"
},
"dev_dependencies": {},
Expand Down

0 comments on commit 817c137

Please sign in to comment.