Blaze Burner's block animate tick does not override vanilla method #8068
Labels
status: confirmed
Issue's details are known, it is consistently reproducible, and it needs a fix
type: bug
Issue where something isn't working
Create/src/main/java/com/simibubi/create/content/processing/burner/BlazeBurnerBlock.java
Line 242 in 8d3eda5
Vanilla has moved from
Random
toRandomSource
since at least no later than 1.19.2, however the aboveanimateTick
didn't kept up with the vanilla update due to missing@Override
, and has been defunct due to not overriding super since 1.19.2.The text was updated successfully, but these errors were encountered: