Initial sanctuary sources
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user