Add more metadata
This commit is contained in:
parent
b5d5ef2ca0
commit
51ed95008f
3 changed files with 35 additions and 3 deletions
BIN
src/main/resources/assets/techreborn/icon.png
Normal file
BIN
src/main/resources/assets/techreborn/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
|
@ -3,7 +3,14 @@
|
||||||
"id": "techreborn",
|
"id": "techreborn",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "Tech Reborn",
|
"name": "Tech Reborn",
|
||||||
|
"icon": "assets/techreborn/icon.png",
|
||||||
|
"description": "A completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"contact": {
|
||||||
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/techreborn",
|
||||||
|
"sources": "https://github.com/TechReborn/TechReborn",
|
||||||
|
"issues": "https://github.com/TechReborn/TechReborn/issues"
|
||||||
|
},
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -18,6 +25,31 @@
|
||||||
},
|
},
|
||||||
"requires": {
|
"requires": {
|
||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.4.0",
|
||||||
"fabric": "*"
|
"fabric": "*",
|
||||||
}
|
"reborncore": "*"
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
"modmuss50",
|
||||||
|
"drcrazy"
|
||||||
|
],
|
||||||
|
"contributors": [
|
||||||
|
"Gigabit101",
|
||||||
|
"TheMattaBase",
|
||||||
|
"Mj11jM",
|
||||||
|
"Mazdallier",
|
||||||
|
"tntrololol",
|
||||||
|
"joflashstudios",
|
||||||
|
"lclc98",
|
||||||
|
"Lordmau5",
|
||||||
|
"mezz",
|
||||||
|
"Prospector",
|
||||||
|
"Rushmead",
|
||||||
|
"Yulife",
|
||||||
|
"Dragon2488",
|
||||||
|
"MrBretze",
|
||||||
|
"Ourten",
|
||||||
|
"Dimmerworld",
|
||||||
|
"coderbot",
|
||||||
|
"estebes"
|
||||||
|
]
|
||||||
}
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue