Specify license in fabric.mod.json, add fabric api to depends, add mod icon
This commit is contained in:
parent
23657a7c74
commit
1d13ba83eb
2 changed files with 3 additions and 3 deletions
BIN
src/main/resources/assets/running_around/icon.png
Normal file
BIN
src/main/resources/assets/running_around/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
|
|
@ -6,7 +6,7 @@
|
|||
"description": "",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "All-Rights-Reserved",
|
||||
"license": "BSD-3-Clause",
|
||||
"icon": "assets/running_around/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}"
|
||||
"minecraft": "${minecraft_version}",
|
||||
"fabric-api": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue