Added builder, DataTracker and KeyValue #16

Manually merged
quentinlegot merged 40 commits from dev into master 2023-06-13 22:15:40 +02:00
3 changed files with 7 additions and 2 deletions
Showing only changes of commit 7b054ed935 - Show all commits

View File

@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "toolbox-pagination",
"version": "${version}",
"name": "Task",
"name": "Pagination",
"description": "A mod to use to paginate long result to player in chat",
"authors": [
"Altarik"

View File

@ -92,6 +92,7 @@ allprojects {
dependencies {
include subprojects.collect { project -> project }
implementation subprojects.collect { project -> project }
}
/*jar {

View File

@ -20,7 +20,11 @@
"fabricloader": "^0.14.12",
"fabric-api": "*",
"minecraft": "1.19.3",
"java": ">=17"
"java": ">=17",
"toolbox-core": "${version}",
"toolbox-database": "${version}",
"toolbox-pagination": "${version}",
"toolbox-task": "${version}"
}
}