Initial commit

This commit is contained in:
KäseToatz
2025-02-03 11:45:14 +01:00
commit 40ee6e31e2
10 changed files with 216 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"schemaVersion": 1,
"id": "boatjump",
"version": "${version}",
"name": "BoatJump",
"description": "",
"authors": [],
"contact": {
"repo": "https://github.com/KaseToatz1337/NoExplosionGrief"
},
"license": "MIT",
"environment": "*",
"entrypoints": {
"client": [
"com.kasetoatz.boatjump.BoatJump"
]
},
"mixins": [
"boatjump.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}