Specify license in fabric.mod.json, add fabric api to depends, add mod icon

This commit is contained in:
ChaoticByte 2025-11-03 22:58:27 +01:00
parent 23657a7c74
commit 1d13ba83eb
Signed by: ChaoticByte
SSH key fingerprint: SHA256:bHr1NPU+JZFLUbsTl2/mfa6U+6dcM7VjKohzXnshfFY
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -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": "*"
}
}