Update fabric.mod.json and fix Pagination name
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 5m18s
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 5m18s
This commit is contained in:
parent
780c0d650c
commit
7b054ed935
@ -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"
|
||||
|
@ -92,6 +92,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
include subprojects.collect { project -> project }
|
||||
implementation subprojects.collect { project -> project }
|
||||
}
|
||||
|
||||
/*jar {
|
||||
|
@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user