Initial sanctuary sources
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "voidloop",
|
||||
"version": "${version}",
|
||||
"name": "Voidloop",
|
||||
"description": "Mod Fabric exemple pour la collection de mods Hello World.",
|
||||
"authors": [
|
||||
"KOKA99CAB"
|
||||
],
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"fr.koka99cab.voidloop.VoidloopMod"
|
||||
],
|
||||
"client": [
|
||||
"fr.koka99cab.voidloop.client.VoidloopClient"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.19.2",
|
||||
"minecraft": "~26.1.2",
|
||||
"java": ">=25",
|
||||
"fabric-api": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user