Skip to content

Commit

Permalink
Add Server Entrypoint In quilt.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Aug 13, 2023
1 parent 9d8f4e7 commit 7170c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/assets/mmodding_lib/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"config.mmodding_lib.showMModdingLibraryMods": "Show MModding Library Mods",
"config.mmodding_lib_client.applyGlintPackOverridesToVanillaItems": "Apply Glint Pack Overrides To Vanilla Items",
"config.mmodding_lib_client.showMModdingLibraryClientCaches": "Show Client Caches",
"config.mmodding_lib_client.showMModdingLibraryClientMods": "Show MModding Library Client Mods",
"config.mmodding_lib_server.showMModdingLibraryServerMods": "Show MModding Library Server Mods",
"mmodding_lib.commands.redirections.weather": "The weather command only works when executed in the overworld, use this instead:",
"mmodding_lib.commands.redirections.weather.fixed": "Fixed Command",
"mmodding_lib.commands.redirections.weather.hover": "Execute fixed weather %s command",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"entrypoints": {
"init": "com.mmodding.mmodding_lib.MModdingLib",
"client_init": "com.mmodding.mmodding_lib.client.MModdingLibClient",
"server_init": "com.mmodding.mmodding_lib.server.MModdingLibServer",
"modmenu": "com.mmodding.mmodding_lib.impl.ModMenuApiImpl"
},
"depends": [
Expand Down

0 comments on commit 7170c8c

Please sign in to comment.