Dump to 4.1.1-SNAPSHOT
This commit is contained in:
parent
bbde71463b
commit
b8c99862d5
@ -2,8 +2,8 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "toolbox-core",
|
||||
"version": "${version}",
|
||||
"name": "Core",
|
||||
"description": "",
|
||||
"name": "Altarik Toolbox Core",
|
||||
"description": "Dependency of some of altarik toolbox mods",
|
||||
"authors": [
|
||||
"Altarik"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "toolbox-database",
|
||||
"version": "${version}",
|
||||
"name": "Database",
|
||||
"description": "",
|
||||
"name": "Altarik Toolbox Database",
|
||||
"description": "A set of sql tools",
|
||||
"authors": [
|
||||
"Altarik"
|
||||
],
|
||||
@ -24,6 +24,7 @@
|
||||
"fabricloader": "^0.14.12",
|
||||
"fabric-api": "*",
|
||||
"minecraft": "1.19.3",
|
||||
"java": ">=17"
|
||||
"java": ">=17",
|
||||
"toolbox-core": "${version}"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "toolbox-pagination",
|
||||
"version": "${version}",
|
||||
"name": "Pagination",
|
||||
"name": "Altarik Toolbox Pagination",
|
||||
"description": "A mod to use to paginate long result to player in chat",
|
||||
"authors": [
|
||||
"Altarik"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "toolbox-task",
|
||||
"version": "${version}",
|
||||
"name": "Task",
|
||||
"name": "Altarik Toolbox Task",
|
||||
"description": "A mod to use as a dependency for others to schedule tasks",
|
||||
"authors": [
|
||||
"Altarik"
|
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
|
||||
|
||||
junit_version=5.9.0
|
||||
@ -8,5 +8,5 @@ loader_version=0.14.14
|
||||
fabric_version=0.75.1+1.19.3
|
||||
|
||||
maven_group=fr.altarik.toolbox
|
||||
maven_version=4.1.0-SNAPSHOT
|
||||
maven_version=4.1.1-SNAPSHOT
|
||||
repo_username=Altarik
|
||||
|
Loading…
Reference in New Issue
Block a user