Skip to content

Commit

Permalink
Fix furnaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa committed Nov 9, 2024
1 parent bcdde69 commit e207758
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,4 @@ public Optional<CookingResult> result(final ItemStackLike ingredient) {
public Ticks cookingTime() {
return SpongeTicks.ticksOrInfinite(this.shadow$cookingTime());
}

@Override
public float experience() {
return this.shadow$experience();
}
}

0 comments on commit e207758

Please sign in to comment.