mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Update FermentingRecipe.java
This commit is contained in:
parent
cf3ddec55b
commit
91d9009f14
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ public class FermentingRecipe implements Recipe<Container> {
|
|||
public void toNetwork(@Nonnull FriendlyByteBuf pBuffer, @Nonnull FermentingRecipe pRecipe) {
|
||||
pRecipe.input.writeToPacket(pBuffer);
|
||||
pRecipe.output.writeToPacket(pBuffer);
|
||||
pBuffer.writeInt(pRecipe.output.getAmount());
|
||||
pBuffer.writeInt(pRecipe.time);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue