Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 16, 2023
1 parent af4ea5a commit 61eddbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import net.minecraft.world.WorldEvents
import net.minecraft.world.event.GameEvent
import kotlin.math.min

// TODO: Recipes, recipe advancements
class WateringCanItem(settings: Settings) : ItemWithDescription(settings) {
override fun use(world: World, user: PlayerEntity, hand: Hand): TypedActionResult<ItemStack> {
val stack = user.getStackInHand(hand)
Expand Down

0 comments on commit 61eddbc

Please sign in to comment.