Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhowser1 committed Jan 24, 2025
1 parent 7a5af71 commit 30f8d0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class BasicIncubatorRecipe(
}

companion object {

val CODEC: MapCodec<BasicIncubatorRecipe> =
RecordCodecBuilder.mapCodec { instance ->
instance.group(
Expand All @@ -82,7 +81,6 @@ class BasicIncubatorRecipe(
ByteBufCodecs.BOOL, BasicIncubatorRecipe::isLowTemp,
::BasicIncubatorRecipe
)

}
}

Expand Down

0 comments on commit 30f8d0a

Please sign in to comment.