Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steves-underwater-paradise/stevesrealisticsleep
Minecraft Fabric mod that makes sleeping speed up time instead of skipping to day.
https://github.com/steves-underwater-paradise/stevesrealisticsleep
curseforge fabricmc minecraft mod modding modrinth quiltmc
Last synced: about 2 months ago
JSON representation
Minecraft Fabric mod that makes sleeping speed up time instead of skipping to day.
- Host: GitHub
- URL: https://github.com/steves-underwater-paradise/stevesrealisticsleep
- Owner: steves-underwater-paradise
- License: lgpl-2.1
- Created: 2022-04-23T12:38:52.000Z (over 2 years ago)
- Default Branch: 1.20-1.20.1
- Last Pushed: 2024-09-09T09:32:59.000Z (4 months ago)
- Last Synced: 2024-09-09T11:16:01.403Z (4 months ago)
- Topics: curseforge, fabricmc, minecraft, mod, modding, modrinth, quiltmc
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/stevesrealisticsleep
- Size: 17.8 MB
- Stars: 14
- Watchers: 1
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Steve's Realistic Sleep icon](docs/media/icon_128x128.png)
# Steve's Realistic Sleep
Makes sleeping speed up time instead of skipping to day.
![Steve's Realistic Sleep gif](docs/media/realistic_sleep.gif)
## Showcase
This mod is featured in ["Minecraft Mod Combinations That Work Perfectly Together #5" By AsianHalfSquat](https://youtu.be/AMAf-oR6x5I?t=141)
[![YouTube thumbnail](https://i3.ytimg.com/vi/AMAf-oR6x5I/maxresdefault.jpg)](https://youtu.be/AMAf-oR6x5I?t=141)## Dependencies
### Required
- [Cloth Config API](https://modrinth.com/mod/cloth-config)
- [Fabric API](https://modrinth.com/mod/fabric-api) or [Quilt Standard Libraries](https://modrinth.com/mod/qsl)
- [Architectury API](https://modrinth.com/mod/architectury-api)### Optional
- [ModMenu](https://modrinth.com/mod/modmenu) for an in game configuration screen (only for singleplayer/LAN)
## Incompatibilities
Any mods that add sleep voting, or otherwise modify the sleeping mechanic itself will not work with this mod.
You can set a minimum amount of players that have to sleep using the vanilla Minecraft gamerule `PLAYERS_SLEEP_PERCENTAGE`.Any mods which simply add buffs/debuffs after waking up should
work. [Create an issue](https://github.com/Steveplays28/realisticsleep/issues/new) on the issue tracker if you've found an incompatibility!- [BetterSleeping Revived](https://modrinth.com/mod/bettersleeping-revived) - Buffs, debuffs, and chat messages don't trigger (
see [issue #18](https://github.com/Steveplays28/realisticsleep/issues/18) for more details)
- [Time and Wind](https://www.curseforge.com/minecraft/mc-mods/time-wind) - Adjusted time snaps back to vanilla time
- [Time Control](https://modrinth.com/mod/time-control) - Adjusted time snaps back to vanilla time## Download
[![GitHub](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/github_vector.svg)](https://github.com/steves-underwater-paradise/stevesrealisticsleep)
[![Modrinth](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/stevesrealisticsleep)
[![CurseForge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/stevesrealisticsleep)![Fabric](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/fabric_vector.svg)
![Quilt](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/quilt_vector.svg)
![Forge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/forge_vector.svg)
![NeoForge](docs/assets/badges/compact/supported/neoforge_vector.svg)See the version info in the filename for the supported Minecraft versions.
Made for the Fabric, Quilt, Forge, and NeoForge modloaders.
Server side (with optional client side support for the cloud speed multiplier and a sleep vignette config option).## FAQ
- Q: Will you be backporting this to lower Minecraft versions?
A: No.- Q: Does this mod work in multiplayer?
A: Yes! The speed of the night scales for each player that's sleeping at the same time. The scale curve can be changed in the config.- Q: Does only the server need this mod or does the client need it too?
A: Only the server needs this mod (but it works on the client too if you're going to host LAN or play singleplayer). There's optional
clientside support for the cloud speed multiplier and a sleep vignette config option.- Q: Can you still avoid rain/thunder by sleeping?
A: Yes. After sleeping until dawn the weather will become clear. I might make this configurable in the future, let me know if you want
this.- Q: Does this mod speed up things like furnaces, redstone, the raid timer, and other (modded) block entities?
A: Yes!## Contributing
If you've encountered a problem or you want to suggest
features, [create an issue](https://github.com/steves-underwater-paradise/stevesrealisticsleep/issues/new) on the issue tracker.### Development
- `git clone https://github.com/steves-underwater-paradise/stevesrealisticsleep.git`
- `cd stevesrealisticsleep`
- `./gradlew build`## License
This project is licensed under LGPLv2.1,
see [LICENSE](https://github.com/steves-underwater-paradise/stevesrealisticsleep/blob/1.20-1.20.1/LICENSE).