fix: entrypoint client_init class name

This commit is contained in:
Erica Marigold 2023-12-08 11:34:18 +05:30
parent 41267a1b57
commit 4ae313b1c0
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -8,10 +8,10 @@
"name": "Touch Grass Reminder",
"description": "Client-side mod which warns players when they have been excessively playing Minecraft (by default more than 24 hours at a time).",
"contributors": {
"Erica Marigold": "Owner"
"DevComp": "Owner"
},
"contact": {
"homepage": "",
"homepage": "https://modrinth.com/mod/touch-grass-reminder",
"issues": "https://github.com/CompeyDev/touch-grass-reminder/issues",
"sources": "https://github.com/CompeyDev/touch-grass-reminder"
},
@ -20,7 +20,7 @@
},
"intermediate_mappings": "net.fabricmc:intermediary",
"entrypoints": {
"client_init": "xyz.devcomp.touch_grass_reminder.client.TouchGrassreminderClient",
"client_init": "xyz.devcomp.touch_grass_reminder.client.TouchGrassReminderClient",
"modmenu": "xyz.devcomp.touch_grass_reminder.integrations.ModMenuIntegration"
},
"depends": [
@ -42,6 +42,5 @@
"versions": ">=3.2.1+1.20-"
}
]
},
"mixin": "touch_grass_reminder.mixins.json"
}
}