Allow clients to open games without joining a world#326
Draft
haykam821 wants to merge 1 commit intoNucleoidMC:mainfrom
Draft
Allow clients to open games without joining a world#326haykam821 wants to merge 1 commit intoNucleoidMC:mainfrom
haykam821 wants to merge 1 commit intoNucleoidMC:mainfrom
Conversation
Member
|
Incredibly handy for minigame development, thank you haykam 👍 |
Patbox
reviewed
Jul 5, 2025
Member
There was a problem hiding this comment.
Would be better to keep all translations in data/plasmid/lang tbf. I can add some code to gradle scripts to just duplicate that folder into assets (I do that in few mods)
Member
|
Not sure if full return to title screen is something we would want, through maybe we could provide builtin alternative "lobby mode". Since I imagine it would be useful if it didn't kick everyone out in case of lan games (or games with people playing through E4MC or alike) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a games screen to clients running Plasmid. From this screen, players can open games provided by mods. When the game closes, the player is returned to the title screen. Like normal worlds, players can open games to LAN.
PlasmidGameworld from other screens (including the singleplayer and Realms world upload screens)