mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
invert logic here
This commit is contained in:
parent
73ca4df33b
commit
9a1751177c
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
if (sunOrMoon >= 0.99) then { // adjust this lower to change sooner. Note: "0.99 value, the twilight is still quite dark" https://community.bistudio.com/wiki/sunOrMoon
|
||||
if (sunOrMoon < 0.99) then { // adjust this lower to change sooner. Note: "0.99 value, the twilight is still quite dark" https://community.bistudio.com/wiki/sunOrMoon
|
||||
setTimeMultiplier 13 // adjust this value for slower or faster night cycle ( 24 hours will take 1 hour )
|
||||
} else {
|
||||
setTimeMultiplier 5 // adjust this value for slower or faster day cycle ( 12 hours will take 1 hour )
|
||||
|
@ -1 +1 @@
|
||||
build=437;
|
||||
build=438;
|
||||
|
Loading…
x
Reference in New Issue
Block a user