This commit is contained in:
2025-10-22 19:08:41 +02:00
commit 0921c5fc31
498 changed files with 176919 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "hu.jgj52.megeszlekmoro.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}

View 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"
}
}

View File

@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "hu.jgj52.megeszlekmoro.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}