init
This commit is contained in:
35
build/resources/main/fabric.mod.json
Normal file
35
build/resources/main/fabric.mod.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "megeszlekmoro",
|
||||
"version": "1.0",
|
||||
"name": "MegeszlekMoro",
|
||||
"description": "",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "GPL-3.0",
|
||||
"icon": "assets/megeszlekmoro/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"fabric-datagen": [
|
||||
"hu.jgj52.megeszlekmoro.client.MegeszlekmoroDataGenerator"
|
||||
],
|
||||
"client": [
|
||||
"hu.jgj52.megeszlekmoro.client.MegeszlekmoroClient"
|
||||
],
|
||||
"main": [
|
||||
"hu.jgj52.megeszlekmoro.Megeszlekmoro"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"megeszlekmoro.mixins.json",
|
||||
{
|
||||
"config": "megeszlekmoro.client.mixins.json",
|
||||
"environment": "client"
|
||||
}
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.14",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.21"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user