28 lines
562 B
JSON
28 lines
562 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "realtime",
|
|
"version": "${version}",
|
|
"name": "Realtime",
|
|
"description": "Synchronizes the Minecraft day-night cycle with the server's local time.",
|
|
"icon": "assets/realtime/icon.png",
|
|
"authors": [
|
|
"KOKA99CAB"
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"fr.koka99cab.realtime.RealtimeMod"
|
|
],
|
|
"client": [
|
|
"fr.koka99cab.realtime.client.RealtimeClient"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabricloader": ">=0.19.2",
|
|
"minecraft": "~26.1.2",
|
|
"java": ">=25",
|
|
"fabric-api": "*"
|
|
}
|
|
}
|