Make the mod work

This commit is contained in:
Michael Mikovsky
2025-09-07 16:01:15 -06:00
parent 38a069a4b0
commit b585e11062
8 changed files with 371 additions and 52 deletions
+3 -10
View File
@@ -5,7 +5,7 @@
"name": "Example mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Me!"
"Astatin3"
],
"contact": {
"homepage": "https://fabricmc.net/",
@@ -16,18 +16,11 @@
"environment": "*",
"entrypoints": {
"main": [
"com.example.ExampleMod"
],
"client": [
"com.example.ExampleModClient"
"dev.astatin3.favicon.ExampleMod"
]
},
"mixins": [
"modid.mixins.json",
{
"config": "modid.client.mixins.json",
"environment": "client"
}
"modid.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.14",