v1.0
This commit is contained in:
32
build/resources/main/fabric.mod.json
Normal file
32
build/resources/main/fabric.mod.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user