2026-01-07 09:36:07 +01:00
|
|
|
{
|
|
|
|
|
"schemaVersion": 1,
|
|
|
|
|
"id": "szar",
|
2026-02-06 13:32:51 +01:00
|
|
|
"version": "26.2.6",
|
2026-01-07 09:36:07 +01:00
|
|
|
"name": "szar",
|
|
|
|
|
"description": "Valami szar mod",
|
|
|
|
|
"authors": ["TGdoesCode"],
|
|
|
|
|
"contact": {},
|
|
|
|
|
"license": "All-Rights-Reserved",
|
|
|
|
|
"icon": "assets/szar/icon.png",
|
|
|
|
|
"environment": "*",
|
|
|
|
|
"accessWidener" : "szar.accesswidener",
|
|
|
|
|
"entrypoints": {
|
|
|
|
|
"fabric-datagen": [
|
|
|
|
|
"dev.tggamesyt.szar.client.SzarDataGenerator"
|
|
|
|
|
],
|
|
|
|
|
"client": [
|
|
|
|
|
"dev.tggamesyt.szar.client.SzarClient"
|
|
|
|
|
],
|
|
|
|
|
"main": [
|
|
|
|
|
"dev.tggamesyt.szar.Szar"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"mixins": [
|
|
|
|
|
"szar.mixins.json",
|
|
|
|
|
{
|
|
|
|
|
"config": "szar.client.mixins.json",
|
|
|
|
|
"environment": "client"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"depends": {
|
|
|
|
|
"fabricloader": ">=0.18.3",
|
|
|
|
|
"fabric": "*",
|
|
|
|
|
"minecraft": "1.20.1"
|
|
|
|
|
}
|
|
|
|
|
}
|