mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-23 15:22:12 +00:00
feat: added logo and data
parent
6d969eb293
commit
713d43cfa0
2 changed files with 7 additions and 3 deletions
BIN
src/main/resources/assets/gimble/logo.png
Normal file
BIN
src/main/resources/assets/gimble/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,015 KiB |
|
@ -3,11 +3,16 @@
|
||||||
"id": "${modId}",
|
"id": "${modId}",
|
||||||
"version": "${modVersion}",
|
"version": "${modVersion}",
|
||||||
"name": "${modName}",
|
"name": "${modName}",
|
||||||
"description": "An open source building assist mod featuring vim-like modes.",
|
"description": "An open source building assist mod featuring vim-like modes and modifiers.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"moonleay"
|
"moonleay"
|
||||||
],
|
],
|
||||||
"contact": {},
|
"icon": "assets/${modId}/logo.png",
|
||||||
|
"contact": {
|
||||||
|
"email": "contact@moonleay.net",
|
||||||
|
"homepage": "https://moonleay.net",
|
||||||
|
"sources": "https://git.moonleay.net/Fabric/Gimble"
|
||||||
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
@ -37,7 +42,6 @@
|
||||||
"fabricloader": ">=${fabricLoaderVersion}",
|
"fabricloader": ">=${fabricLoaderVersion}",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"fabric-language-kotlin": ">=${fabricKotlinVersion}",
|
"fabric-language-kotlin": ">=${fabricKotlinVersion}",
|
||||||
"huebcraftconfiglib": "${configlibVersion}",
|
|
||||||
"minecraft": "${minecraftVersion}"
|
"minecraft": "${minecraftVersion}"
|
||||||
},
|
},
|
||||||
"accessWidener": "${modId}.accesswidener"
|
"accessWidener": "${modId}.accesswidener"
|
||||||
|
|
Loading…
Reference in a new issue