Random ticks are cached as disabled when blocks are made oxidizable after being registered
haykam821 opened this issue ยท 0 comments
A block registered and then added to the oxidizable blocks map using OxidizableBlockRegistry
will never randomly tick, because the random tick boolean, which is computed based on the oxidizable blocks map, will be cached upon block registration.
Refer to this Discord message for the original context.