This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/firespreadtweaks.json5

13 lines
676 B
Plaintext
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
{
// The time a fire will keep burning for in ticks. 20 ticks = 1 second.
// min: 0, max: 72000
"timeFireBurnsInTicks": 300,
// When enabled, uses the MinRandomExtraBurnTicks and MaxRandomExtraBurnTicks config values to randomize the time fire burns for.
"enableRandomizedFireDuration": true,
// If randomized fire duration is enabled, a random tick number will be chosen in between the minimum and maximum value. This will be added to timeFireBurnsInTicks. If the outcome is negative, it will be subtracted.
// min: -36000, max: 0
"MinRandomExtraBurnTicks": -100,
// See MinRandomExtraBurnTicks's description.
// min: 0, max: 36000
"MaxRandomExtraBurnTicks": 100
}