defgameplay.time_set(time: number):None The point in time in the day you choose is equal to some amount of Minecraft time ticks. Minecraft uses a certain amount of ticks for each part of a day. Thetime setblock an easy way to make time move to a common part of the day. ...
midnight——午夜(18000) (单位:游戏刻) 有趣的是,在Java版使用set更改时间是以游戏时间为基础的,但在基岩版使用set却是以游戏日时间为基础的。比如使用: /time set 0 在Java版会将时间改为0,在基岩版却会将时间改为下一游戏日刚开始的时候。 所以在基岩版,唯一能将游戏时间拨回去的方法是/time add 负数...
在基岩版中,time add、time query、time set是3个独立的命令。——wiki 先来补充一个知识点: t是刻(游戏刻,可省略),s是秒(现实时间秒),d是天(Minecraft天)时间值换算为刻后必须为介于0和2,147,483,647之间(含,不输入逗号)的整数 time指令基本格式: 增加时间:time add <时间值:整数> time query <时间...
You will see the message "Set the time to 18000" appear in the lower left corner of the game window. This will reset the time on the Minecraft game to 18000 which turns the game to midnight. TIP:After you have set the time to midnight, use thestop time commandso that it is always ...
我的世界改成白天指令:/time set day ,切换到白天。/time set night,切换到黑夜。/weather rain ,下雨。/weather clear,无天气。/weather thunder,雷雨天。/weather rain,下雪。/weather thunder,暴风雪。
/time set midnight Sleep and wait until you are woken up Repeat step 2 →The values were changed to a random value despite it not raining or thundering It would be expected for the weather to be reset only if it is currently raining/thundering. ...
This Minecraft tutorial explains how to set the time to sunset with screenshots and step-by-step instructions. You can change the time back to dusk and watch a beautiful sunset in Minecraft with a cheat (game command). Let's explore how to set the time t
/time set <time: TimeSpec> Setatime spectimein-game. Query time /time query <time: TimeQuery> Queryatimeintime query. Arguments amount: int Anintegerof the time to add or set. Default:0. time: TimeSpec time: TimeQuery Enums TimeQuery ...
0.5 Midnight 0.75 Sunrise 重要 hourly_clock_time is an updated version of the clock_time filter that uses an Integer in a range of 0 to 24000 based on the in-game time. Parameters 展开表 NameDefault ValueTypeDescription value not set Decimal (Required) A floating point value. 备注 clock...
# 需要导入模块: import time [as 别名]# 或者: from time importminute[as 别名]defset_to_midnight(self, parsed_date):returnparsed_date.replace(hour =0,minute=0, second =0, microsecond =0) 开发者ID:In2ItChicago,项目名称:In2ItChicago,代码行数:4,代码来源:time_utils.py ...