KingContaria / seedqueue

Minecraft mod that generates multiple worlds concurrently and lets players reset them on an ingame wall screen.
MIT License
32 stars 18 forks source link

Add keybind to schedule a seed to be joined #47

Closed KingContaria closed 2 months ago

KingContaria commented 2 months ago

Closes https://github.com/KingContaria/seedqueue/issues/16

KingContaria commented 2 months ago

Not sure how to go about making the warning time configurable. I don't want to add it to the config because the sound can only be added through resourcepacks, however its not really possible to add it to .mcmeta either because sound events can have multiple sounds. Any ideas welcome!

KingContaria commented 2 months ago

Will have some merge conflicts around SeedQueueWallScreen#playSound with https://github.com/KingContaria/seedqueue/pull/50