rebase dev to pagination #9

Merged
quentinlegot merged 17 commits from dev into pagination 2023-03-21 09:38:15 +01:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 31b6a45ef7 - Show all commits

View File

@ -10,4 +10,4 @@ pluginManagement {
}
rootProject.name = 'Toolbox'
include(':Tasks', ':Database', ':Pagination')
include(':Tasks', ':Database', /* ':Pagination' */)

View File

@ -16,9 +16,6 @@
"license": "Altarik @ All-Rights-Reserved ",
"icon": "assets/quests/icon.png",
"environment": "*",
"mixins": [
"toolbox.mixins.json"
],
"depends": {
"fabricloader": "^0.14.12",
"fabric-api": "*",