Skip to content

Commit

Permalink
bump to version v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jan 16, 2023
1 parent c54dc05 commit 43a846a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Added:

- tps test module
### Changed

### Fixed:

- typos
- smaller pack size
- name from No-Lag-Datapack to No-Lag
- better readme style
- [internal] cleaner and less repetitive code
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"generatedDirectory": "__generated__",
"rootNamespace": null,
"version": {
"str": "v3.1.0",
"int": 30100
"str": "v3.1.1",
"int": 30101
}
}
}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "v3.1.0\nby 2mal3"
"description": "v3.1.1\nby 2mal3"
}
}
6 changes: 6 additions & 0 deletions src/nola/core.mc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ function load {
log NoLag info server <Updated from v3.0.4 to v3.1.0>
scoreboard players set $version nola.data 030100
}

# v3.1.1
execute if score $version nola.data matches 030101 run {
log NoLag info server <Updated from v3.1.0 to v3.1.1>
scoreboard players set $version nola.data 030101
}
}
}

Expand Down

0 comments on commit 43a846a

Please sign in to comment.