Better Time Warp
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: forge
标签: utility
Better Time Warp
Ever wished sleeping in Minecraft was actually worth something? By default, the game just skips to morning — your furnaces sit idle, your crops don't grow, nothing happens.
This mod fixes that. When you lie in bed, the world keeps going — just faster. Crops grow, furnaces smelt, hoppers move items. You wake up and stuff is actually done.
You can also sleep during the day if you just want to fast-forward time.
How is this different from other sleep mods?
Most sleep simulation mods jack up the server TPS to like 200+, which tanks performance. Your game freezes, mobs teleport around, and ironically everything runs slower than vanilla.
Better Time Warp doesn't touch TPS. It only accelerates the things that matter:
Time of day — moved forward mathematically
Crop growth — temporary randomTickSpeed boost
Furnaces/hoppers/brewers — extra block entity ticks
Mob AI and entity physics stay at normal speed. Server stays at 20 TPS. No lag.
Config
File: bettertimewarp-common.toml
[general]
# How fast everything goes while sleeping. Default 10 = ten times faster.
timeSpeedMultiplier = 10
# Let players sleep during the day too.
allowAlwaysSleep = true
# Speed up furnaces, hoppers, brewing stands etc. while sleeping.
# Turn off if you have a heavy modpack and want minimal impact.
enableSimulationWarp = true
# What % of players need to be in bed for warp to kick in.
# 0 = one player is enough. Good for servers.
warpMinPlayersPercentage = 0
# Boost crop growth during sleep via randomTickSpeed.
speedUpCropsWithTimeOnly = true请登录后举报
暂无评论,抢个沙发吧~