mirror of
https://github.com/JonasunderscoreJones/TickTockTracker.git
synced 2025-10-23 11:09:19 +02:00
Added features
This commit is contained in:
parent
e72acb6b34
commit
79fdaa7258
5 changed files with 115 additions and 0 deletions
31
src/main/resources/fabric.mod.json
Normal file
31
src/main/resources/fabric.mod.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "ticktocktracker",
|
||||
"version": "${version}",
|
||||
"name": "TickTockTracker",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"authors": [
|
||||
"Me!"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://jonasjones.dev/",
|
||||
"sources": "https://github.com/J-onasJones/TickTockTracker"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/ticktocktracker/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"dev.jonasjones.ticktocktracker.TickTockTracker"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22",
|
||||
"minecraft": "~1.20.2",
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue