-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CF description and logo to media/
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
A simple yet compatible mod to extend the day and/or night length in Minecraft. | ||
|
||
The mod works by switching the doDaylightCycle gamerule on and off internally, without the need for command blocks (and without any log-spam). No changes to tick length, no changes to ticks-per-day. | ||
|
||
- Works with TFC (TerraFirmaCraft) and probably all other mods (please report if not); | ||
- Multiply the day and night length separately; | ||
- Required on both Server and Client side (to prevent judder/desync) | ||
- Can use arbitrary fractions, e.g. 1.5 or 50.25 | ||
- [Forge] Per-world config | ||
|
||
Config is self explanatory and is named `simpledaylengthextender-server.toml`. For Forge, load into a world first and find the config under `[saves]/[WorldName]/serverconfig/` - you can edit the values then quit to title and re-load the world to apply new config :) | ||
|
||
TODO: | ||
- Port to other MC versions | ||
- Support for SHORTENING day/night time (multiplier < 1.0) | ||
- Support for different dimensions and arbitrary phases (instead of just day/night) | ||
- Make this description nicer | ||
- Better logo |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.