your current location:首页 > news>Time & Wind Minecraft

Time & Wind Minecraft

2024-12-12 09:36:00|Myriagame |source:minecraft skins

Overview

This is a module that can change the game during the day and night.

The Fabric version of this module requires Fabric API to use.

Use

After entering the game, use the following instructions:

/table-specific    

Among them, Dimension is a dimension ID, Day Length represents the day length (the unit is Ticks, 20ticks = 1 second, 1200ticks = 1 minute, 72000ticks = 1 hour), Night LENGTH represents the night length.

After completion, use the following instruction application changes:

/table 

If you need to cancel the change, please execute the following instructions: (Dimension is the dimension ID)

/table-green-ge-entry 

Then recoad again.

Precautions

If you encounter any problems, go to the github warehouse in the link related to this module for feedback.

Please do not set the day or night to below 12,000, otherwise it may cause epilepsy or other side effects!

The dimension of a fixed time does not support the length of the custom time. In the original version, the player can only set the time length of the main worldTime length.

This module can be used for integration packages.

This module also fixes the Getskyangle method to make the length of the day and night longer, which can be disabled in the configuration file.

Please do not change the duration of the day or night to the same number, otherwise you will not be able to enter the archive (or start the server) after the archive (or turn off the server) after the application!Please uninstall this module or delete the configuration file of this module to solve the problem.

Module operation method

This module uses Mixin to redirect the settime to the Settime to the Ticktime method, and pass the control to the custom TICKER method.Therefore, there is no need to set the game rules DODAYLIGHTCYCLE to FALSE.

For more information, check this Package on GitHub.