-
Bug
-
Resolution: Unresolved
-
None
-
20w18a, 20w21a, 1.16.1, 1.16.4, 20w48a, 20w51a, 21w03a, 21w17a, 1.17.1, 21w42a, 1.18.1, 22w03a, 1.18.2, 22w18a, 1.19, 1.19.2, 1.19.4, 23w16a, 23w51b, 1.21.1, 24w38a
-
None
-
Confirmed
-
Block states
-
Normal
-
Platform
The Bug
For some reason, when I set the random tick speed, fire behaves like nothing changed.
Steps to Reproduce
- Summon a large number of leaves and ensure that the "randomTickSpeed" gamerule is set to its default value, (3).
/fill ~3 ~ ~3 ~10 ~4 ~10 minecraft:oak_leaves[persistent=true] /gamerule randomTickSpeed 3
- Ignite the leaves, wait around thirty seconds, and take note of how fast the fire spread.
- Once again, summon a large number of leaves, but this time, change the "randomTickSpeed" gamerule to a high value in an attempt to increase the speed of the fire spreading.
/fill ~-3 ~ ~-3 ~-10 ~4 ~-10 minecraft:oak_leaves[persistent=true] /gamerule randomTickSpeed 300
- Wait around thirty seconds and take note of how fast the fire spread.
- Take note as to whether or not the "randomTickSpeed" gamerule affects the speed at which fire spreads.
Observed Behavior
The "randomTickSpeed" gamerule no longer affects the speed at which fire spreads.
Expected Behavior
The "randomTickSpeed" gamerule would affect the speed at which fire spreads, just like how it did in past versions of the game (1.12.2).
Code Analysis
Code analysis by Avoma can be found in this comment.
- is duplicated by
-
MC-195376 Fire is unaffected by gamerule randomTickSpeed (even while doFireTick is true)
- Resolved
- relates to
-
MC-93320 Water freezes even if randomTickSpeed is 0
- Resolved
-
MC-93820 Rain filling cauldrons is not affected by randomTickSpeed
- Resolved
-
MC-99411 Frost Walker ice only semi-affected by randomTickSpeed gamerule
- Resolved
-
MC-132574 randomTickSpeed gamerule does not affect the speed of snowfall
- Resolved
-
MC-203591 Oxidation of the copper block and all its variants is unaffected by the randomTickSpeed gamerule
- Resolved
-
MC-179890 Fire stops ticking forever if gamerule doFireTick is set to false once
- Resolved
-
MC-180877 Fire does not spread from netherack to other blocks
- Resolved