Fix time of day

This commit is contained in:
Nathan Fritzler 2022-06-21 14:04:15 -06:00
parent a5c2cad473
commit 4e5f45f5ab
Signed by: Lazerbeak12345
GPG Key ID: 736DE8D7C58AD7FE
2 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,6 @@
# Basic game rules
item_entity_ttl = 1
# This wasn't working, so I've also specified this in `mcljepc_core`
time_speed = 0
node_highlighting = halo

View File

@ -14,3 +14,6 @@ minetest.register_item(":", {
}
}
})
minetest.set_timeofday(0.5) -- Midday TODO doesn't work?
minetest.settings:set('time_speed',0)