Skip to content

Commit

Permalink
Bump datapack format to 41 (1.20.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
clo4 committed May 13, 2024
1 parent 381733b commit d885503
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion afk-dim-names/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack": {
"pack_format": 4,
"description": "Displays AFK players with a darker name tag",
"supported_formats": [4, 32]
"supported_formats": [4, 41]
}
}
2 changes: 1 addition & 1 deletion afk-dim-names/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1",
"version": "1.1.1",
"minecraft": ["1.13.x", "1.20.x"]
}
2 changes: 1 addition & 1 deletion afk-message/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack": {
"pack_format": 6,
"description": "Announces when players go AFK or come back",
"supported_formats": [6, 32]
"supported_formats": [6, 41]
}
}
2 changes: 1 addition & 1 deletion afk-message/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1",
"version": "1.1.1",
"minecraft": ["1.16.x", "1.20.x"]
}
2 changes: 1 addition & 1 deletion afk-sleep/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack": {
"pack_format": 18,
"description": "Allows sleeping when players are AFK",
"supported_formats": [18, 32]
"supported_formats": [18, 41]
}
}
2 changes: 1 addition & 1 deletion afk-sleep/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2",
"version": "1.2.1",
"minecraft": ["1.20.2", "1.20.x"]
}
2 changes: 1 addition & 1 deletion afk/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack": {
"pack_format": 4,
"description": "Adds the `afk` tag to players that haven't moved in a while",
"supported_formats": [4, 32]
"supported_formats": [4, 41]
}
}
2 changes: 1 addition & 1 deletion chickenfix/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 4,
"supported_formats": [4, 32],
"supported_formats": [4, 41],
"description": "Quick and dirty fix for chickens in 1x1 spaces suffocating in walls when growing up"
}
}
2 changes: 1 addition & 1 deletion chickenfix/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2",
"version": "1.2.1",
"minecraft": ["1.13.x", "1.20.x"]
}
2 changes: 1 addition & 1 deletion pause-day-cycle/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 4,
"supported_formats": [4, 32],
"supported_formats": [4, 41],
"description": "Disable `doDaylightCycle` and `doWeatherCycle` when nobody's playing"
}
}
2 changes: 1 addition & 1 deletion pause-day-cycle/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1",
"version": "1.1.1",
"minecraft": ["1.13.x", "1.20.x"]
}

0 comments on commit d885503

Please sign in to comment.