-
Notifications
You must be signed in to change notification settings - Fork 0
Manual until Weather Control V26.4.1
With this Minecraft datapack, you can remove the weather state thunder, further you can set constum randomized the time between state clear and rain. This Datapack is made for Minecraft Java and you can find for the different versions in the branches
Branch:
- Main: Minecraft V 26.1.2+
- V1.21.6-1.21.10: Minecraft V1.21.6-1.21.10
- V1.21.11+: Minecraft V 1.21.11, 26.1, 26.1.1
This datapack is also available on Curseforge
This datapack replace the control from Minecraft weather cycle and switch off the gamerule advanced_weather. One day (Day and Night) in Minecraft has 20 minutes or 24000 Ticks. The Datapack use Ticks. One Ingame hours are 1000 Ticks. The duration for clear and raining is a random value between two values. It is possible to change the settings ingame, without programming experience in Minecraft datapacks. The commands for that, you are find it under Setting, in the next section.
Install Path:
- Minecraft Local: .minecraft -> saves -> (World) -> datapacks
- Minecraft Server -> (World) -> datapacks
Check in Minecraft is datapack installed: /datapack list
This command show a list of all installed datapacks. The list must include in green brackets [file/Weather-Control (world)]. If this not the case, check the installation path. The brackets are red, than you have enable the datapack.
To active run this command: /function weather-control:w_c__init_weather
With this command, will set all scoreboard values and the datapack starts to work
To open the settingswindow: /function weather-control:w_c__settings
You can see here the minimum and maximum values in real time minutes for the duration wether is clear and raining. Additional it is possible to set here the values
Commands for settings over chat:
Replace (values) with integer (Number without dots!!!)
The time values are realtime minutes, it will be calculated to ingame ticks.
Ingame Hours for the weather is clear, between min and max. /scoreboard players set _hoursClearMin WeatherCycle (value) /scoreboard players set _hoursClearMax WeatherCycle (value)
Ingame Hours for the weather is raining, between min and max /scoreboard players set _hoursRainMin WeatherCycle (value) /scoreboard players set _hoursRainMax WeatherCycle (value)
_hoursClearMin -> Minimum real time in ingame hours _hoursClearMax -> Maximum real time in ingame hours Between this both values, will be create a random value for the duration weather is clear
_hoursRainMin -> Minimum real time in ingame hours
_hoursRainMax -> Maximum real time in ingame hours
Between this both values, will be create a random value for the duration weather is raining