generated code
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2026-02-13 20:41:00 +01:00
parent 00b76cee09
commit 150788e3bb
18 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"schemaVersion": 1,
"id": "uno",
"version": "${version}",
"name": "Uno",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Me!"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/uno/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"de.jottyfan.minecraft.gta.Uno"
]
},
"mixins": [
"uno.mixins.json"
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": "~26.1-",
"java": ">=25",
"fabric-api": "*"
}
}