uj
This commit is contained in:
36
build/resources/main/fabric.mod.json
Normal file
36
build/resources/main/fabric.mod.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "szar",
|
||||
"version": "1.0.3",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user