FabricMC/yarn

The AbstractFurnaceBlock.checkType method was not renamed to match BlockEntity.validateTicker

haykam821 opened this issue · 0 comments

In #3643, the BlockEntity.checkType method was renamed to validateTicker to better suit the actual function of the method. However, a method serving a similar purpose in the AbstractFurnaceBlock class was not renamed correspondingly:

METHOD method_31617 checkType (Lnet/minecraft/class_1937;Lnet/minecraft/class_2591;Lnet/minecraft/class_2591;)Lnet/minecraft/class_5558;
ARG 0 world
ARG 1 givenType
ARG 2 expectedType