mirror of
https://github.com/CompeyDev/touch-grass-reminder.git
synced 2024-12-12 04:40:39 +00:00
fix: entrypoint client_init class name
This commit is contained in:
parent
41267a1b57
commit
4ae313b1c0
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue