Farmer's Delight

Farmer's Delight

77M Downloads

[1.16.5] Right-clicking a full Skillet with a cookable item resets cooking time

vectorwing opened this issue ยท 1 comments

commented

Description
If the Skillet is currently cooking an item, and the player fails to insert a cookable item on it (too full, can't fit the current stack etc.), the Skillet will reset its cooking time. This means a player can stall the operation indefinitely by constantly using the item against the block.

Steps to reproduce:

  1. Add a full stack of a cookable item in the Skillet, so that it cannot accept anything else;
  2. Wait a second, and use a cookable item against it once more. This can be repeated.

Expected behavior:
Skillets should only reset cooking times when losing its heat source. This action should have no effect on cooking times.

Mod list:
FarmersDelight-1.16.5-0.5.1

commented

Commit 600ec5b fixed this issue.