Skip to content

Commit

Permalink
Update version to 5.1.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Apr 10, 2024
1 parent f20b152 commit 420b736
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions datapack/data/fetchr/functions/tick/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# @within tag/function minecraft:tick
# @handles #minecraft:tick

#NEUN_SCRIPT since 38
#tellraw @a {"translate": "fetchr.error.incompatible_minecraft_version.multiple_compatible", "color": "red", "with": ["1.20", "24w13a"]}
#NEUN_SCRIPT since 40
#tellraw @a {"translate": "fetchr.error.incompatible_minecraft_version.multiple_compatible", "color": "red", "with": ["1.20", "1.20.5"]}
#NEUN_SCRIPT end
function fetchr:tick/spigot
function neun_einser.timer:store_current_time
Expand Down
2 changes: 1 addition & 1 deletion datapack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 15,
"supported_formats": {"min_inclusive": 15, "max_inclusive": 26},
"supported_formats": {"min_inclusive": 15, "max_inclusive": 39},
"description": "Fetchr"
},
"overlays": {
Expand Down
6 changes: 3 additions & 3 deletions neunscript.config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Fetchr",
"version": "5.1.2-pre1",
"version": "5.1.2-rc1",
"mc": "1.20.2",
"target": "dist",
"vars": {
"version_long_name": "5.1.2 Pre-Release 1",
"rp_version": "22",
"version_long_name": "5.1.2 Release-Candidate 1",
"rp_version": "23",
"realms": false
},
"remove_file_types": [
Expand Down
2 changes: 1 addition & 1 deletion resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 15,
"supported_formats": {"min_inclusive": 15, "max_inclusive": 22},
"supported_formats": {"min_inclusive": 15, "max_inclusive": 31},
"description": "Fetchr resources"
}
}

0 comments on commit 420b736

Please sign in to comment.