Skip to content

Commit

Permalink
🔖 2.2.0 release, diverse fixes and optimisations (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome authored Nov 4, 2024
1 parent 9f950a0 commit 40451cd
Show file tree
Hide file tree
Showing 523 changed files with 3,930 additions and 2,348 deletions.
2 changes: 1 addition & 1 deletion .env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mc_version: "1.21"
mc_version: "1.21.2"

documentation_url: "https://bookshelf.docs.gunivers.net/"

Expand Down
18 changes: 14 additions & 4 deletions .spyglassrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@
"exclude": [
".github/",
".vscode/",
"@gitignore",
"test/"
]
"build/",
"docs/",
"generated/",
"region/",
"scripts/",
"@gitignore"
],
"mcmetaSummaryOverrides": {
"commands": {
"path": "./commands.json",
"replace": false
}
}
},
"lint": {
"nameOfNbtKey": "^[a-z0-9_]+$",
"nameOfObjective": "^bs\\.[a-z0-9_.]+$",
"nameOfScoreHolder": "^[#$\\-]?[a-z0-9_.]+$",
"nameOfTag": "^bs\\.[a-z0-9_.]+$",
"nameOfTag": "^(?:bs|smithed)\\.[a-z0-9_.]+$",
"nameOfTeam": "^bs\\.[a-z0-9_.]+$",
"nbtArrayLengthCheck": true,
"nbtListLengthCheck": true,
Expand Down
Loading

0 comments on commit 40451cd

Please sign in to comment.