[1.21.3] forceTicks in addRegionTicket isn't working correctly #1702
Labels
1.21.3
Targeted at Minecraft 1.21.3
1.21.4
Targeted at Minecraft 1.21.4
bug
A bug or error
regression
Worked previously but doesn't anymore
triage
Needs triaging and confirmation
Minecraft Version: 1.21.3
NeoForge Version: tested on 21.3.31-beta
Logs: (This crash is not the only problem, so please read the description below!) Crash on world join from the lack of a null check in
ServerChunkCache.collectTickingChunks
. TheshouldForceTicks
call returning true bypasses the vanilla null check.Steps to Reproduce:
ServerChunkCache.addRegionTicket(TicketType<T> p_8388_, ChunkPos p_8389_, int p_8390_, T p_8391_, boolean forceTicks)
with forceTicks set to true.Description of issue:
Forceload tickets with
forceTicks
set to true don't force random block ticks and cause a crash when joining a world.The text was updated successfully, but these errors were encountered: