diff --git a/src/Player.php b/src/Player.php index 327e3faa0..4260da0e0 100644 --- a/src/Player.php +++ b/src/Player.php @@ -1496,6 +1496,10 @@ class Player{ $this->toCraft[$data["slot"]] = $craftItem; $craft = true; } + + if($craft = true){ + $this->lastCraft = microtime(true); + } if($craft === true and count($this->craftingItems) > 0 and count($this->toCraft) > 0 and ($recipe = $this->craftItems($this->toCraft, $this->craftingItems, $this->toCraft[-1])) !== true){ if($recipe === false){