Fix network IO bug
This commit is contained in:
parent
b1af41ede7
commit
0a2549c826
|
|
@ -112,6 +112,7 @@ public class BarrelFluidMixingRecipe implements Recipe<Container> {
|
|||
buffer.writeVarInt(recipe.baseFluidAmount);
|
||||
buffer.writeRegistryId(ForgeRegistries.FLUIDS, recipe.additiveFluid);
|
||||
buffer.writeRegistryId(ForgeRegistries.ITEMS, recipe.result);
|
||||
buffer.writeBoolean(recipe.consumesAdditive);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user