Remove my name in contributions and add mod parenting in modmenu, Use a more detailled image of altarik icon
All checks were successful
Test and Deploy / build (17, ubuntu-latest) (push) Successful in 3m41s
Test and Deploy / deploy (17, ubuntu-latest) (push) Has been skipped

This commit is contained in:
Quentin Legot 2024-02-08 12:47:42 +01:00
parent 041bff1908
commit ebbb92f66d
10 changed files with 34 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -8,7 +8,7 @@
"Altarik"
],
"contributors": [
"Legot Quentin<legotquentin@gmail.com>"
],
"contact": {
"homepage": "https://altarik.fr"
@ -25,5 +25,13 @@
"fabric-api": "*",
"minecraft": "${minecraftVersion}",
"java": ">=17"
},
"custom": {
"modmenu": {
"badges": [ "library" ],
"parent": {
"parent": "toolbox"
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -8,7 +8,7 @@
"Altarik"
],
"contributors": [
"Legot Quentin<legotquentin@gmail.com>"
],
"contact": {
"homepage": "https://altarik.fr"
@ -26,5 +26,13 @@
"minecraft": "${minecraftVersion}",
"java": ">=17",
"toolbox-core": "${version}"
},
"custom": {
"modmenu": {
"badges": [ "library" ],
"parent": {
"parent": "toolbox"
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -8,7 +8,7 @@
"Altarik"
],
"contributors": [
"Legot Quentin<legotquentin@gmail.com>"
],
"contact": {
"homepage": "https://altarik.fr"
@ -29,5 +29,13 @@
"fabric-api": "*",
"minecraft": "${minecraftVersion}",
"java": ">=17"
},
"custom": {
"modmenu": {
"badges": [ "library" ],
"parent": {
"parent": "toolbox"
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -8,7 +8,7 @@
"Altarik"
],
"contributors": [
"Legot Quentin<legotquentin@gmail.com>"
],
"contact": {
"homepage": "https://altarik.fr"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -8,7 +8,7 @@
"Altarik"
],
"contributors": [
"Legot Quentin<legotquentin@gmail.com>"
],
"contact": {
"homepage": "https://altarik.fr"
@ -25,6 +25,11 @@
"toolbox-database": "${version}",
"toolbox-pagination": "${version}",
"toolbox-task": "${version}"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}