Skip to content

Commit bf3ce7c

Browse files
committed
release(0.3.3): update to 1.21
1 parent 817c137 commit bf3ce7c

File tree

240 files changed

+15
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+15
-52
lines changed

CHANGELOG.md

+6
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

data/bot/functions/version.mcfunction data/bot/function/version.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data modify storage bot:version name set value "Code of Copper"
22

33
data modify storage bot:version major set value 0
44
data modify storage bot:version minor set value 3
5-
data modify storage bot:version patch set value 2
5+
data modify storage bot:version patch set value 3
66
data modify storage bot:version suffix set value ""
77

88
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"}]}]}]}]}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dpmconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"include_files": ["v18"],
2+
"include_files": [],
33
"exclude_files": []
44
}

pack.mcmeta

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"pack": {
3-
"pack_format": 41,
3+
"pack_format": 48,
44
"description": "Programmable Copper Golems.",
5-
"supported_formats": 41
6-
},
7-
"overlays": {
8-
"entries": [
9-
{
10-
"formats": 18,
11-
"directory": "v18"
12-
}
13-
]
5+
"supported_formats": 48
146
}
157
}

project.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Code of Copper",
33
"slug": "code-of-copper",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"game_versions": [
6-
"1.20.5"
6+
"1.21"
77
],
88
"summary": "Programmable Copper Golems. Fully text-based programming language in a vanilla datapack.",
99
"license": "GPL-3.0-or-later",
@@ -16,9 +16,9 @@
1616
"utility"
1717
],
1818
"dependencies": {
19-
"golemscript": "0.3.1",
20-
"moxlib": "0.5.12",
21-
"regex": "0.1.1"
19+
"golemscript": "0.3.2",
20+
"moxlib": "0.5.13",
21+
"regex": "0.1.2"
2222
},
2323
"dev_dependencies": {},
2424
"optional_dependencies": {},

v18/data/bot/tags/blocks/traversable.json

-35
This file was deleted.

0 commit comments

Comments
 (0)