This commit is contained in:
zjnautoz
2024-11-15 22:53:52 +08:00
parent 37bfbf8dbb
commit fb806a0b18
294 changed files with 3642 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.studt.autozwhimsy.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
],
"injectors": {
"defaultRequire": 1
}
}

View File

@@ -0,0 +1,4 @@
{
"itemGroup.autozwhimsy.autozwhimsygroup": "Autozwhimsy",
"item.autozwhimsy.autozfooditem": "Autoz"
}

View File

@@ -0,0 +1,5 @@
{ "parent": "item/generated",
"textures": {
"layer0": "autozwhimsy:item/autozwhimsy"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,11 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.studt.autozwhimsy.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}

View File

@@ -0,0 +1,32 @@
{
"schemaVersion": 1,
"id": "autozwhimsy",
"version": "1.0-SNAPSHOT",
"name": "autoz whimsy",
"description": "",
"authors": [],
"contact": {},
"license": "All-Rights-Reserved",
"icon": "assets/autozwhimsy/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"org.studt.autozwhimsy.client.AutozwhimsyClient"
],
"main": [
"org.studt.autozwhimsy.Autozwhimsy"
]
},
"mixins": [
"autozwhimsy.mixins.json",
{
"config": "autozwhimsy.client.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.16.9",
"fabric": "*",
"minecraft": "1.21"
}
}