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",
|
||||
"version": "${version}",
|
||||
"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",
|
||||
"contact": {
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/techreborn",
|
||||
"sources": "https://github.com/TechReborn/TechReborn",
|
||||
"issues": "https://github.com/TechReborn/TechReborn/issues"
|
||||
},
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
|
@ -18,6 +25,31 @@
|
|||
},
|
||||
"requires": {
|
||||
"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
Reference in a new issue