File Details
AdvancedRocketry-1.12.2-2.1.5.jar
- A
- Jan 13, 2025
- 6.84 MB
- 191
- 1.12.2
- Forge
File Name
AdvancedRocketry-1.12.2-2.1.4-9.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Async weather - every planet have its own weather cycle (also controlled by general doWeatherCycle gamerule), configured by these lines in XML planet declaration:
<rainStartLength>168000</rainStartLength> // new length of rain when it starts <rainProlongationLength>12000</rainProlongationLength> // new length of rain when it prolongs <thunderStartLength>168000</thunderStartLength> // same for thunder <thunderProlongationLength>12000</thunderProlongationLength> // same for thunder <rainMarker>0</rainMarker> // -1 - never rain, 1 - always rain, 0 - regular weather <thunderMarker>0</thunderMarker> // -1 - never thunder, 1 - always thunder, 0 - regular weather
report bugs in discord