Rename to Real World Time

This commit is contained in:
GreenBlob 2024-03-14 16:47:36 +08:00
parent 545818b8f4
commit dd97b1f10b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# RealTime
# Real World Time
RealTime is a Minetest mod that syncs in-game time with the real-world time, so that the time in the game will always be the same as the time in real life. As a result, the day-night cycle will sync with the real-world one and will cycle at the same speed as the real world.
## How it works

View File

@ -1,4 +1,4 @@
name = realtime
title = RealTime
description = A mod that syncs the time in Minetest with the real-world time.
name = real_world_time
title = Real World Time
description = Syncs the time in-game with the real-world time.
author = GreenBlob